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>2020-11-13 14:33:21 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-11-13 14:33:21 +0300
commitea201422d2e4e2480ad2448581ed3ff09e001d10 (patch)
treea35d08d344b5f5352de207a5869bf5aca5d76e96 /go.mod
parent072a59f07425d3df2fb5486d5cd00c06c2d4ddff (diff)
modules: update - fix new Contact widget options
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 30db80d7..e0529c6e 100644
--- a/go.mod
+++ b/go.mod
@@ -4,5 +4,5 @@ go 1.15
require (
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201109174124-1ed538027a75 // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201113000901-bc07e3e614dc
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201113113155-34a48f8670c8
)