This commit is contained in:
2025-03-16 15:39:32 -04:00
parent b9809a22d1
commit a7d03e39ae
92 changed files with 8 additions and 8 deletions

31
go.mod Normal file
View File

@@ -0,0 +1,31 @@
module hugoplate.netlify.app
go 1.21
require (
github.com/gethugothemes/hugo-modules/accordion v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/components/announcement v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/images v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/modal v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/search v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/tab v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/gethugothemes/hugo-modules/videos v0.0.0-20250302032254-95e856a2b3fc // indirect
github.com/hugomods/mermaid v0.1.4 // indirect
github.com/zeon-studio/hugoplate v0.0.0-20250224110203-fc34a4a17686 // indirect
)