Remove unused 'deps' tools

gvt replaced by Go modules; github-release not used in CI
This commit is contained in:
Bryan Boreham
2020-12-29 23:17:24 +00:00
parent da81514209
commit 3c4adb6ed8

View File

@@ -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.