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

cmd/dep: fix vndr importpath validation #1056

Merged
merged 1 commit into from
Aug 24, 2017

Conversation

carolynvs
Copy link
Collaborator

@carolynvs carolynvs commented Aug 24, 2017

What does this do / why do we need it?

#1013 found a bug in the validation for our vndr importer. It was relying on a later function erroring out when no import path is present in the config file, instead of explicitly checking for it.

What should your reviewer look out for in this PR?

This is small and is blocking another PR, so I'm going to merge myself once the tests pass.

Do you need help or clarification on anything?

Nope.

Which issue(s) does this PR fix?

Unblocks #1013

This was relying on a later function erroring out
when no import path is present in the config file,
instead of explicitly checking for it.
@carolynvs carolynvs merged commit d877bdb into golang:master Aug 24, 2017
@carolynvs carolynvs deleted the vndr-validation branch August 24, 2017 15:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants