Hopefully fix travis issue

This commit is contained in:
Ian Kent 2014-12-02 21:48:36 +00:00
parent 99b3d68b9a
commit c4fa1a2ea5

View file

@ -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