Upgrade repositories (Bazel)

This commit is contained in:
Mustafa Gezen 2024-10-16 13:01:30 +02:00
parent 0061e594f7
commit 0854ac270c
2 changed files with 542 additions and 645 deletions

View File

@ -76,29 +76,29 @@ go_repository(
build_file_generation = "on", build_file_generation = "on",
build_file_proto_mode = "disable", build_file_proto_mode = "disable",
importpath = "google.golang.org/grpc", importpath = "google.golang.org/grpc",
sum = "h1:HQKZ/fa1bXkX1oFOvSjmZEUL8wLSaZTjCcLAlmZRtdk=", sum = "h1:bs/cUb4lp1G5iImFFd3u5ixQzweKizoZJAwBNLR42lc=",
version = "v1.62.0", version = "v1.65.0",
) )
go_repository( go_repository(
name = "org_golang_x_net", name = "org_golang_x_net",
importpath = "golang.org/x/net", importpath = "golang.org/x/net",
sum = "h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4=", sum = "h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys=",
version = "v0.21.0", version = "v0.27.0",
) )
go_repository( go_repository(
name = "org_golang_x_text", name = "org_golang_x_text",
importpath = "golang.org/x/text", importpath = "golang.org/x/text",
sum = "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", sum = "h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=",
version = "v0.14.0", version = "v0.16.0",
) )
go_repository( go_repository(
name = "org_golang_x_oauth2", name = "org_golang_x_oauth2",
importpath = "golang.org/x/oauth2", importpath = "golang.org/x/oauth2",
sum = "h1:6m3ZPmLEFdVxKKWnKq4VqZ60gutO35zm+zrAHVmHyDQ=", sum = "h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=",
version = "v0.17.0", version = "v0.21.0",
) )
gazelle_dependencies() gazelle_dependencies()

File diff suppressed because it is too large Load Diff