From 78b52ac841c22908a9267a3dccf891907634035d Mon Sep 17 00:00:00 2001 From: Georg Makowski Date: Wed, 10 Jan 2024 14:34:31 +0100 Subject: [PATCH] chore: bump mod-error --- 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 4940dba..779fdfe 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -7,6 +7,6 @@ toolchain go1.21.1 replace github.com/bowman2001/hugo-mod-resource => ../ require ( - github.com/bowman2001/hugo-mod-error-message v0.0.0-20230828202921-a80cf9b12869 // indirect + github.com/bowman2001/hugo-mod-error-message v0.3.0 // indirect github.com/bowman2001/hugo-mod-resource v0.0.0-20230827162033-164f6d58c89a // indirect ) diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 6834234..12dd2e0 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -2,3 +2,5 @@ github.com/bowman2001/hugo-mod-error-message v0.0.0-20230827105339-00c160f7b8ba github.com/bowman2001/hugo-mod-error-message v0.0.0-20230827105339-00c160f7b8ba/go.mod h1:s473WVJh6WZSTryMc/OSxp5F1pRAoMw73ClzmbUcbRk= github.com/bowman2001/hugo-mod-error-message v0.0.0-20230828202921-a80cf9b12869 h1:7KwUAvBgPzUM60+Mmwj3fc2MHIqYpa/op8C7wbB9XaE= github.com/bowman2001/hugo-mod-error-message v0.0.0-20230828202921-a80cf9b12869/go.mod h1:s473WVJh6WZSTryMc/OSxp5F1pRAoMw73ClzmbUcbRk= +github.com/bowman2001/hugo-mod-error-message v0.3.0 h1:16Osd3j9FYHVdinWTTSL5sww5tcbiNvmcQQYhy2Imzw= +github.com/bowman2001/hugo-mod-error-message v0.3.0/go.mod h1:qOtBS8WaRgnWHFVWXqvah1V2bYYWX4sUD7l524QJrgU=