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-06-20 17:30:12 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-06-30 01:08:29 +0300
commitcfd7d0e0faeaa0b3ebb6dde1ae664f0da9e3ddcf (patch)
treebc4566402f6b379733414b86409e2d84c31f1843 /go.mod
parent720d6bb925c29c2dc618e64bbe1aabba8026b2c4 (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 43473f57..142238d0 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/wowchemy v0.0.0-20210606130713-db4dcf6541e5 // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210606130713-db4dcf6541e5 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210619224513-b739d8d390b9 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210619224513-b739d8d390b9 // indirect
)