Skip to content
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
@lwc

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions