summaryrefslogtreecommitdiff
path: root/go.mod
blob: 6f7ae180f6d24b5afb4a276a570766afe521a323 (plain)
1
2
3
4
5
6
7
8
9
10
11
module git.robbyzambito.me/Zambyte/hamlet.social

go 1.15

require (
	git.robbyzambito.me/Zambyte/hamlet_theme v0.0.0-20201226212609-220f27b4e548 // indirect
	github.com/peaceiris/hugo-mod-bulma v0.1.2 // indirect
)

// Uncomment while developing theme
//replace git.robbyzambito.me/Zambyte/hamlet_theme => ./themes/hamlet_theme