From 7b3255f7d43c9a145022cc31614f36d00b0441fa Mon Sep 17 00:00:00 2001 From: geekifan Date: Mon, 21 Apr 2025 22:55:34 +0800 Subject: [PATCH] update go dependencies --- go.mod | 5 ++++- go.sum | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d9e8aa2..ebe9748 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,7 @@ module hugo-theme-chirpy go 1.24.2 -require github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect +require ( + github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect + github.com/twbs/bootstrap v5.3.5+incompatible // indirect +) diff --git a/go.sum b/go.sum index 043d97d..8c44442 100644 --- a/go.sum +++ b/go.sum @@ -2,3 +2,5 @@ github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 h1:L6+F22i76xmeWWw github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400/go.mod h1:uekq1D4ebeXgduLj8VIZy8TgfTjrLdSl6nPtVczso78= github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000/go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI= github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= +github.com/twbs/bootstrap v5.3.5+incompatible h1:6XrrFNMsiTTFcVTBf2886FO2XUNtwSE+QPv1os0uAA4= +github.com/twbs/bootstrap v5.3.5+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=