diff --git a/Makefile b/Makefile index d59a759..af296bc 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,6 @@ clean: dependencies: @echo @echo "----- DOWNLOADING -------------------------------------------------------------------------" - @go get -u github.com/gorilla/pat @go get -u github.com/gorilla/mux @go get -u github.com/gorilla/context @go get -u github.com/codegangsta/negroni @@ -73,8 +72,6 @@ dependencies: @go get -u github.com/Sirupsen/logrus @go get -u gopkg.in/mgo.v2 @go get -u github.com/tools/godep - @go get -u github.com/assembla/cony - @go get -u github.com/streadway/amqp @go get -u github.com/golang/lint/golint @echo "----- DONE --------------------------------------------------------------------------------"