modules: update - get list item image lazy loading

This commit is contained in:
George Cushen
2020-11-25 23:04:03 +00:00
parent 8925d35ba9
commit 81db5394f7
24 changed files with 9 additions and 9 deletions

4
go.mod
View File

@@ -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
)