diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 2d99614..123e366 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-20260909033325-8a139eb20974 // indirect +require github.com/gethinode/mod-template v0.0.0-20260909074204-d5fa5f00aa3f // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 85a4168..bc9eeaf 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -398,3 +398,5 @@ github.com/gethinode/mod-template v0.0.0-20260907074231-c514640b59d3 h1:GwjAgA+p github.com/gethinode/mod-template v0.0.0-20260907074231-c514640b59d3/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260909033325-8a139eb20974 h1:I7cI/v7CO/eiZuxUol60b5SjX4A3dJBKAEej2ehhUGY= github.com/gethinode/mod-template v0.0.0-20260909033325-8a139eb20974/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260909074204-d5fa5f00aa3f h1:F73uTNuuWHpnBK4aZCtPl+pbCSDbkcwfMqcvwIlOVQg= +github.com/gethinode/mod-template v0.0.0-20260909074204-d5fa5f00aa3f/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=