diff --git a/exampleSite/go.mod b/exampleSite/go.mod index e8689f0..c3ac60c 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-20260331035638-17d205d68c45 // indirect +require github.com/gethinode/mod-template v0.0.0-20260401040136-e20188e63b0d // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 3efe24b..ee6b461 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -76,3 +76,5 @@ github.com/gethinode/mod-template v0.0.0-20260330035952-19cb469816a7 h1:wUJ5nyEI github.com/gethinode/mod-template v0.0.0-20260330035952-19cb469816a7/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260331035638-17d205d68c45 h1:kEjjNLMCrN7U2E1ncUCNsp9gxiD15WGqZePuaGYOCto= github.com/gethinode/mod-template v0.0.0-20260331035638-17d205d68c45/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260401040136-e20188e63b0d h1:daMP27Vfw+p2fJ3WM+9vdSdCE+xCmp9i5PbiutrOaZo= +github.com/gethinode/mod-template v0.0.0-20260401040136-e20188e63b0d/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=