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-26 02:04:03 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-11-26 02:04:03 +0300
commit81db5394f789fccf40c4be4d7cc0892c8193f941 (patch)
treeb1c54fa90ee109901f3f655f9ebfe672c37b3b56 /go.mod
parent8925d35ba9237dd1775b7bc38fa295950e8bd26a (diff)
modules: update - get list item image lazy loading
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 0c36c1e7..ec2316fc 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-20201123232232-8c20b503616f // indirect
- github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201123232232-8c20b503616f
+ github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201125230219-3a03b728de8f // indirect
+ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201125230219-3a03b728de8f
)