tools / godep

dependency tool for go
http://godoc.org/github.com/tools/godep
BSD 3-Clause "New" or "Revised" License
5.54k stars 455 forks source link

Handle missing deps a little better #467

Closed freeformz closed 8 years ago

freeformz commented 8 years ago

I added 2 tests.

The first one covers the case where we're updating a package/... that has removed some dependencies.

The second one covers the case where we're update a package, and another, non transitive package is missing from $GOPATH.

I'm not sure this covers everything. I need to re-read the other update tests (but ATM they pass).