From 0711d16b60c81d29e90e1e08903fec8cd98be9fe Mon Sep 17 00:00:00 2001 From: markdumay <61946753+markdumay@users.noreply.github.com> Date: Tue, 24 Feb 2026 03:47:51 +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 2dcd940..1cd6cd5 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -2,4 +2,4 @@ module github.com/gethinode/mod-docs-example go 1.19 -require github.com/gethinode/mod-docs v1.0.1 // indirect +require github.com/gethinode/mod-docs v1.0.2 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index f3f23fc..390f7b5 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -2,3 +2,5 @@ github.com/gethinode/mod-docs v0.0.0-20260222134305-80cebfd8ba29 h1:iemYI2uoH3v7 github.com/gethinode/mod-docs v0.0.0-20260222134305-80cebfd8ba29/go.mod h1:ru1w0fHqFocjDIMV0dm40OwhBw5k4UncCS8iO/1S5kI= github.com/gethinode/mod-docs v1.0.1 h1:T8CSI7EetP6sOYusQObyrT0QJ6o9LQH8lQkaJBQs51M= github.com/gethinode/mod-docs v1.0.1/go.mod h1:ru1w0fHqFocjDIMV0dm40OwhBw5k4UncCS8iO/1S5kI= +github.com/gethinode/mod-docs v1.0.2 h1:kqdmhj7mewNXyjTMnILFolOBfLo51mHSw0fCTWwG5vA= +github.com/gethinode/mod-docs v1.0.2/go.mod h1:ru1w0fHqFocjDIMV0dm40OwhBw5k4UncCS8iO/1S5kI=