mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 22:34:04 +00:00
update import path for mgo
This commit is contained in:
parent
d1fab8fc34
commit
9c5b3f0d04
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ deps:
|
||||||
go get github.com/ian-kent/goose
|
go get github.com/ian-kent/goose
|
||||||
go get github.com/ian-kent/linkio
|
go get github.com/ian-kent/linkio
|
||||||
go get github.com/jteeuwen/go-bindata/...
|
go get github.com/jteeuwen/go-bindata/...
|
||||||
go get labix.org/v2/mgo
|
go get gopkg.in/mgo.v2
|
||||||
# added to fix travis issues
|
# added to fix travis issues
|
||||||
go get golang.org/x/crypto/bcrypt
|
go get golang.org/x/crypto/bcrypt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue