From c8f8f1ed41a69b287dc70712098ca05c5724523e Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Sat, 16 Mar 2024 03:09:26 +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 39bf3db..13fd18e 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ module github.com/gethinode/mod-template/exampleSite go 1.19 -require github.com/gethinode/mod-template v0.0.0-20240308040322-c2b16e8acf24 // indirect +require github.com/gethinode/mod-template v0.0.0-20240315175156-f159dec3d1fa // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 62f6fde..8bbae8e 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -8,3 +8,5 @@ github.com/gethinode/mod-template v0.0.0-20240304051231-4d7d9397c805 h1:uiDroB7r github.com/gethinode/mod-template v0.0.0-20240304051231-4d7d9397c805/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= github.com/gethinode/mod-template v0.0.0-20240308040322-c2b16e8acf24 h1:+ZDzn6hXpOcR1qAyNNmpNzH5UI5IpL9SaGsbIJY/MeQ= github.com/gethinode/mod-template v0.0.0-20240308040322-c2b16e8acf24/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs= +github.com/gethinode/mod-template v0.0.0-20240315175156-f159dec3d1fa h1:dEIoYX9eOhAI7ZDfM+CQzwX5CzS4O+3njfIzazm35i8= +github.com/gethinode/mod-template v0.0.0-20240315175156-f159dec3d1fa/go.mod h1:6ofWqxiQMhTnI8U6mT3FrEUN1UZ0vcUcZyXVIny2CZs=