bump golang.org/x/net to v0.17.0 (#2456)

This commit is contained in:
3u13r 2023-10-16 13:22:31 +02:00 committed by GitHub
parent 93b70e5633
commit adfe443b28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 11 deletions

View file

@ -7401,8 +7401,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "golang.org/x/net",
sum = "h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=",
version = "v0.16.0",
sum = "h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=",
version = "v0.17.0",
)
go_repository(
name = "org_golang_x_oauth2",