-
Notifications
You must be signed in to change notification settings - Fork 1k
Ensure -vendor-only ignores -v #963
Comments
hi, welcome! thanks for the issue 😄
🎉🎉 - sorry it took so long!
HAH! this literally never even occurred to me during the design.
achieving this probably wouldn't be too awful. i don't think it would be terribly useful right now, as we always and unconditionally regenerate for now, we should take the same basic approach as with @carolynvs you've worked on those parts a bunch - does that seem sane? could that interleave sanely with existing |
If you can assist me by answering questions below I can work on this issue.
|
awesome, sure!
nope nope nope, no globals 😜
we're not worrying about public API stability yet, as we're pre-1.0.0. so it'll be fine to inject the desired
hmm - we may actually need to make dry run a more explicit concept for |
|
Thanks so much for adding
-vendor-only
- this is a much needed feature for guaranteeing reliable CI builds 👍What version of Go (
go version
) anddep
(git describe --tags
) are you using?What
dep
command did you run?Looks like
-vendor-only
doesn't have a verbose mode: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! 😁
The text was updated successfully, but these errors were encountered: