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>2021-02-03 03:03:08 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-02-03 03:03:08 +0300
commit4fc961c07652bcd4db625a6960c48c0ffb23dba3 (patch)
tree7ab6a339138897a2b43a14fa65ed41ad0db14a1b /go.mod
parentfc9026998b60db855492ab361828127a4c66c3e7 (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 0992d3df..e398718c 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-20210127225730-4ac1c6aa1a40
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210127225730-4ac1c6aa1a40
+ github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210202235530-9bbf6fa2a698
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210202235530-9bbf6fa2a698
)