diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 324c6a5..f20f6ca 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-20260815033233-d063ad2a0065 // indirect +require github.com/gethinode/mod-template v0.0.0-20260817033631-d8eec4dcc26a // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 3b17536..2912f97 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -350,3 +350,5 @@ github.com/gethinode/mod-template v0.0.0-20260814044205-15b314fda169 h1:QNDotjK0 github.com/gethinode/mod-template v0.0.0-20260814044205-15b314fda169/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260815033233-d063ad2a0065 h1:3lliQiwa9OEvGLGSM+Be3JhlnfdGztB+IxxSwMfMhgg= github.com/gethinode/mod-template v0.0.0-20260815033233-d063ad2a0065/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260817033631-d8eec4dcc26a h1:ut+9uGeQx6uqfbtoSBBG2B9IJ2b6QnP+EcMCmyCSo4k= +github.com/gethinode/mod-template v0.0.0-20260817033631-d8eec4dcc26a/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=