update import path for mgo

This commit is contained in:
Ian Kent 2016-07-07 21:34:24 +01:00
parent d1fab8fc34
commit 9c5b3f0d04

View file

@ -22,7 +22,7 @@ deps:
go get github.com/ian-kent/goose
go get github.com/ian-kent/linkio
go get github.com/jteeuwen/go-bindata/...
go get labix.org/v2/mgo
go get gopkg.in/mgo.v2
# added to fix travis issues
go get golang.org/x/crypto/bcrypt