From 7da0d7c3e1c1a7d728b0b3fd99490cac7d79676d Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Tue, 31 Mar 2026 03:56:28 +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 f6e5f5c..9a01b02 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-20260329035945-360319cb550b // indirect +require github.com/gethinode/mod-template v0.0.0-20260330035952-19cb469816a7 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index b41a3ce..cbb835f 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -72,3 +72,5 @@ github.com/gethinode/mod-template v0.0.0-20260328034718-7dc50d85aa50 h1:x2C12RsF 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= +github.com/gethinode/mod-template v0.0.0-20260330035952-19cb469816a7 h1:wUJ5nyEIiL9WTtlhPgXpasjlKtVTJLSFmRqh3seG1q0= +github.com/gethinode/mod-template v0.0.0-20260330035952-19cb469816a7/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=