grpc-ecosystem / grpc-gateway

gRPC to JSON proxy generator following the gRPC HTTP spec
https://grpc-ecosystem.github.io/grpc-gateway/
BSD 3-Clause "New" or "Revised" License
18.26k stars 2.24k forks source link

Fix Bazel module dependencies #4974

Closed AlejoAsd closed 2 days ago

AlejoAsd commented 2 days ago

References to other Issues or PRs

Fixes issue mentioned in PR comment.

Have you read the Contributing Guidelines?

Yes.

Brief description of what is fixed or changed

An explicit dependency to com_github_bazelbuild_buildtools_v7 has been added. This fixes issues when importing this downstream.

Other comments