From 8eaea2380ccaa2d4769bba291c6752c86a30d5d3 Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Sat, 4 Apr 2026 03:46:42 +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 62327e8..0579d60 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-20260403033316-96b71e4bb643 // indirect +require github.com/gethinode/mod-template v0.0.0-20260403035434-9e868e0a1c08 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index f687de9..a3a106a 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -80,3 +80,5 @@ github.com/gethinode/mod-template v0.0.0-20260401040136-e20188e63b0d h1:daMP27Vf github.com/gethinode/mod-template v0.0.0-20260401040136-e20188e63b0d/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260403033316-96b71e4bb643 h1:RLTVMbZA0kC43gUpM6TJtLnRakc/O6TTSJFCVE+aZvk= github.com/gethinode/mod-template v0.0.0-20260403033316-96b71e4bb643/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260403035434-9e868e0a1c08 h1:uOkZPX1bIf6x+AWj+IHsofMWS7YET0cKsiyyPDFRZqI= +github.com/gethinode/mod-template v0.0.0-20260403035434-9e868e0a1c08/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=