From 0aa575bdb18e2632e6c3a279e8f5aeab195fad04 Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Sun, 12 Jul 2026 05:47:41 +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 653f38f..c4b8b48 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-20260710063433-faf893d34b61 // indirect +require github.com/gethinode/mod-template v0.0.0-20260711053204-b9dc1ad8ada4 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 7649908..67f4274 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -278,3 +278,5 @@ github.com/gethinode/mod-template v0.0.0-20260710061439-ce5a00c2fd1e h1:Y8sJHzDt github.com/gethinode/mod-template v0.0.0-20260710061439-ce5a00c2fd1e/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260710063433-faf893d34b61 h1:sroeCN08upZ85Qfj1LcxZVm1PbQ+3nHr9tmq3y77Nv8= github.com/gethinode/mod-template v0.0.0-20260710063433-faf893d34b61/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260711053204-b9dc1ad8ada4 h1:kbpR5IUBwY85ADYJ5i8ngxq40CxWCmfApTbc4flH4bg= +github.com/gethinode/mod-template v0.0.0-20260711053204-b9dc1ad8ada4/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=