diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 3511817..e9defc7 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-20260520042523-4b42b18380ba // indirect +require github.com/gethinode/mod-template v0.0.0-20260521042843-b1269c464371 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 667b76a..a0385c4 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -176,3 +176,5 @@ github.com/gethinode/mod-template v0.0.0-20260519042415-ba6b1e94586f h1:xHM7KWiv github.com/gethinode/mod-template v0.0.0-20260519042415-ba6b1e94586f/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260520042523-4b42b18380ba h1:iZUnYMqmYPx+j6NKJ7kpCF2IDrKRjEDa3S7jjlAMg2k= github.com/gethinode/mod-template v0.0.0-20260520042523-4b42b18380ba/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260521042843-b1269c464371 h1:ImhARLTKrj/61LymzpdO+aMHY2M/D5wteyLnFfJ5MqU= +github.com/gethinode/mod-template v0.0.0-20260521042843-b1269c464371/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=