diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 62327e8..0579d60 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-20260403033316-96b71e4bb643 // indirect +require github.com/gethinode/mod-template v0.0.0-20260403035434-9e868e0a1c08 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index f687de9..a3a106a 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -80,3 +80,5 @@ github.com/gethinode/mod-template v0.0.0-20260401040136-e20188e63b0d h1:daMP27Vf github.com/gethinode/mod-template v0.0.0-20260401040136-e20188e63b0d/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260403033316-96b71e4bb643 h1:RLTVMbZA0kC43gUpM6TJtLnRakc/O6TTSJFCVE+aZvk= github.com/gethinode/mod-template v0.0.0-20260403033316-96b71e4bb643/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260403035434-9e868e0a1c08 h1:uOkZPX1bIf6x+AWj+IHsofMWS7YET0cKsiyyPDFRZqI= +github.com/gethinode/mod-template v0.0.0-20260403035434-9e868e0a1c08/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=