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>2022-02-15 00:33:31 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2022-02-15 00:33:40 +0300
commit2836ae6190500ba150c2397bb024bac891a98e6a (patch)
tree6c86b7cf7fa2bef598489fd7d52c7bb44016a75a /go.mod
parent892862d62a667f945e006b245c8291d82241c5e2 (diff)
modules: upgrade to v5.5-dev
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 6c291808..95812529 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,6 @@ module github.com/wowchemy/starter-hugo-academic
go 1.15
require (
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20211231133358-6d4989f90f7a // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20211231133358-6d4989f90f7a // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220214212254-70806414437a // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220214212254-70806414437a // indirect
)