chore: bump golang.org/x/net from 0.40.0 to 0.42.0 (#452)

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

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.42.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-08-13 20:53:44 +08:00
committed by GitHub
parent 93f4cad29d
commit 260b451a5f
2 changed files with 16 additions and 16 deletions
+4 -4
View File
@@ -11,10 +11,10 @@ require (
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.38.0
golang.org/x/net v0.40.0
golang.org/x/sys v0.34.0 // indirect
golang.org/x/text v0.25.0 // indirect
golang.org/x/crypto v0.41.0
golang.org/x/net v0.43.0
golang.org/x/sys v0.35.0 // indirect
golang.org/x/text v0.28.0 // indirect
golang.org/x/time v0.11.0 // indirect
)