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-01 03:02:02 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-12-01 03:02:02 +0300
commit034bd3475e85274dbc4004ad1ec21b16ff7671f8 (patch)
tree9fc835882bb618d1e5ee8ad8338f3e2bd353f169 /go.mod
parent81db5394f789fccf40c4be4d7cc0892c8193f941 (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 ec2316fc..71b9aa7d 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-20201125230219-3a03b728de8f // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201125230219-3a03b728de8f
+ 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
)