From 758f15b2639f2a25da891d1cc09250ea9b437c73 Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Fri, 27 Mar 2026 03:56:00 +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 d326c21..329129d 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-20260325034757-3a815a720691 // indirect +require github.com/gethinode/mod-template v0.0.0-20260326235344-ddb7f5636cae // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 234bbba..65c8c6e 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -64,3 +64,5 @@ github.com/gethinode/mod-template v0.0.0-20260324034654-e846ae385bab h1:4ZYTESDt github.com/gethinode/mod-template v0.0.0-20260324034654-e846ae385bab/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260325034757-3a815a720691 h1:8avMuWjMExnLn4qB/aKz3AZWniIsa2BjLzFCxyyGObQ= github.com/gethinode/mod-template v0.0.0-20260325034757-3a815a720691/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260326235344-ddb7f5636cae h1:SaWBrbACaojNwMyQ6aqKk//cXL9srMliP6tdccMRRaw= +github.com/gethinode/mod-template v0.0.0-20260326235344-ddb7f5636cae/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=