-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
14 lines (12 loc) · 867 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module gethugothemes.com
go 1.18
require (
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20221112105926-def3fe496270 // indirect
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20221112105926-def3fe496270 // indirect
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20221112105926-def3fe496270 // indirect
github.com/gethugothemes/hugo-modules/images v0.0.0-20221112105926-def3fe496270 // indirect
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20221112105926-def3fe496270 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20221112105926-def3fe496270 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20221112105926-def3fe496270 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/image v0.0.0-20221112105926-def3fe496270 // indirect
)