From 4ac5ab039b63d04b62d641fcc9e33a9dd9f6507d Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Fri, 17 Jul 2026 05:32: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 b104ea7..ebca2c9 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-20260716033318-62a028ae98e8 // indirect +require github.com/gethinode/mod-template v0.0.0-20260716053124-7bb3d24b8308 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 778c3d5..c04dba8 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -288,3 +288,5 @@ github.com/gethinode/mod-template v0.0.0-20260714052127-edfd4a391139 h1:98Y//enD 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= +github.com/gethinode/mod-template v0.0.0-20260716053124-7bb3d24b8308 h1:ErsbvdAT2T0JR3D8L+CrLMqUfZ+kDR6JNAY0zWMynhU= +github.com/gethinode/mod-template v0.0.0-20260716053124-7bb3d24b8308/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=