From 9ab9692699c63ce2ca7270af7733aa9c10f43a2b Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Tue, 29 Dec 2020 23:17:24 +0000 Subject: [PATCH] Remove unused 'deps' tools gvt replaced by Go modules; github-release not used in CI --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 6a75c833b..cfd42d1ab 100644 --- a/Makefile +++ b/Makefile @@ -249,9 +249,7 @@ realclean: clean # since they are build on the host deps: $(GO) get -u -f \ - github.com/FiloSottile/gvt \ github.com/mattn/goveralls \ - github.com/weaveworks/github-release \ github.com/2opremio/trifles/wscat # This target is only intended for use in Netlify CI environment for generating preview pages on feature branches and pull requests.