diff --git a/go.mod b/go.mod index e7bb39e..cb09385 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/hbstack/hb go 1.18 require ( - github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20002 // indirect + github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20003 // indirect github.com/hugomods/base v0.1.0 // indirect github.com/hugomods/hugopress v0.1.0 // indirect - github.com/twbs/bootstrap v5.3.0-alpha3+incompatible // indirect + github.com/twbs/bootstrap v5.3.0+incompatible // indirect ) diff --git a/go.sum b/go.sum index 547351b..2fd0d33 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,6 @@ github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20002 h1:6F6sjCSkFIIgqLp4SEIL1Ao9ZfKyM6OmgqEdTlc58Yk= github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20002/go.mod h1:Q6TrjM78wB13zkOMBSV4IZIZ54tbshmE2fem9CYx2pU= +github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20003/go.mod h1:mvM05r93HiefwoaxQTaYiJxtJAhTebwQtU1Xh/J+Okk= github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000/go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI= github.com/hugomods/base v0.1.0 h1:3o9Y85BvXHjkYzZfswM/EtthQ8GOYKN8aXHkIWqu3/8= github.com/hugomods/base v0.1.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= @@ -7,3 +8,4 @@ github.com/hugomods/hugopress v0.1.0 h1:qktwbSWtbrEz/nX2wBmxDLzzS4o6/rjp7p0GWcOZ github.com/hugomods/hugopress v0.1.0/go.mod h1:CRYvr60xOkZOf4Atkuj+uEj2EH5pjJ39Ws3aJAkoMkA= github.com/twbs/bootstrap v5.3.0-alpha3+incompatible h1:+OQzm4u8/Brp5KMcca/ggbw58Uv8yaK26TijAD1tsRE= github.com/twbs/bootstrap v5.3.0-alpha3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= +github.com/twbs/bootstrap v5.3.0+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=