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
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2021-11-15 01:35:15 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-11-15 01:35:25 +0300
commit01a3c8545db32b29d093b67bc4049d7c08d59932 (patch)
tree3975f60c1a965be5aed59438cd716e5c8ce27f90 /exampleSite/go.mod
parent6616594d375dd9a4b25235f65e465219dbaf92a2 (diff)
modules: update
Diffstat (limited to 'exampleSite/go.mod')
-rw-r--r--exampleSite/go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/go.mod b/exampleSite/go.mod
index efb51d63..1041b071 100644
--- a/exampleSite/go.mod
+++ b/exampleSite/go.mod
@@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic/exampleSite
go 1.15
require (
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210830150813-8b6612e7631c // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210830150813-8b6612e7631c // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20211114220842-a4209365330c // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20211114220842-a4209365330c // indirect
)