Bump golang.org/x/net from 0.0.0-20201202161906-c7110b5ffcbb to 0.7.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20201202161906-c7110b5ffcbb to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-02-25 02:28:12 +00:00
committed by GitHub
parent d5a55a1ce2
commit 27d250ff81
2 changed files with 10 additions and 6 deletions

4
go.mod
View File

@@ -30,8 +30,8 @@ require (
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/zap v1.10.0
golang.org/x/crypto v0.1.0
golang.org/x/net v0.1.0
golang.org/x/text v0.4.0
golang.org/x/net v0.7.0
golang.org/x/text v0.7.0
google.golang.org/grpc v1.29.1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/eapache/queue.v1 v1.1.0