Replace remaining names of grpc gateway
This commit is contained in:
parent
5d63249fda
commit
183e202eea
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue