bazel-contrib / bazel-gazelle

Gazelle is a Bazel build file generator for Bazel projects. It natively supports Go and protobuf, and it may be extended to support new languages and custom rule sets.
Apache License 2.0
1.19k stars 378 forks source link

fix: genproto google apis conflict fix #1922

Open bgdnvk opened 1 month ago

bgdnvk commented 1 month ago

The PR addresses rules_go issue 1877. This is a fairly good description of what's happening: the target dependency isn't accurate.

As suggested by @fmeum I added the default behaviour to prevent this issue from happening.