chore(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 (#1204)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.39.0 to 0.40.0.
- [Commits](https://github.com/golang/net/compare/v0.39.0...v0.40.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-05-12 08:56:09 +02:00
committed by GitHub
parent ca1d11006c
commit 1ed33a7400
2 changed files with 15 additions and 15 deletions

10
go.mod
View File

@@ -24,12 +24,12 @@ require (
github.com/ulikunitz/xz v0.5.12 // indirect
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.27.0
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/net v0.39.0
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/net v0.40.0
golang.org/x/sync v0.14.0
golang.org/x/sys v0.32.0 // indirect
golang.org/x/term v0.31.0
golang.org/x/text v0.24.0
golang.org/x/sys v0.33.0 // indirect
golang.org/x/term v0.32.0
golang.org/x/text v0.25.0
)
require (