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: 0067adaee13af521b0f091fdefd03f4eb5b638f1 (plain)
1
2
3
4
5
6
7
module github.com/wowchemy/starter-hugo-academic

go 1.15

require (
	github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0
)