We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e30cf commit 81edd7cCopy full SHA for 81edd7c
Makefile
@@ -65,16 +65,13 @@ clean:
65
dependencies:
66
@echo
67
@echo "----- DOWNLOADING -------------------------------------------------------------------------"
68
- @go get -u github.com/gorilla/pat
69
@go get -u github.com/gorilla/mux
70
@go get -u github.com/gorilla/context
71
@go get -u github.com/codegangsta/negroni
72
@go get -u github.com/codegangsta/cli
73
@go get -u github.com/Sirupsen/logrus
74
@go get -u gopkg.in/mgo.v2
75
@go get -u github.com/tools/godep
76
- @go get -u github.com/assembla/cony
77
- @go get -u github.com/streadway/amqp
78
@go get -u github.com/golang/lint/golint
79
@echo "----- DONE --------------------------------------------------------------------------------"
80
0 commit comments