From 09fcee6b1990ebd71d9324e00bd811e085665857 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:42:11 +0000 Subject: [PATCH] chore(deps): update module github.com/hugomods/base to v0.7.1 --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0911afe..ca32f3a 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/hugomods/bootstrap go 1.19 require ( - github.com/hugomods/base v0.7.0 // indirect + github.com/hugomods/base v0.7.1 // indirect github.com/hugomods/icons/vendors/bootstrap v0.5.7 // indirect github.com/hugomods/images v0.10.1 // indirect ) diff --git a/go.sum b/go.sum index 39572b7..adcdbf7 100644 --- a/go.sum +++ b/go.sum @@ -2,6 +2,7 @@ github.com/hugomods/base v0.5.0 h1:++wQcEVJLft6sP9n8O7YhGEQRgwYiVX5hJeeqeLCEjc= github.com/hugomods/base v0.5.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/base v0.6.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/base v0.7.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= +github.com/hugomods/base v0.7.1/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/icons/vendors/bootstrap v0.5.6 h1:4Vj7u52gFUnO+Jj/CqmGfsLroify2aysRpIvgHRNjjI= github.com/hugomods/icons/vendors/bootstrap v0.5.6/go.mod h1:Sw1RhQvFcsQlJ5a4SKpp7A0XHDYQ0DK0pQwnnx+l+Ao= github.com/hugomods/icons/vendors/bootstrap v0.5.7/go.mod h1:bTxiIPJ/idHEc35EtvtwSODLpjI+R54BkGdikO3gCmY=