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-08-30 22:07:42 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-08-30 22:07:49 +0300
commitf5c15ef296053dc9482403b149240399bff8ff34 (patch)
tree62808336653abfd02de678a078c00f5a13fac3a6 /go.mod
parentf751401f844bc01eca7a67b1966fdd3c7df83369 (diff)
modules: update
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0067adae..4032550f 100644
--- a/go.mod
+++ b/go.mod
@@ -3,5 +3,6 @@ module github.com/wowchemy/starter-hugo-academic
go 1.15
require (
- github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210830150813-8b6612e7631c // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210830150813-8b6612e7631c // indirect
)