diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 591bd5c..d8e3924 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-20260222064905-de8e9dac0f94 // indirect +require github.com/gethinode/mod-template v0.0.0-20260223034959-f17c1ac79541 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 2c9e715..c1b8e67 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -2,3 +2,5 @@ github.com/gethinode/mod-template v0.0.0-20260222034716-2158d9c3432f h1:D45zCOzW github.com/gethinode/mod-template v0.0.0-20260222034716-2158d9c3432f/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260222064905-de8e9dac0f94 h1:QtCOOFa5XHSIjhnZKcoyP5NlQutckFzgDRFXIA3oSHA= github.com/gethinode/mod-template v0.0.0-20260222064905-de8e9dac0f94/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260223034959-f17c1ac79541 h1:rage78l8Nnqsrh+GpYiE7tV8/FdEvTeFgUrI3HdbpBI= +github.com/gethinode/mod-template v0.0.0-20260223034959-f17c1ac79541/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=