fix(deps): update golang deps non-major

This commit is contained in:
woodpecker-bot 2024-12-30 00:21:04 +00:00
parent 2f6960b88a
commit 9f535f4c86
2 changed files with 95 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.3
toolchain go1.23.4
require (
code.gitea.io/sdk/gitea v0.19.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