From f332bfef77b8bc9dfd9694cac3a532ed06b84397 Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Sun, 16 Aug 2026 03:39:41 +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 26f92a0..324c6a5 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-20260814044205-15b314fda169 // indirect +require github.com/gethinode/mod-template v0.0.0-20260815033233-d063ad2a0065 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 3f60e70..3b17536 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -348,3 +348,5 @@ github.com/gethinode/mod-template v0.0.0-20260813044436-c7f434ca9268 h1:ysvGKEoG github.com/gethinode/mod-template v0.0.0-20260813044436-c7f434ca9268/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260814044205-15b314fda169 h1:QNDotjK0Zh2qNydOlHUJIFlT17yJ/iD+G2GLzijcv0A= github.com/gethinode/mod-template v0.0.0-20260814044205-15b314fda169/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260815033233-d063ad2a0065 h1:3lliQiwa9OEvGLGSM+Be3JhlnfdGztB+IxxSwMfMhgg= +github.com/gethinode/mod-template v0.0.0-20260815033233-d063ad2a0065/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=