From 8d852e192ebe93c38b788b4bfdd3c2d6ba88195f Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Wed, 25 Mar 2026 03:47:46 +0000 Subject: [PATCH] fix: update Hugo module dependencies --- exampleSite/go.mod | 2 +- exampleSite/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/exampleSite/go.mod b/exampleSite/go.mod index f7a58fe..add2d1a 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-20260323035243-4f6949a412b2 // indirect +require github.com/gethinode/mod-template v0.0.0-20260324034654-e846ae385bab // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 3d68551..f680cbc 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -60,3 +60,5 @@ github.com/gethinode/mod-template v0.0.0-20260322034812-78a1be48061c h1:1f0PpEnM github.com/gethinode/mod-template v0.0.0-20260322034812-78a1be48061c/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260323035243-4f6949a412b2 h1:EyzkAGraI7XEOknJUj9/Hk1rlzvw3/QqonmdQAQo3pg= github.com/gethinode/mod-template v0.0.0-20260323035243-4f6949a412b2/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260324034654-e846ae385bab h1:4ZYTESDtz35rko3SKYZ8Qsv+tFrP69s62mADKpU74rY= +github.com/gethinode/mod-template v0.0.0-20260324034654-e846ae385bab/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=