-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (34 loc) · 3.14 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module gethugothemes.com
go 1.18
require (
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/components/crisp-chat v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/components/valine-comment v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/images v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/baidu-analytics v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/counter-analytics v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/matomo-analytics v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/plausible-analytics v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/buttons v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/codepen v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/collapse v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/gallery v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/image v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/table-of-contents v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/tabs v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/video v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/vimeo-lite v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/youtube-lite v0.0.0-20221221043855-8d5b652c0020 // indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20200.20101 // indirect
)