Welcome to mirror list, hosted at ThFree Co, Russian Federation.

go.mod - github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
blob: 798e50090ad1a8d2da1d928502d0a3fe04a6e4d9 (plain)
1
2
3
4
5
6
7
8
module github.com/wowchemy/starter-academic

go 1.15

require (
	github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201216152842-69856326c6b7 // indirect
	github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201216152842-69856326c6b7
)