This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
dep ensure does not accept -v with -update #1458
Closed
Description
What version of dep
are you using (dep version
)?
v0.3.2-83-g13df5561
What dep
command did you run?
dep ensure -update k8s.io/[email protected] -v
What did you expect to see?
verbose output of the update process
What did you see instead?
Invalid arguments passed to ensure -update:
✗ could not infer project root from dependency path: -v: "-v" is not a valid import path
✗ version constraint ^6.0.0 passed for k8s.io/client-go, but -update follows constraints declared in Gopkg.toml, not CLI arguments
update arguments validation failed