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-06 01:50:33 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-12-06 01:50:33 +0300
commit6eb6521dfa40f0fbae42d698da0f40846a0b4cba (patch)
treec7a9f96f67ff8f6e30c1339134c463816fa2aeb3 /go.mod
parent034bd3475e85274dbc4004ad1ec21b16ff7671f8 (diff)
modules: update
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 71b9aa7d..d6c09d5f 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-20201129124759-cdcfa2da28e2 // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201129124759-cdcfa2da28e2
+ github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201205224343-d70da8919962 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201205224343-d70da8919962
)