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-28 03:32:10 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-01-28 03:32:10 +0300
commitfc9026998b60db855492ab361828127a4c66c3e7 (patch)
tree01510461b77ab178cd3d6b34ede11868e96bf4dd /exampleSite/go.mod
parent428bd5e431ebd87a985980062b42ccfbcdab0cc6 (diff)
modules: update
Diffstat (limited to 'exampleSite/go.mod')
-rw-r--r--exampleSite/go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index 1b83a297..9bc64df3 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic/exampleSite
go 1.15
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
+ github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210127225730-4ac1c6aa1a40
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210127225730-4ac1c6aa1a40
)