Bump golang.org/x/net from 0.11.0 to 0.17.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.11.0...v0.17.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-10-11 22:49:30 +00:00 committed by GitHub
parent 87180a4cfc
commit c0e067d55e
2 changed files with 7 additions and 29 deletions

3
go.mod
View file

@ -4,6 +4,5 @@ go 1.16
require (
github.com/google/go-cmp v0.5.9
golang.org/x/net v0.11.0
golang.org/x/oauth2 v0.9.0
golang.org/x/net v0.17.0
)