fix(deps): update golang deps non-major

This commit is contained in:
woodpecker-bot 2025-02-15 00:11:08 +00:00
parent 91c4577a43
commit 00dd5c5ebd
2 changed files with 4 additions and 4 deletions

4
go.mod
View file

@ -2,7 +2,7 @@ module codeberg.org/codeberg/pages
go 1.23.0
toolchain go1.23.5
toolchain go1.24.0
require (
code.gitea.io/sdk/gitea v0.20.0
@ -18,7 +18,7 @@ require (
github.com/microcosm-cc/bluemonday v1.0.27
github.com/pelletier/go-toml/v2 v2.2.3
github.com/pires/go-proxyproto v0.8.0
github.com/reugn/equalizer v0.0.0-20210216135016-a959c509d7ad
github.com/reugn/equalizer v0.2.0
github.com/rs/zerolog v1.33.0
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v2 v2.27.5