diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 98d80e1..b38c647 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ module github.com/gethinode/mod-template/exampleSite go 1.19 -require github.com/gethinode/mod-template v0.0.0-20251229033234-866755f2d90d // indirect +require github.com/gethinode/mod-template v0.0.0-20251230033016-4a3abbb18cda // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index ed8b452..e9ad036 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -800,3 +800,5 @@ github.com/gethinode/mod-template v0.0.0-20251228033201-444572064a66 h1:iCuH1fee github.com/gethinode/mod-template v0.0.0-20251228033201-444572064a66/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20251229033234-866755f2d90d h1:p40/NUpnOTC2WL2kHBOtj0UphE0FUvDcpYxshNKzaFs= github.com/gethinode/mod-template v0.0.0-20251229033234-866755f2d90d/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20251230033016-4a3abbb18cda h1:jsWQ5GKVKX3A/QFid4Yn6x3oTCuONqxFlMZKtp/U+oE= +github.com/gethinode/mod-template v0.0.0-20251230033016-4a3abbb18cda/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=