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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/go.mod')
-rw-r--r--exampleSite/go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index 55339f8c..1b83a297 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -2,4 +2,7 @@ module github.com/wowchemy/starter-academic/exampleSite
go 1.15
-require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201230224646-25e0b0627f09 // indirect
+require (
+ github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210123180413-7dbc1f73edfd // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210123180413-7dbc1f73edfd // indirect
+)