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 02:15:42 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-12-20 02:15:42 +0300
commit4cfe83a6ca57218530d35effd96a88bb867ccf49 (patch)
tree5c0a62715dbd3e1ce3db043340b148fe3b85761e /go.mod
parentdc6940c815055c9c2eaddfe59939d0c76e6f12eb (diff)
modules: update - get HLJS & Mermaid dark theming fixes
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 798e5009..33936b10 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-20201216152842-69856326c6b7 // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201216152842-69856326c6b7
+ 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
)