-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (36 loc) · 3.28 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
37
38
module gethugothemes.com
go 1.19
require (
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/components/crisp-chat v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/images v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/baidu-analytics v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/counter-analytics v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/matomo-analytics v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/plausible-analytics v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/buttons v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/codepen v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/collapse v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/gallery v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/image v0.0.0-20230319072738-434beec46458 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/table-of-contents v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/tabs v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/video v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/vimeo-lite v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/youtube-lite v0.0.0-20231213094845-42e6b5af6245 // indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 // indirect
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
github.com/twbs/bootstrap v5.3.2+incompatible // indirect
)