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-24 02:29:07 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-11-24 02:29:07 +0300
commit8925d35ba9237dd1775b7bc38fa295950e8bd26a (patch)
treed4e07c6676d09e3e7f4f8c2f393aed5e421069e8 /go.mod
parentb14581142c53b6c9dbb4911066c3471f02ce0862 (diff)
modules: update - get axe fixes
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 542d0e49..0c36c1e7 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/netlify-cms-academic v0.0.0-20201109174124-1ed538027a75 // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201120231609-58c7dd7a0a2b
+ github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201123232232-8c20b503616f // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201123232232-8c20b503616f
)