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-19 13:37:11 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-02-19 13:37:11 +0300
commit01483bc7b30dacbf2e23ebd9870ac6f277cc1d31 (patch)
tree2943e6fa17e8961dd77c4583c4e978cf864d2813 /go.mod
parent74d810c4e11a5fc43b226a6a3a4918c59d89c249 (diff)
modules: update - get fixes
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 acca36da..13356d63 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-20210211185922-b811f9a1bb9c // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210211185922-b811f9a1bb9c // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210219103551-dc09534e2b37 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210219103551-dc09534e2b37 // indirect
)