Merge pull request #24 from hexolan/dependabot/go_modules/services/gateway-service/golang.org/x/net-0.33.0

Bump golang.org/x/net from 0.17.0 to 0.33.0 in /services/gateway-service
This commit is contained in:
2025-01-21 19:27:24 +00:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

View File

@@ -23,8 +23,8 @@ require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.51.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
)