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-11-06 02:40:06 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-11-06 02:40:06 +0300
commit4e0577f52a5583af907d3b1ea5ca269835b603ad (patch)
treeb9790742b1db1640d21e3f6996bef56c768a0eb1 /go.mod
parent9e4469443a4815948f68b3c3b4919d9e9d17d4c5 (diff)
module: update & fix update script
Update script now reads the Wowchemy module's config.yaml rather than config.toml
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 8cb7b498..6cc40ac6 100644
--- a/go.mod
+++ b/go.mod
@@ -4,5 +4,5 @@ go 1.15
require (
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201016182837-be0fa17ac006 // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201016182837-be0fa17ac006 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201102170205-80fce98e72a9
)