From a519340eafe66c090ea8da1742e423c89a43ddb9 Mon Sep 17 00:00:00 2001 From: James Nugent Date: Sat, 29 Jul 2017 16:31:20 -0500 Subject: [PATCH] build: Remove gox as a tool dependency gox has not been used since commit 1aec23bb8, so there is no need to install it during bootstrap. --- GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index d1fdfd038..033424553 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,7 +1,6 @@ PACKAGES = $(shell go list ./... | grep -v '/vendor/') EXTERNAL_TOOLS=\ github.com/kardianos/govendor \ - github.com/mitchellh/gox \ golang.org/x/tools/cmd/cover \ github.com/axw/gocov/gocov \ gopkg.in/matm/v1/gocov-html \