commit | 7f30ba724af9495b221e2df0f5ac58511179485f | [log] [tgz] |
---|---|---|
author | Jay Conrod <jayconrod@gmail.com> | Tue May 08 13:49:03 2018 -0400 |
committer | GitHub <noreply@github.com> | Tue May 08 13:49:03 2018 -0400 |
tree | 2f79eed83974fca36ad3fd5d3ef23edb1ec79c29 | |
parent | d46c5e98fef24b19ebd57c4abc384b555d305699 [diff] |
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