Update rules_go and gazelle to 0.42 & 0.33 (latest releases) (#13021)

* Provide @go_googleapis, update gazelle

* fix pb build failures

Fix build issues with grpc-gateway
This commit is contained in:
Preston Van Loon
2023-10-09 23:50:29 -05:00
committed by GitHub
parent 0bd232667b
commit 8eb82dd378
71 changed files with 588 additions and 527 deletions

View File

@@ -1747,6 +1747,12 @@ def prysm_deps():
replace = "github.com/prysmaticlabs/grpc-gateway/v2",
sum = "h1:4wctORg/1TkgLgXejv9yOSAm3cDBJxoTzl/RNuZmX28=",
version = "v2.3.1-0.20230315201114-09284ba20446",
repo_mapping = {"@go_googleapis": "@googleapis"},
patch_args = ["-p1"],
patches = [
"//third_party:com_github_grpc_ecosystem_grpc_gateway_v2.patch",
"//third_party:com_github_grpc_ecosystem_grpc_gateway_v2_fix_emptypb.patch",
],
)
go_repository(
name = "com_github_guptarohit_asciigraph",