summaryrefslogtreecommitdiff
path: root/go.mod
blob: e4725ee70ef40af24f0d98c98269d4933be2c3fb (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-20201214140340-74eb94f84c66 // 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