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-31 14:28:31 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-05-31 14:30:31 +0300
commita4efc722d5f207809af34e6f1cbd9a109353d94e (patch)
tree8779db14d26a9531e1049d4f86b08a83962de1dd /go.mod
parent451ee2aa76083d5635db9f7cbf761683b893bc4f (diff)
modules: get gallery path change
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 98505cc7..cfe9bf89 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-20210525210730-89d079bcf055 // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210525210730-89d079bcf055 // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210531112156-bbca6dea786d // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210531112156-bbca6dea786d // indirect
)