update go dependencies

This commit is contained in:
geekifan
2025-04-21 22:55:34 +08:00
parent e715cd078b
commit 7b3255f7d4
2 changed files with 6 additions and 1 deletions

5
go.mod
View File

@ -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
)