mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Hopefully fix travis issue
This commit is contained in:
parent
99b3d68b9a
commit
c4fa1a2ea5
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -26,6 +26,9 @@ deps:
|
|||
go get github.com/ian-kent/envconf
|
||||
go get github.com/jteeuwen/go-bindata/...
|
||||
go get labix.org/v2/mgo
|
||||
# added to fix travis issues
|
||||
go get code.google.com/p/go-uuid/uuid
|
||||
go get code.google.com/p/go.crypto/bcrypt
|
||||
|
||||
test-deps:
|
||||
go get github.com/smartystreets/goconvey
|
||||
|
|
Loading…
Reference in a new issue