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: 9bc64df3170a68a7b212e71c3421eb39767e8d93 (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/netlify-cms-academic v0.0.0-20210127225730-4ac1c6aa1a40
	github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210127225730-4ac1c6aa1a40
)