diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 4383536..6b8cd90 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-20260304033443-6d01315abbdf // indirect +require github.com/gethinode/mod-template v0.0.0-20260304034440-17fbcdb05a37 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 37831d9..99d3354 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -20,3 +20,5 @@ github.com/gethinode/mod-template v0.0.0-20260302034606-b913f3b5c6f6 h1:2MqXfmDR github.com/gethinode/mod-template v0.0.0-20260302034606-b913f3b5c6f6/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260304033443-6d01315abbdf h1:c9k2SWjew9drsyRlMmIpcr68elr4kJdbpoKBjGsh9io= github.com/gethinode/mod-template v0.0.0-20260304033443-6d01315abbdf/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260304034440-17fbcdb05a37 h1:daQ8DED88+M2VHC9xSxZiXo212RjFB3Ims79BPptmEM= +github.com/gethinode/mod-template v0.0.0-20260304034440-17fbcdb05a37/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=