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:
authorGeorge Cushen <gcushen@users.noreply.github.com>2021-01-23 22:24:23 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-01-23 22:24:23 +0300
commit9ba41382eb33e9046d1d26ba3044c56be47bd791 (patch)
treecb11e90af9db0556aff96f7409dfd6d4f54b7a56 /exampleSite/go.mod
parent6c8ea944851ec09bc9374d8ac6a0db3187cde24c (diff)
demo: update modules
replace static/admin/ with module
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
+)