Skip to content

Commit

Permalink
Switch to the latest mgo path.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
barakmich committed Jul 22, 2014
1 parent 984ab6f commit 95a31c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions graph/mongo/iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (
"strings"

"github.com/barakmich/glog"
"labix.org/v2/mgo"
"labix.org/v2/mgo/bson"
"gopkg.in/mgo.v2"
"gopkg.in/mgo.v2/bson"

"github.com/google/cayley/graph"
"github.com/google/cayley/graph/iterator"
Expand Down
4 changes: 2 additions & 2 deletions graph/mongo/triplestore.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
"hash"
"log"

"labix.org/v2/mgo"
"labix.org/v2/mgo/bson"
"gopkg.in/mgo.v2"
"gopkg.in/mgo.v2/bson"

"github.com/barakmich/glog"
"github.com/google/cayley/graph"
Expand Down

0 comments on commit 95a31c1

Please sign in to comment.