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-06-30 01:08:23 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-06-30 01:08:29 +0300
commit09b4c21a0bedcbf1718cbb1223dba08ff26aad50 (patch)
treea083fbd7df10afc8402944724ee6de4a99d67edc /go.mod
parentcfd7d0e0faeaa0b3ebb6dde1ae664f0da9e3ddcf (diff)
modules: update to v5.3.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 142238d0..f4148a2d 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,5 @@ module github.com/wowchemy/starter-academic
go 1.15
require (
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210619224513-b739d8d390b9 // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210619224513-b739d8d390b9 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0
)