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=