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-12-20 03:47:24 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-12-20 03:47:24 +0300
commit58cfd387ef7caadf49719296ad8470191996b06e (patch)
treee69e1e15a871126035d78a529b04fb9a602b7eb3 /go.mod
parent4cfe83a6ca57218530d35effd96a88bb867ccf49 (diff)
modules: update - get theming fixes for prev commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 33936b10..00076890 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic
go 1.15
require (
- github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201219231016-5b7f5daa5b77 // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201219231016-5b7f5daa5b77
+ github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201220004521-6c434e6de205 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201220004521-6c434e6de205
)