From 01670bbe691d67d459ba12a6aae1cb89a3f25123 Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Sun, 2 Aug 2026 05:46:59 +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 b151b29..b30bb41 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-20260731055637-c0e10c63314e // indirect +require github.com/gethinode/mod-template v0.0.0-20260801054627-f4234de0935b // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 3b47e76..7a4104c 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -320,3 +320,5 @@ github.com/gethinode/mod-template v0.0.0-20260730053121-6fe500234697 h1:rC4+5ym5 github.com/gethinode/mod-template v0.0.0-20260730053121-6fe500234697/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260731055637-c0e10c63314e h1:wGKMYx4GQUwhrOVW1ogQKmdv0dOY02sSn41lU8kj3tU= github.com/gethinode/mod-template v0.0.0-20260731055637-c0e10c63314e/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260801054627-f4234de0935b h1:eyTJ/3cdfji2ABVFtn7xUWq28vdUEEkVry+I08qY3VM= +github.com/gethinode/mod-template v0.0.0-20260801054627-f4234de0935b/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=