diff --git a/go.mod b/go.mod index a649a25..456349a 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect github.com/hbstack/hb v0.16.2 // indirect - github.com/hugomods/bootstrap v0.24.1 // indirect + github.com/hugomods/bootstrap v0.24.2 // indirect github.com/hugomods/icons v0.6.6 // indirect github.com/twbs/icons v1.11.3 // indirect ) diff --git a/go.sum b/go.sum index 85d3497..53c18c8 100644 --- a/go.sum +++ b/go.sum @@ -40,6 +40,7 @@ github.com/hugomods/bootstrap v0.22.2/go.mod h1:daEkGLSsmfI8vQ1SjKR7KELPSrm1G+yU github.com/hugomods/bootstrap v0.22.3/go.mod h1:OpcaTH8dMsWqCeSSJ8IGqjEvK2zghLm8wD8ka3d33jc= github.com/hugomods/bootstrap v0.23.0/go.mod h1:eL5Y6abDndTt/LZu1VtgprvkdZgsV7/d3jpSoCcDkKQ= github.com/hugomods/bootstrap v0.24.1/go.mod h1:lCGwW9J0KeuRzlSWdJTHM9ptS9XYVGVtSAGE2xAL73Y= +github.com/hugomods/bootstrap v0.24.2/go.mod h1:GKP0KV5Yc0d1JmdKjKHL6SpvWml/hk3Pxnq6Trh1JYQ= github.com/hugomods/icons v0.6.0 h1:G6RU93okhPPRDh/jqcew9gwkcYpSpg0rCBv4S6yUAFw= github.com/hugomods/icons v0.6.0/go.mod h1:cIkSvK6W0q6N4U6n9KGz+QfRWQXAW0INd+1P31gPNGg= github.com/hugomods/icons v0.6.1/go.mod h1:cIkSvK6W0q6N4U6n9KGz+QfRWQXAW0INd+1P31gPNGg=