From 640b56ecea541701ae2728efe6fd6ee3d9ff35b8 Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Fri, 31 Jul 2026 05:56:21 +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 14d5cf4..e2e45a7 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-20260729054300-1c753523ebc8 // indirect +require github.com/gethinode/mod-template v0.0.0-20260730053121-6fe500234697 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index b68a5dc..d29e4b8 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -316,3 +316,5 @@ github.com/gethinode/mod-template v0.0.0-20260728053823-4a06a5db12a3 h1:XImAwgN9 github.com/gethinode/mod-template v0.0.0-20260728053823-4a06a5db12a3/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260729054300-1c753523ebc8 h1:5Bdd3H6OnYQooN/LzcKVR4cxxvDTFvE6lA6l6FUFh94= github.com/gethinode/mod-template v0.0.0-20260729054300-1c753523ebc8/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260730053121-6fe500234697 h1:rC4+5ym5tMe+byIplxXuFBsHUwzDwqFCevrOvqJaEug= +github.com/gethinode/mod-template v0.0.0-20260730053121-6fe500234697/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=