summaryrefslogtreecommitdiff
path: root/go.mod
blob: a4d153e675fc61dfee9279c5fc105d99d7b4ffc0 (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-20201217121950-d2164ee7e340 // 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