fix(deps): update golang deps non-major

This commit is contained in:
woodpecker-bot 2025-06-16 00:13:01 +00:00
parent 566dd8e5c6
commit bb227bea9b
2 changed files with 12 additions and 12 deletions

8
go.mod
View file

@ -7,7 +7,7 @@ require (
github.com/OrlovEvgeny/go-mcache v0.0.0-20250603193050-187571917d11
github.com/creasty/defaults v1.8.0
github.com/go-acme/lego/v4 v4.23.1
github.com/go-sql-driver/mysql v1.9.2
github.com/go-sql-driver/mysql v1.9.3
github.com/hashicorp/go-uuid v1.0.3
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/joho/godotenv v1.5.1
@ -16,10 +16,10 @@ require (
github.com/microcosm-cc/bluemonday v1.0.27
github.com/pelletier/go-toml/v2 v2.2.4
github.com/pires/go-proxyproto v0.8.1
github.com/reugn/equalizer v0.0.0-20210216135016-a959c509d7ad
github.com/reugn/equalizer v0.2.0
github.com/rs/zerolog v1.34.0
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v2 v2.27.6
github.com/urfave/cli/v2 v2.27.7
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476
xorm.io/xorm v1.3.9
)
@ -73,7 +73,7 @@ require (
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/civo/civogo v0.3.92 // indirect
github.com/cloudflare/cloudflare-go v0.115.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/davidmz/go-pageant v1.0.2 // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect