From 22af339c603385d80b288e0fedac3b9bbb2e79f7 Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Wed, 1 Apr 2026 04:01:24 +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 9a01b02..e8689f0 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-20260330035952-19cb469816a7 // indirect +require github.com/gethinode/mod-template v0.0.0-20260331035638-17d205d68c45 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index cbb835f..3efe24b 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -74,3 +74,5 @@ github.com/gethinode/mod-template v0.0.0-20260329035945-360319cb550b h1:OtJpx2mC 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= +github.com/gethinode/mod-template v0.0.0-20260331035638-17d205d68c45 h1:kEjjNLMCrN7U2E1ncUCNsp9gxiD15WGqZePuaGYOCto= +github.com/gethinode/mod-template v0.0.0-20260331035638-17d205d68c45/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=