This repository demonstrates an issue I'm having with Godep.
To reproduce the issue:
go get github.com/russellhaering/godep-timetools-bug
cd $GOPATH/src/github.com/russellhaering/godep-timetools-bug
./reproduce.sh
After step 3 the repository should be clean. Now note that the timetools import of bson has not been rewritten. Also note that gopkg.in/mgo.v2/bson
has not been vendored.