chore: update theme

This commit is contained in:
geekifan
2025-05-11 20:38:44 +08:00
parent 3d2a41a48d
commit bc6b33e31a
2 changed files with 9 additions and 6 deletions

5
go.mod
View File

@ -3,8 +3,9 @@ module github.com/geekifan/hugo-theme-chirpy-starter
go 1.24.2
require (
github.com/geekifan/hugo-theme-chirpy v0.0.0-20250511032544-3b12c922ac08 // indirect
github.com/geekifan/chirpy-static-assets v0.0.0-20250507021825-887e490b15f2 // indirect
github.com/geekifan/hugo-theme-chirpy v0.0.0-20250511105334-aa903325c417 // indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
github.com/twbs/bootstrap v5.3.5+incompatible // indirect
github.com/twbs/bootstrap v5.3.6+incompatible // indirect
)