From 3f3fcea5750eab9b1692dbb7d4f2a5c2d0b033ae Mon Sep 17 00:00:00 2001 From: Max Claus Nunes Date: Thu, 21 Nov 2019 19:04:37 -0300 Subject: [PATCH] Remove dep script --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index bfabecb..4db7679 100644 --- a/Makefile +++ b/Makefile @@ -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