diff --git a/go.mod b/go.mod index c698c2cc..3e62534b 100644 --- a/go.mod +++ b/go.mod @@ -23,5 +23,5 @@ require ( github.com/hugomods/seo/modules/base v0.1.3 // indirect github.com/hugomods/simple-icons v13.21.0+incompatible // indirect github.com/twbs/bootstrap v5.3.5+incompatible // indirect - github.com/twbs/icons v1.11.3 // indirect + github.com/twbs/icons v1.11.4 // indirect ) diff --git a/go.sum b/go.sum index 660d97f6..88cf1509 100644 --- a/go.sum +++ b/go.sum @@ -263,3 +263,4 @@ github.com/twbs/bootstrap v5.3.5+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspT github.com/twbs/icons v1.11.2 h1:I0zuO+pk4F1jKGautLPFUQyU2uQyir0GBGb4ArpXZLg= github.com/twbs/icons v1.11.2/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA= github.com/twbs/icons v1.11.3/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA= +github.com/twbs/icons v1.11.4/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA= diff --git a/modules/decap-cms/go.mod b/modules/decap-cms/go.mod index f25f759c..04a5c4ae 100644 --- a/modules/decap-cms/go.mod +++ b/modules/decap-cms/go.mod @@ -25,5 +25,5 @@ require ( github.com/hugomods/seo/modules/base v0.1.3 // indirect github.com/hugomods/simple-icons v13.21.0+incompatible // indirect github.com/twbs/bootstrap v5.3.5+incompatible // indirect - github.com/twbs/icons v1.11.3 // indirect + github.com/twbs/icons v1.11.4 // indirect ) diff --git a/modules/decap-cms/go.sum b/modules/decap-cms/go.sum index eb83b2b1..1a7d7019 100644 --- a/modules/decap-cms/go.sum +++ b/modules/decap-cms/go.sum @@ -291,3 +291,4 @@ github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspT github.com/twbs/bootstrap v5.3.5+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= github.com/twbs/icons v1.11.3 h1:XhvrQ1XDom9ggBbQx3wQCFGEr8qAQwQP/dAcw8OXMtA= github.com/twbs/icons v1.11.3/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA= +github.com/twbs/icons v1.11.4/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA= diff --git a/modules/staticman/go.mod b/modules/staticman/go.mod index 1def973d..3cbf5b65 100644 --- a/modules/staticman/go.mod +++ b/modules/staticman/go.mod @@ -16,5 +16,5 @@ require ( github.com/hugomods/images v0.11.2 // indirect github.com/hugomods/simple-icons v13.21.0+incompatible // indirect github.com/hugomods/snackbar v0.1.2 // indirect - github.com/twbs/icons v1.11.3 // indirect + github.com/twbs/icons v1.11.4 // indirect ) diff --git a/modules/staticman/go.sum b/modules/staticman/go.sum index 75092bd5..92646ab5 100644 --- a/modules/staticman/go.sum +++ b/modules/staticman/go.sum @@ -168,3 +168,4 @@ github.com/twbs/icons v1.11.1 h1:lMKkMwupTDfBJWXx6RFLwfYuCmqG/uUAu2LaOf7bZjU= github.com/twbs/icons v1.11.1/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA= github.com/twbs/icons v1.11.2/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA= github.com/twbs/icons v1.11.3/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA= +github.com/twbs/icons v1.11.4/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA=