From 70d89438268d80d652c57c1d0749a2307fa657a0 Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:59: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 f046d53..f6e5f5c 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-20260328034718-7dc50d85aa50 // indirect +require github.com/gethinode/mod-template v0.0.0-20260329035945-360319cb550b // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index e238271..b41a3ce 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -70,3 +70,5 @@ github.com/gethinode/mod-template v0.0.0-20260327035612-e43a63883caa h1:71nO1jfx 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= +github.com/gethinode/mod-template v0.0.0-20260329035945-360319cb550b h1:OtJpx2mCz6zBqxjiqRdHevyR0SHn7X+96xkc15q6+Fs= +github.com/gethinode/mod-template v0.0.0-20260329035945-360319cb550b/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=