From 0742ac0c90ea71ff481edcf41f1039631b33974a Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Mon, 6 Apr 2026 03:59:52 +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 31ce756..16e613e 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-20260404034654-07b28fa662a3 // indirect +require github.com/gethinode/mod-template v0.0.0-20260406033336-dc3e78a22ebd // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 240cac0..4f8bec3 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -84,3 +84,5 @@ github.com/gethinode/mod-template v0.0.0-20260403035434-9e868e0a1c08 h1:uOkZPX1b github.com/gethinode/mod-template v0.0.0-20260403035434-9e868e0a1c08/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260404034654-07b28fa662a3 h1:l0sscR/8mKktYdIRSelOwWF3zRn4gExuEQ0uvp1HqQ0= github.com/gethinode/mod-template v0.0.0-20260404034654-07b28fa662a3/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260406033336-dc3e78a22ebd h1:iEvOc+w6oqpBZkgrfC0WJ0IwzFhevbDMQu9OJ3uUbt4= +github.com/gethinode/mod-template v0.0.0-20260406033336-dc3e78a22ebd/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=