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:
parent
984ab6fd25
commit
95a31c179b
3 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue