summaryrefslogtreecommitdiff
path: root/go.mod
blob: 1d87a4562bfd91893e77fb80619a9bb49bfac008 (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-20201217122428-cf4e0ef39637 // 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