diff --git a/exampleSite/go.mod b/exampleSite/go.mod index ebca2c9..dcb93ea 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-20260716053124-7bb3d24b8308 // indirect +require github.com/gethinode/mod-template v0.0.0-20260717053259-25bd131a263a // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index c04dba8..018aa64 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -290,3 +290,5 @@ github.com/gethinode/mod-template v0.0.0-20260716033318-62a028ae98e8 h1:ZSoqaIF7 github.com/gethinode/mod-template v0.0.0-20260716033318-62a028ae98e8/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260716053124-7bb3d24b8308 h1:ErsbvdAT2T0JR3D8L+CrLMqUfZ+kDR6JNAY0zWMynhU= github.com/gethinode/mod-template v0.0.0-20260716053124-7bb3d24b8308/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260717053259-25bd131a263a h1:YZ4onXYrlMzuwBk0QSvps7Y0gRACJYALlS/Ljv/He10= +github.com/gethinode/mod-template v0.0.0-20260717053259-25bd131a263a/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=