-
Notifications
You must be signed in to change notification settings - Fork 506
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit fixes a bug that was causing errors downloading go packages by fixing two things: 1. When packages have no revision, ie are imported without specifying a version, we now call the VCS at the latest revision, previously it was calling go VCS with an empty string as revision. 2. We now only pull packages without version only when they are imported that way. If we have a specific version we do not pull non versioned packages anymore. Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
- Loading branch information
Showing
1 changed file
with
31 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters