From d97b64792f27bf21db1a01f21a847155559d6b89 Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Fri, 14 Aug 2026 04:41:52 +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 d8b8a49..9f23f06 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-20260812044104-edfa8b2aa3c4 // indirect +require github.com/gethinode/mod-template v0.0.0-20260813044436-c7f434ca9268 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index b2fdf8f..dbd5492 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -344,3 +344,5 @@ github.com/gethinode/mod-template v0.0.0-20260811041200-a6570078061c h1:rbqunKQw github.com/gethinode/mod-template v0.0.0-20260811041200-a6570078061c/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260812044104-edfa8b2aa3c4 h1:Pm5xhz05oEmW37ZNqucNz2PGOm+K96E0oAMToiZpjtM= github.com/gethinode/mod-template v0.0.0-20260812044104-edfa8b2aa3c4/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260813044436-c7f434ca9268 h1:ysvGKEoGJRW1fTywSq9RmICGUMmFDIliLnkyII7nQNI= +github.com/gethinode/mod-template v0.0.0-20260813044436-c7f434ca9268/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=