This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
Ensure -vendor-only ignores -v #963
Closed
Description
Thanks so much for adding -vendor-only
- this is a much needed feature for guaranteeing reliable CI builds 👍
What version of Go (go version
) and dep
(git describe --tags
) are you using?
$ go version
go version go1.8.1 darwin/amd64
$ git describe --tags
v0.3.0-19-g52ed251
What dep
command did you run?
Looks like -vendor-only
doesn't have a verbose mode:
$ dep ensure -vendor-only
$ dep ensure -v -vendor-only
$
What did you expect to see?
Some kind of indication that something is happening - a list of what is getting installed?
What did you see instead?
Nada! 😁
Activity