mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 07:28:06 -05:00
Update deps.bzl after updating grpc-gateway dependency (#8933)
This commit is contained in:
20
deps.bzl
20
deps.bzl
@@ -770,8 +770,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "com_github_envoyproxy_go_control_plane",
|
||||
importpath = "github.com/envoyproxy/go-control-plane",
|
||||
sum = "h1:EmNYJhPYy0pOFjCx2PrgtaBXmee0iUX9hLlxE1xHOJE=",
|
||||
version = "v0.9.9-0.20201210154907-fd9021fe5dad",
|
||||
sum = "h1:QyzYnTnPE15SQyUeqU6qLbWxMkwyAyu+vGksa0b7j00=",
|
||||
version = "v0.9.9-0.20210217033140-668b12f5399d",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_envoyproxy_protoc_gen_validate",
|
||||
@@ -1235,8 +1235,8 @@ def prysm_deps():
|
||||
name = "com_github_grpc_ecosystem_grpc_gateway_v2",
|
||||
importpath = "github.com/grpc-ecosystem/grpc-gateway/v2",
|
||||
replace = "github.com/prysmaticlabs/grpc-gateway/v2",
|
||||
sum = "h1:roLNAyHR6c9yx1F+shJbbDvi/YopEreddO2Pmga20Lo=",
|
||||
version = "v2.3.1-0.20210330221950-3beba9ed0e19",
|
||||
sum = "h1:0v/JSzw2zi7K/vPQ2MImHEeAVSJlHBgZWgZhqX8XNIg=",
|
||||
version = "v2.3.1-0.20210524084005-787489c53c84",
|
||||
)
|
||||
go_repository(
|
||||
name = "com_github_gxed_hashland_keccakpg",
|
||||
@@ -3685,16 +3685,16 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "org_golang_google_genproto",
|
||||
importpath = "google.golang.org/genproto",
|
||||
sum = "h1:0VNRpy5TroA/6mYt3pPEq+E3oomxLJ+FUit3+oIsUy4=",
|
||||
version = "v0.0.0-20210325141258-5636347f2b14",
|
||||
sum = "h1:KMgpo2lWy1vfrYjtxPAzR0aNWeAR1UdQykt6sj/hpBY=",
|
||||
version = "v0.0.0-20210426193834-eac7f76ac494",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
name = "org_golang_google_grpc",
|
||||
build_file_proto_mode = "disable",
|
||||
importpath = "google.golang.org/grpc",
|
||||
sum = "h1:o1bcQ6imQMIOpdrO3SWf2z5RV72WbDwdXuK0MDlc8As=",
|
||||
version = "v1.36.0",
|
||||
sum = "h1:uSZWeQJX5j11bIQ4AJoj+McDBo29cY1MCoC1wO3ts+c=",
|
||||
version = "v1.37.0",
|
||||
)
|
||||
go_repository(
|
||||
name = "org_golang_google_grpc_cmd_protoc_gen_go_grpc",
|
||||
@@ -3757,8 +3757,8 @@ def prysm_deps():
|
||||
go_repository(
|
||||
name = "org_golang_x_oauth2",
|
||||
importpath = "golang.org/x/oauth2",
|
||||
sum = "h1:D7nTwh4J0i+5mW4Zjzn5omvlr6YBcWywE6KOcatyNxY=",
|
||||
version = "v0.0.0-20210323180902-22b0adad7558",
|
||||
sum = "h1:SgVl/sCtkicsS7psKkje4H9YtjdEl3xsYh7N+5TDHqY=",
|
||||
version = "v0.0.0-20210427180440-81ed05c6b58c",
|
||||
)
|
||||
|
||||
go_repository(
|
||||
|
||||
Reference in New Issue
Block a user