Bump golang.org/x/net from 0.14.0 to 0.33.0 in /services/panel-service

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.33.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-21 19:15:11 +00:00
committed by GitHub
parent 4d9a7a4856
commit 3fef135f4c
2 changed files with 17 additions and 17 deletions

View File

@@ -34,10 +34,10 @@ require (
github.com/pierrec/lz4/v4 v4.1.18 // indirect
github.com/stretchr/testify v1.8.4 // indirect
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sync v0.10.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
)