You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Compare https://github.com/sttts/kube-vendor-test/tree/ignored-constraint. I put a constraint on apimachinery to select a non-existing branch. This does not lead to a warning or error.
If I happen to import an apimachinery packages instead, the constraint is considered and dep fails.
What version of
dep
are you using (dep version
)?d8d1205
What
dep
command did you run?dep ensure -v
What did you expect to see?
An error that my constraint for
k8s.io/apimachinery@some-non-existing-branch
cannot be fulfilled.What did you see instead?
The master branch of k8s.io/apimachinery was selected.
The text was updated successfully, but these errors were encountered: