diff --git a/go.mod b/go.mod index c8e0076..84e4255 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/hbstack/hb v0.15.3 // indirect - github.com/hugomods/icons/vendors/bootstrap v0.5.8 // indirect + github.com/hugomods/icons/vendors/bootstrap v0.5.9 // indirect ) diff --git a/go.sum b/go.sum index 5a229af..7472c6c 100644 --- a/go.sum +++ b/go.sum @@ -21,3 +21,4 @@ github.com/hugomods/icons/vendors/bootstrap v0.5.5/go.mod h1:DtuYP+dG9Sttfsggd9k 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= github.com/hugomods/icons/vendors/bootstrap v0.5.8/go.mod h1:jla3IbQAByyz45AikUAw/c7h0wUMUn5Z2j4gh+zVDj4= +github.com/hugomods/icons/vendors/bootstrap v0.5.9/go.mod h1:DuB5N1o3GCUyvYFnEeBvJRBrCHqbMWEbjoEWVLULggw=