From 205b364f641ed34790a9bd076a38246ee812e1f2 Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Sun, 19 Jul 2026 05:42:20 +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 dcb93ea..622c9a1 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-20260717053259-25bd131a263a // indirect +require github.com/gethinode/mod-template v0.0.0-20260718051627-e3837345d300 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 018aa64..047e3ad 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -292,3 +292,5 @@ github.com/gethinode/mod-template v0.0.0-20260716053124-7bb3d24b8308 h1:ErsbvdAT github.com/gethinode/mod-template v0.0.0-20260716053124-7bb3d24b8308/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20260717053259-25bd131a263a h1:YZ4onXYrlMzuwBk0QSvps7Y0gRACJYALlS/Ljv/He10= github.com/gethinode/mod-template v0.0.0-20260717053259-25bd131a263a/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20260718051627-e3837345d300 h1:5dMrrW85cBQ6K1s5k2XGh9asJEhQw+8CRIJQIeN/pwY= +github.com/gethinode/mod-template v0.0.0-20260718051627-e3837345d300/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=