update modules

This commit is contained in:
somrat sorkar 2024-02-15 16:52:52 +06:00
parent cf2ee3b68e
commit 39b2d6d7bb
2 changed files with 28 additions and 22 deletions

View File

@ -14,6 +14,11 @@
} }
} }
// notice
.notice {
@apply rounded-lg;
}
// tab // tab
.tab { .tab {
@apply border-border dark:border-darkmode-border overflow-hidden rounded-lg border; @apply border-border dark:border-darkmode-border overflow-hidden rounded-lg border;

View File

@ -3,26 +3,27 @@ module hugoplate.netlify.app
go 1.20 go 1.20
require ( require (
github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/images v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/images v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/modal v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/modal v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/search v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/search v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/tab v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/tab v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240215103202-c030d4222242 // indirect
github.com/gethugothemes/hugo-modules/videos v0.0.0-20240215033248-04766e531525 // indirect github.com/gethugothemes/hugo-modules/videos v0.0.0-20240215103202-c030d4222242 // indirect
github.com/zeon-studio/hugoplate v0.0.0-20240215094431-cf2ee3b68eaf // indirect
) )