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-05-26 02:19:59 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-05-26 02:20:06 +0300
commit1ef0b3cac5bf11e0abf31f712e5dfac3eb52305c (patch)
tree7877d9a99f056500cb2f24a966c4d1b969a11507 /go.mod
parente6007ebbac63b4f866e2d6b61eb586c1fd3f0291 (diff)
modules: update to v5.2
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 fc8c7eef..98505cc7 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-20210516101231-84e462a5a149 // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210516101231-84e462a5a149 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210525210730-89d079bcf055 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210525210730-89d079bcf055 // indirect
)