diff --git a/go.mod b/go.mod index dc9705ca..128bfb89 100644 --- a/go.mod +++ b/go.mod @@ -22,6 +22,6 @@ require ( github.com/hugomods/images v0.12.3 // indirect 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.6+incompatible // indirect + github.com/twbs/bootstrap v5.3.7+incompatible // indirect github.com/twbs/icons v1.13.1 // indirect ) diff --git a/go.sum b/go.sum index f8206921..0ef64906 100644 --- a/go.sum +++ b/go.sum @@ -270,6 +270,7 @@ github.com/twbs/bootstrap v5.3.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspT github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= github.com/twbs/bootstrap v5.3.5+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= github.com/twbs/bootstrap v5.3.6+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= +github.com/twbs/bootstrap v5.3.7+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= 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= diff --git a/modules/decap-cms/go.mod b/modules/decap-cms/go.mod index 1e6994e0..f1995350 100644 --- a/modules/decap-cms/go.mod +++ b/modules/decap-cms/go.mod @@ -24,6 +24,6 @@ require ( github.com/hugomods/images v0.12.3 // indirect 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.6+incompatible // indirect + github.com/twbs/bootstrap v5.3.7+incompatible // indirect github.com/twbs/icons v1.13.1 // indirect ) diff --git a/modules/decap-cms/go.sum b/modules/decap-cms/go.sum index f04ec550..40cb0791 100644 --- a/modules/decap-cms/go.sum +++ b/modules/decap-cms/go.sum @@ -301,6 +301,7 @@ github.com/twbs/bootstrap v5.3.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspT github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= github.com/twbs/bootstrap v5.3.5+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= github.com/twbs/bootstrap v5.3.6+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= +github.com/twbs/bootstrap v5.3.7+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=