diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 520f018..1ef0ee8 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-20260803061034-3abf6ef26cae // indirect +require github.com/gethinode/mod-template v0.0.0-20260804053946-62144f4c033f // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index f2af1e8..eb37124 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -326,3 +326,5 @@ github.com/gethinode/mod-template v0.0.0-20260802054710-c71dc0a2ff17 h1:t9T9tVN3 github.com/gethinode/mod-template v0.0.0-20260802054710-c71dc0a2ff17/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260803061034-3abf6ef26cae h1:4ubR8d3bR9Z0rKLhFiYCkrX4DjWL4M3U56t2hxrt9+0= github.com/gethinode/mod-template v0.0.0-20260803061034-3abf6ef26cae/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260804053946-62144f4c033f h1:ispo5ta3P23Zwcaep3O6zQ40fCZubg5zfPnG5wn48Ak= +github.com/gethinode/mod-template v0.0.0-20260804053946-62144f4c033f/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=