-
-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gazelle: fix import resolution for vendored WKT protos (#945)
* When resolving proto_library dependencies, a vendor/ prefix will no longer be added in any case. These rules can't build because the protoc import paths are not modified (and can't be right now). * go_proto_library dependencies for Well Known Types will be resolved to something in //vendor/github.com/golang/protobuf. This will change in the future when we have better support for alternative proto toolchains. * There is now a special case for google/protobuf/descriptor.proto. Fixes #888 Related #940
- Loading branch information
Showing
2 changed files
with
72 additions
and
40 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