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
path: root/go.mod
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-10-01 19:43:54 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-10-01 19:43:54 +0300
commit68489423fcfab42bcf1c872883c90fd18a135b50 (patch)
treed319dcb88310bd09eb416abe4504b36aac288131 /go.mod
parent1c3b3c6cad677995c871550412b648be20d1b4f9 (diff)
refactor: Netlify CMS as an optional module
ALso - update Netlify.toml Hugo version to latest - update to latest Wowchemy v5-dev master & upgrade config/ and author profile
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b6440550..9efb5709 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module github.com/wowchemy/starter-academic
go 1.15
-require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20200902195927-86da39719ccd // indirect
+require (
+ github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201001144923-e58ee0ffc576 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201001144923-e58ee0ffc576 // indirect
+)