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:
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 eaf54f64..60fd27ff 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 v0.0.0-20210226164504-3952bfc85cee // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210226164504-3952bfc85cee // indirect
+ 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
)