diff --git a/exampleSite/go.mod b/exampleSite/go.mod index dcb93ea..622c9a1 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-20260717053259-25bd131a263a // indirect +require github.com/gethinode/mod-template v0.0.0-20260718051627-e3837345d300 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 018aa64..047e3ad 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -292,3 +292,5 @@ github.com/gethinode/mod-template v0.0.0-20260716053124-7bb3d24b8308 h1:ErsbvdAT 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= +github.com/gethinode/mod-template v0.0.0-20260718051627-e3837345d300 h1:5dMrrW85cBQ6K1s5k2XGh9asJEhQw+8CRIJQIeN/pwY= +github.com/gethinode/mod-template v0.0.0-20260718051627-e3837345d300/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=