diff --git a/exampleSite/go.mod b/exampleSite/go.mod index f6e5f5c..9a01b02 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-20260329035945-360319cb550b // indirect +require github.com/gethinode/mod-template v0.0.0-20260330035952-19cb469816a7 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index b41a3ce..cbb835f 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -72,3 +72,5 @@ github.com/gethinode/mod-template v0.0.0-20260328034718-7dc50d85aa50 h1:x2C12RsF github.com/gethinode/mod-template v0.0.0-20260328034718-7dc50d85aa50/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260329035945-360319cb550b h1:OtJpx2mCz6zBqxjiqRdHevyR0SHn7X+96xkc15q6+Fs= github.com/gethinode/mod-template v0.0.0-20260329035945-360319cb550b/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260330035952-19cb469816a7 h1:wUJ5nyEIiL9WTtlhPgXpasjlKtVTJLSFmRqh3seG1q0= +github.com/gethinode/mod-template v0.0.0-20260330035952-19cb469816a7/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=