Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "panic: version queue is empty" during dep ensure
There seems to be a specific dependency resolution bug in dep that's explored in golang/dep#1799. We've seen it every so often on our development machines. This commit introduces a suggested workaround for the problem, which seems to work on my box.
- Loading branch information