Replace remaining names of grpc gateway

This commit is contained in:
Adam Liddell 2023-03-07 21:22:49 +00:00
parent 5d63249fda
commit 183e202eea
2 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
load(
"//:repositories.bzl",
"grpc_ecosystem_grpc_gateway",
"com_github_grpc_ecosystem_grpc_gateway_v2",
)
load("//go:repositories.bzl", "go_repos")
def gateway_repos(**kwargs): # buildifier: disable=function-docstring
go_repos(**kwargs)
grpc_ecosystem_grpc_gateway(**kwargs)
com_github_grpc_ecosystem_grpc_gateway_v2(**kwargs)

View File

@ -573,7 +573,7 @@ def bazel_gazelle(**kwargs):
#
# gRPC gateway
#
def grpc_ecosystem_grpc_gateway(**kwargs):
def com_github_grpc_ecosystem_grpc_gateway_v2(**kwargs):
_generic_dependency("com_github_grpc_ecosystem_grpc_gateway_v2", **kwargs)
#