-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using dep to depend on specific revision of golang/protobuf is causing transative dependency problems for users #829
Comments
so there should be change to see: golang/protobuf#679 |
Hi @javasgl, the reason that we're using specific revisions, which I know messes with In the meantime, the following override should fix your problem:
. Sorry for any inconvenience this is causing to our users. |
Related to #755 |
the simplest solution at present is keep this specific revision sync with |
That would risk the dep file getting out of sync with the bazel dependencies, which is unacceptable. The best solution is to migrate this project to use go modules. |
Closing as dupe of #755 |
grpc-gateway/Gopkg.toml
Line 41 in a7c0cd0
master: Could not introduce github.com/grpc-ecosystem/grpc-gateway@master, as it has a dependency on github.com/golang/protobuf with constraint aa810b61a9c79d51363740d207bb46cf8e620ed5, which has no overlap with existing constraint master from github.com/grpc-ecosystem/go-grpc-middleware@master
The text was updated successfully, but these errors were encountered: