Skip to content

Commit

Permalink
build: Remove gox as a tool dependency
Browse files Browse the repository at this point in the history
gox has not been used since commit 1aec23b, so there is no need to
install it during bootstrap.
  • Loading branch information
jen20 committed Jul 29, 2017
1 parent d8a66e5 commit a519340
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit a519340

Please sign in to comment.