diff --git a/Makefile b/Makefile index b431db29..cbb7d620 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,8 @@ lint: test: @echo "+ $@" + @go get github.com/labstack/echo + @go get github.com/labstack/echo/middleware @go test -v -tags "$(BUILDTAGS) cgo" $(shell go list ./... | grep -v vendor) vet: