chore(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 (#3599)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  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]
2023-05-24 16:45:22 +08:00
committed by GitHub
parent 6a0556ed5a
commit 1ab268989d
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ require (
github.com/pelletier/go-toml/v2 v2.0.7
github.com/stretchr/testify v1.8.2
github.com/ugorji/go/codec v1.2.11
golang.org/x/net v0.9.0
golang.org/x/net v0.10.0
google.golang.org/protobuf v1.30.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -30,6 +30,6 @@ require (
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
)