diff --git a/go.mod b/go.mod index 6a0101b..0a80bf2 100644 --- a/go.mod +++ b/go.mod @@ -9,5 +9,5 @@ require ( github.com/hugomods/base v0.7.2 // indirect github.com/hugomods/cookies v0.1.0 // indirect github.com/hugomods/hugopress v0.5.0 // indirect - github.com/twbs/bootstrap v5.3.3+incompatible // indirect + github.com/twbs/bootstrap v5.3.8+incompatible // indirect ) diff --git a/go.sum b/go.sum index 7b7c705..597a234 100644 --- a/go.sum +++ b/go.sum @@ -13,3 +13,4 @@ github.com/hugomods/hugopress v0.5.0/go.mod h1:CRYvr60xOkZOf4Atkuj+uEj2EH5pjJ39W github.com/twbs/bootstrap v5.3.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= 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.8+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=