-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add all special cases for Go importing WKT proto packages (#193)
When Go code generated from protos (via go_proto_library) import WKT packages, they implicitly depend on targets in @io_bazel_rules_go//proto/wkt. When static Go code imports the same packages, Gazelle can resolve the dependencies differently. This results in conflicting dependencies in many builds. With this change, Gazelle has special cases for every target in @io_bazel_rules_go//proto/wkt. Fixes #159
- Loading branch information
Showing
2 changed files
with
66 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters