Skip to content

Commit 81edd7c

Browse files
committed
chore(build): update vendor list
1 parent 23e30cf commit 81edd7c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,13 @@ clean:
6565
dependencies:
6666
@echo
6767
@echo "----- DOWNLOADING -------------------------------------------------------------------------"
68-
@go get -u github.com/gorilla/pat
6968
@go get -u github.com/gorilla/mux
7069
@go get -u github.com/gorilla/context
7170
@go get -u github.com/codegangsta/negroni
7271
@go get -u github.com/codegangsta/cli
7372
@go get -u github.com/Sirupsen/logrus
7473
@go get -u gopkg.in/mgo.v2
7574
@go get -u github.com/tools/godep
76-
@go get -u github.com/assembla/cony
77-
@go get -u github.com/streadway/amqp
7875
@go get -u github.com/golang/lint/golint
7976
@echo "----- DONE --------------------------------------------------------------------------------"
8077

0 commit comments

Comments
 (0)