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

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

go 1.15

require (
	github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210531112156-bbca6dea786d // indirect
	github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210531112156-bbca6dea786d // indirect
)