diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 123e366..ea28706 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-20260909074204-d5fa5f00aa3f // indirect +require github.com/gethinode/mod-template v0.0.0-20260910074009-cf7408c51a0d // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index bc9eeaf..8bf1004 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -400,3 +400,5 @@ github.com/gethinode/mod-template v0.0.0-20260909033325-8a139eb20974 h1:I7cI/v7C 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= +github.com/gethinode/mod-template v0.0.0-20260910074009-cf7408c51a0d h1:l51W9NSJXJWT9gMgjy+v8RjhOLASejFNaMqcHgnXDTs= +github.com/gethinode/mod-template v0.0.0-20260910074009-cf7408c51a0d/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=