From a135c5542b45c7206a8cf6547afdf14bb90583f5 Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Thu, 26 Feb 2026 03:46:34 +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 5b76626..308d678 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-20260224034749-61de4ebb41ed // indirect +require github.com/gethinode/mod-template v0.0.0-20260226033314-cd6e123b5c75 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 4488bb3..9cd50af 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -6,3 +6,5 @@ github.com/gethinode/mod-template v0.0.0-20260223034959-f17c1ac79541 h1:rage78l8 github.com/gethinode/mod-template v0.0.0-20260223034959-f17c1ac79541/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260224034749-61de4ebb41ed h1:Awy/k2XtIYoB+isLDAEwGJHNNj9/LwgsdV7BAR85Jps= github.com/gethinode/mod-template v0.0.0-20260224034749-61de4ebb41ed/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260226033314-cd6e123b5c75 h1:h2STMbquYgdQxe9tCGVaXiCzXiC38eumsV8k9wI4Skg= +github.com/gethinode/mod-template v0.0.0-20260226033314-cd6e123b5c75/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=