Makefile: add go-spew, go-difflib

This commit is contained in:
Peter Bourgon
2015-05-22 13:43:11 +02:00
parent 8ee5934ec5
commit d42b03f709

View File

@@ -45,8 +45,11 @@ clean:
rm -rf $(SCOPE_EXPORT) $(SCOPE_UI_BUILD_EXPORT) client/dist
deps:
go get github.com/jwilder/docker-squash \
go get \
github.com/jwilder/docker-squash \
github.com/golang/lint/golint \
github.com/fzipp/gocyclo \
github.com/mattn/goveralls \
github.com/mjibson/esc
github.com/mjibson/esc \
github.com/davecgh/go-spew/spew \
github.com/pmezard/go-difflib/difflib