From 11a0a407a8508fb00783489d38e6633fdf5376db Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Sun, 29 Mar 2026 03:58:26 +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 d63bab7..f046d53 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-20260327035612-e43a63883caa // indirect +require github.com/gethinode/mod-template v0.0.0-20260328034718-7dc50d85aa50 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 9f5046e..e238271 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -68,3 +68,5 @@ github.com/gethinode/mod-template v0.0.0-20260326235344-ddb7f5636cae h1:SaWBrbAC github.com/gethinode/mod-template v0.0.0-20260326235344-ddb7f5636cae/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260327035612-e43a63883caa h1:71nO1jfxFUysPaIkTUArSTyCnaPFK8uDUSW1283EQfk= github.com/gethinode/mod-template v0.0.0-20260327035612-e43a63883caa/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260328034718-7dc50d85aa50 h1:x2C12RsFfUvTSDMmWet5WN64EnOcjBoDs/QpDBYein8= +github.com/gethinode/mod-template v0.0.0-20260328034718-7dc50d85aa50/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=