Skip to content

Commit

Permalink
Merge pull request #1066 from buildbuddy-io/oldgrpc
Browse files Browse the repository at this point in the history
Revert grpc upgrade
  • Loading branch information
tylerwilliams authored Sep 29, 2021
2 parents dd8af79 + 6456061 commit e482209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3820,8 +3820,8 @@ def install_buildbuddy_dependencies(workspace_name = "buildbuddy"):
name = "org_golang_google_grpc",
build_file_proto_mode = "disable",
importpath = "google.golang.org/grpc",
sum = "h1:f+PlOh7QV4iIJkPrx5NQ7qaNGFQ3OTse67yaDHfju4E=",
version = "v1.41.0",
sum = "h1:Klz8I9kdtkIN6EpHHUOMLCYhTn/2WAe5a0s1hcBkdTI=",
version = "v1.39.0",
)
go_repository(
name = "org_golang_google_grpc_cmd_protoc_gen_go_grpc",
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ require (
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0
github.com/elastic/gosigar v0.11.0
github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021 // indirect
github.com/firecracker-microvm/firecracker-go-sdk v0.0.0-00010101000000-000000000000
github.com/go-git/go-git/v5 v5.2.0
github.com/go-redis/redis/extra/redisotel/v8 v8.10.0
Expand Down Expand Up @@ -73,7 +74,7 @@ require (
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
google.golang.org/api v0.50.0
google.golang.org/genproto v0.0.0-20210721163202-f1cecdd8b78a
google.golang.org/grpc v1.41.0
google.golang.org/grpc v1.39.0
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/mysql v1.0.4
Expand Down

0 comments on commit e482209

Please sign in to comment.