diff --git a/go.mod b/go.mod index 6c07fcc..5dbfc89 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/hbstack/hb v0.11.0 // indirect - github.com/hugomods/icons/vendors/bootstrap v0.5.3 // indirect + github.com/hugomods/icons/vendors/bootstrap v0.5.4 // indirect ) diff --git a/go.sum b/go.sum index 42051dd..f3a2dea 100644 --- a/go.sum +++ b/go.sum @@ -4,3 +4,4 @@ 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/vendors/bootstrap v0.5.3 h1:3twbdiKpeCudV0UFNBZqUgBLIjG5qcv4lvvlALgR5ro= github.com/hugomods/icons/vendors/bootstrap v0.5.3/go.mod h1:SuPcqO3u8gN4epmf+2L1G8pg6X3nXj2D6FYRWd+OIrw= +github.com/hugomods/icons/vendors/bootstrap v0.5.4/go.mod h1:DtuYP+dG9Sttfsggd9k09h/hapZBsel6JJ1vNetkaCg=