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-03-07 00:54:20 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-03-07 00:54:20 +0300
commitc8e3cf6e1c72022ae88f9543cbd5909d1dc7a001 (patch)
tree85ba8bf961ceea7843b1835efc1f92e5ca6031fe /go.mod
parente7d2b2322c55c545e449abb75bb68292f2cc5601 (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 19212713..3c860c4b 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-20210303111450-5529404d1942 // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210303111450-5529404d1942 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210306214515-1475a49114f4 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210306214515-1475a49114f4 // indirect
)