diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 6c95118..efeb688 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ module github.com/gethinode/mod-template/exampleSite go 1.19 -require github.com/gethinode/mod-template v0.0.0-20260120033127-190c8d0d506d // indirect +require github.com/gethinode/mod-template v0.0.0-20260121235901-f67c43949f3f // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index f9e711b..453e771 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -844,3 +844,5 @@ github.com/gethinode/mod-template v0.0.0-20260119033241-b6f2e2f9716c h1:WIChVEm6 github.com/gethinode/mod-template v0.0.0-20260119033241-b6f2e2f9716c/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260120033127-190c8d0d506d h1:WGORviGUk4MnDtDK4Pr5dklkFCjzD+FGJxb43My8A3g= github.com/gethinode/mod-template v0.0.0-20260120033127-190c8d0d506d/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260121235901-f67c43949f3f h1:QmdXk0PuAmEALugfHJNQBJJqWoVDH9RYZUgl6VfpaVI= +github.com/gethinode/mod-template v0.0.0-20260121235901-f67c43949f3f/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=