diff --git a/go.mod b/go.mod index a2e75863a24..05b1c2e66a1 100644 --- a/go.mod +++ b/go.mod @@ -5,5 +5,5 @@ go 1.18 require ( github.com/hugomods/fuse-js v0.1.0 // indirect github.com/hugomods/i18n-js v0.1.0 // indirect - github.com/hugomods/icons/vendors/bootstrap v0.4.1 // indirect + github.com/hugomods/icons/vendors/bootstrap v0.5.0 // indirect ) diff --git a/go.sum b/go.sum index 6df4f6a4fa9..6375ad69087 100644 --- a/go.sum +++ b/go.sum @@ -5,3 +5,4 @@ github.com/hugomods/i18n-js v0.1.0/go.mod h1:eJfxjgI2CQsNA1/ReIVvr5127DftUKcbHd2 github.com/hugomods/icons/vendors/bootstrap v0.4.0 h1:+2r0aWG/qdsdLBtQ+b5VN7z3Kh/M0/TduF9ZxW0d9Kg= github.com/hugomods/icons/vendors/bootstrap v0.4.0/go.mod h1:my/xxEyTvWAym67NVfhWRvdQKrHcscU43neIBXnlbfM= github.com/hugomods/icons/vendors/bootstrap v0.4.1/go.mod h1:3fXUsXdGZa+f31OEKUMDGsrCq1XZwhLvUys8XT63AZM= +github.com/hugomods/icons/vendors/bootstrap v0.5.0/go.mod h1:kfC17VWV+tNi6PGF4AY7CJBBa1/HEgWxCYq2kNOdcdI=