From 70b3cdf48fd9a48a2c638ec69d8fd59e3b5f6cd5 Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Sat, 11 Jul 2026 05:31:54 +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 70e46c4..653f38f 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-20260710061439-ce5a00c2fd1e // indirect +require github.com/gethinode/mod-template v0.0.0-20260710063433-faf893d34b61 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index bcb66a2..7649908 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -276,3 +276,5 @@ github.com/gethinode/mod-template v0.0.0-20260709033818-8f6942dafa9d h1:RQSBFUk8 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= +github.com/gethinode/mod-template v0.0.0-20260710063433-faf893d34b61 h1:sroeCN08upZ85Qfj1LcxZVm1PbQ+3nHr9tmq3y77Nv8= +github.com/gethinode/mod-template v0.0.0-20260710063433-faf893d34b61/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=