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

go 1.15

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