-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (26 loc) · 2.16 KB
/
go.mod
File metadata and controls
28 lines (26 loc) · 2.16 KB
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
module gethugothemes.com
go 1.20
require (
github.com/gethugothemes/hugo-modules/accordion v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/images v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/modal v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/tab v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gethugothemes/hugo-modules/videos v0.0.0-20250306074534-f5c3a047e69c // indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
github.com/twbs/bootstrap v5.3.3+incompatible // indirect
)