Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Add a Gopkg.toml field for skipping vendor verification #1933

Closed
sdboyer opened this issue Jul 11, 2018 · 0 comments · Fixed by #1952
Closed

Add a Gopkg.toml field for skipping vendor verification #1933

sdboyer opened this issue Jul 11, 2018 · 0 comments · Fixed by #1952
Assignees
Milestone

Comments

@sdboyer
Copy link
Member

sdboyer commented Jul 11, 2018

The automated vendor verification introduced in #1912 is lovely, but it's definitely going to cause problems for some people. We need to add another field to Gopkg.toml that allows the user to designate projects (not packages, whole projects) for which verification should be skipped.

Skipping verification means that:

  1. dep ensure will have to unconditionally write out such projects, in much the same way that it used to unconditionally write out all projects to vendor
  2. dep check (per dep: Introduce dep check subcommand #1932) may or may not still print notices for non-verified projects when they come back from vendor verification as changed, but even if it does, it won't error if there's a hash mismatch.
@sdboyer sdboyer added this to the v0.5.0 milestone Jul 11, 2018
@sdboyer sdboyer self-assigned this Jul 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant