Remove codegangsta/cli from makefile deps (are already bundled in vendor)

This commit is contained in:
Koen Schmeets 2016-06-18 22:37:45 +02:00
parent 57d0b5bcc5
commit 4971855b4d
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ clean:
go clean -i ./...
deps:
go get -u github.com/codegangsta/cli/...
go get -t ./...
fmt: