Remove dep script

This commit is contained in:
Max Claus Nunes 2019-11-21 19:04:37 -03:00
parent 0324256f9c
commit 3f3fcea575
1 changed files with 0 additions and 6 deletions

View File

@ -6,12 +6,6 @@ LINTER := $(shell command -v gometalinter 2> /dev/null)
.PHONY: setup
setup:
ifeq ($(OS), Darwin)
brew install dep
else
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
endif
dep ensure -vendor-only
ifndef LINTER
@echo "Installing linter"
@go get -u github.com/alecthomas/gometalinter