summaryrefslogtreecommitdiff
path: root/go.mod
blob: f7d2f32f1146b98da0b7793006e8e7163c5d2f65 (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-20201219024631-30ccf6e6cc5a // 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