Bump golang.org/x/net from 0.0.0-20221002022538-bcab6841153b to 0.7.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20221002022538-bcab6841153b 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: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-03-08 14:50:05 +01:00
committed by Christian Muehlhaeuser
parent c783aea2e6
commit b3a2554162
2 changed files with 27 additions and 4 deletions
+2 -2
View File
@@ -21,6 +21,6 @@ require (
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/net v0.0.0-20221002022538-bcab6841153b // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
)