From 3c4adb6ed85d133bedc14bf6ec24ac25a9e226a0 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 b62f337d5..60d50ed2b 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.