From cc03db978ce6ddce14073f565fe7e75380eec7a1 Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Thu, 9 Jul 2026 06:34:48 +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 79760d8..91dd008 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-20260707063719-f23e062d037d // indirect +require github.com/gethinode/mod-template v0.0.0-20260709033818-8f6942dafa9d // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index b546450..349a6df 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -272,3 +272,5 @@ github.com/gethinode/mod-template v0.0.0-20260707033300-473bb47873f6 h1:373wxbZo github.com/gethinode/mod-template v0.0.0-20260707033300-473bb47873f6/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260707063719-f23e062d037d h1:vw4jGm2zLn6seiEqLSw1jzLwQcmOVteXaSuP/bqRC9U= github.com/gethinode/mod-template v0.0.0-20260707063719-f23e062d037d/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260709033818-8f6942dafa9d h1:RQSBFUk80dhcuIW5hL8ZxNmmYTay5Oam+P+UkdI7rQk= +github.com/gethinode/mod-template v0.0.0-20260709033818-8f6942dafa9d/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=