diff --git a/go.mod b/go.mod index 69017ae..f5bdc2c 100644 --- a/go.mod +++ b/go.mod @@ -25,6 +25,6 @@ require ( github.com/hugomods/seo/modules/base v0.1.3 // indirect github.com/hugomods/seo/modules/favicons v0.2.2 // indirect github.com/hugomods/simple-icons v13.21.0+incompatible // indirect - github.com/twbs/bootstrap v5.3.5+incompatible // indirect + github.com/twbs/bootstrap v5.3.6+incompatible // indirect github.com/twbs/icons v1.12.1 // indirect ) diff --git a/go.sum b/go.sum index 8581bc8..02fd427 100644 --- a/go.sum +++ b/go.sum @@ -208,6 +208,7 @@ github.com/twbs/bootstrap v5.3.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspT github.com/twbs/bootstrap v5.3.3+incompatible h1:goFoqinzdHfkeegpFP7pvhbd0g+A3O2hbU3XCjuNrEQ= 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/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=