From 7defefaead2ee9948de3c331f7ae53dc5bd1c316 Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Fri, 10 Jul 2026 06:34: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 91dd008..70e46c4 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-20260709033818-8f6942dafa9d // indirect +require github.com/gethinode/mod-template v0.0.0-20260710061439-ce5a00c2fd1e // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 349a6df..bcb66a2 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -274,3 +274,5 @@ github.com/gethinode/mod-template v0.0.0-20260707063719-f23e062d037d h1:vw4jGm2z 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= +github.com/gethinode/mod-template v0.0.0-20260710061439-ce5a00c2fd1e h1:Y8sJHzDtfCYWtb58uA7J9ZcRs1xFTU3WxgDlStFl0G0= +github.com/gethinode/mod-template v0.0.0-20260710061439-ce5a00c2fd1e/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=