Switch to the latest mgo path.

This is not only the right thing to do, as per the documentation of the
latest release (yesterday) but it should now be backed by git and not
bzr, which is a big plus and won't break our build so much.
This commit is contained in:
Barak Michener 2014-07-22 15:22:29 -04:00
parent 984ab6fd25
commit 95a31c179b
3 changed files with 6 additions and 6 deletions

View file

@ -17,5 +17,5 @@ install:
- go get github.com/syndtr/goleveldb/leveldb/iterator
- go get github.com/syndtr/goleveldb/leveldb/opt
- go get github.com/syndtr/goleveldb/leveldb/util
- go get labix.org/v2/mgo
- go get labix.org/v2/mgo/bson
- go get gopkg.in/mgo.v2
- go get gopkg.in/mgo.v2/bson