diff --git a/Makefile b/Makefile index 1cde758..0800f16 100644 --- a/Makefile +++ b/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