From 8db31a051467b66834a43303fc7fe5a0c85cf8ba Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Tue, 14 Jul 2026 05:21:14 +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 1bf121f..04d547f 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-20260713033317-440cba11866a // indirect +require github.com/gethinode/mod-template v0.0.0-20260713132114-37f0204bbd59 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 16a9a04..eb0cdb5 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -282,3 +282,5 @@ github.com/gethinode/mod-template v0.0.0-20260711053204-b9dc1ad8ada4 h1:kbpR5IUB github.com/gethinode/mod-template v0.0.0-20260711053204-b9dc1ad8ada4/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260713033317-440cba11866a h1:KnHy5iIdF0SRtJ4V1bMBXN5R0Pkm2YOpO9bSQaK2NU0= github.com/gethinode/mod-template v0.0.0-20260713033317-440cba11866a/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260713132114-37f0204bbd59 h1:gb9X/yFM0YojEqKEwprw75oC6nCD3rDhlT0Ws2geg8s= +github.com/gethinode/mod-template v0.0.0-20260713132114-37f0204bbd59/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=