diff --git a/go.mod b/go.mod index b37d14a4..13c2e1a1 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.7+incompatible // indirect + github.com/twbs/bootstrap v5.3.8+incompatible // indirect github.com/twbs/icons v1.13.1 // indirect ) diff --git a/go.sum b/go.sum index dded6d67..04129a2d 100644 --- a/go.sum +++ b/go.sum @@ -275,6 +275,7 @@ 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/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/bootstrap v5.3.8+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 aac945c6..5178e1d7 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.7+incompatible // indirect + github.com/twbs/bootstrap v5.3.8+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 af67499e..251c89a6 100644 --- a/modules/decap-cms/go.sum +++ b/modules/decap-cms/go.sum @@ -307,6 +307,7 @@ 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/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/bootstrap v5.3.8+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=