From b5f56c6acc4d1e28c0c14f72573ad7b18e77cf22 Mon Sep 17 00:00:00 2001 From: Somrat <58769763+tfsomrat@users.noreply.github.com> Date: Sun, 31 Mar 2024 09:54:55 +0600 Subject: [PATCH] update modules --- exampleSite/go.mod | 46 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/exampleSite/go.mod b/exampleSite/go.mod index a1aa466..a640334 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -3,27 +3,27 @@ module hugoplate.netlify.app go 1.20 require ( - github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240215103202-c030d4222242 // indirect - github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240215103202-c030d4222242 // 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-20240215103202-c030d4222242 // 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-20240215103202-c030d4222242 // 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-20240215103202-c030d4222242 // 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-20240215103202-c030d4222242 // indirect - github.com/gethugothemes/hugo-modules/images v0.0.0-20240215103202-c030d4222242 // indirect - github.com/gethugothemes/hugo-modules/modal v0.0.0-20240215103202-c030d4222242 // indirect - github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240215103202-c030d4222242 // 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-20240215103202-c030d4222242 // 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-20240215103202-c030d4222242 // indirect - github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240215103202-c030d4222242 // indirect - github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240215103202-c030d4222242 // indirect - github.com/gethugothemes/hugo-modules/tab v0.0.0-20240215103202-c030d4222242 // indirect - github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240215103202-c030d4222242 // indirect - github.com/gethugothemes/hugo-modules/videos v0.0.0-20240215103202-c030d4222242 // indirect - github.com/zeon-studio/hugoplate v0.0.0-20240215094431-cf2ee3b68eaf // indirect + github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/images v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/modal v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/search v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/tab v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/gethugothemes/hugo-modules/videos v0.0.0-20240331035203-6c6ca12add7d // indirect + github.com/zeon-studio/hugoplate v0.0.0-20240327032722-feeeab466539 // indirect ) diff --git a/package.json b/package.json index 54b3e3a..4349c74 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hugoplate", "description": "hugo tailwindcss boilerplate", - "version": "1.13.2", + "version": "1.13.3", "license": "MIT", "author": "zeon.studio", "scripts": {