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
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue