From 739ccc7d3c7428440cf5fa4edd5810d7c8d70885 Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Thu, 16 Jul 2026 05:31:12 +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 8ba4609..b104ea7 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-20260714052127-edfd4a391139 // indirect +require github.com/gethinode/mod-template v0.0.0-20260716033318-62a028ae98e8 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 58aa3b6..778c3d5 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -286,3 +286,5 @@ github.com/gethinode/mod-template v0.0.0-20260713132114-37f0204bbd59 h1:gb9X/yFM github.com/gethinode/mod-template v0.0.0-20260713132114-37f0204bbd59/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260714052127-edfd4a391139 h1:98Y//enD96WgevziRq/+dk9pFH/7yOSNqgjPZokI3aw= github.com/gethinode/mod-template v0.0.0-20260714052127-edfd4a391139/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260716033318-62a028ae98e8 h1:ZSoqaIF7k08BH9r39OIMiPwUUhKkPdogn6PILnijNh0= +github.com/gethinode/mod-template v0.0.0-20260716033318-62a028ae98e8/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=