diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 5947b0b..14d5cf4 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ module github.com/gethinode/mod-template-example go 1.19 -require github.com/gethinode/mod-template v0.0.0-20260728053823-4a06a5db12a3 // indirect +require github.com/gethinode/mod-template v0.0.0-20260729054300-1c753523ebc8 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 96df261..b68a5dc 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -314,3 +314,5 @@ github.com/gethinode/mod-template v0.0.0-20260727061845-ee7cfa5427d1 h1:2780udSo github.com/gethinode/mod-template v0.0.0-20260727061845-ee7cfa5427d1/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260728053823-4a06a5db12a3 h1:XImAwgN9UUZRXKSf4USMtoqKI2oMWJaqTyZGdX42S1w= github.com/gethinode/mod-template v0.0.0-20260728053823-4a06a5db12a3/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260729054300-1c753523ebc8 h1:5Bdd3H6OnYQooN/LzcKVR4cxxvDTFvE6lA6l6FUFh94= +github.com/gethinode/mod-template v0.0.0-20260729054300-1c753523ebc8/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=