chore: update go files

This commit is contained in:
2025-09-06 12:04:01 +10:00
parent 02da26940c
commit 98acc1f743
3 changed files with 6 additions and 11 deletions

8
go.mod
View File

@ -1,10 +1,8 @@
module github.com/geekifan/hugo-theme-chirpy
module git.comprofix.com/mmckinnon/hugo-theme-chirpy
go 1.24.2
go 1.25.1
require (
github.com/geekifan/chirpy-static-assets v0.0.0-20250507021825-887e490b15f2 // indirect
git.comprofix.com/mmckinnon/chirpy-static-assets v0.0.0-20250906020312-767f82775038 // 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.6+incompatible // indirect
)