Commit a519340e authored by James Nugent's avatar James Nugent
Browse files

build: Remove gox as a tool dependency

gox has not been used since commit 1aec23bb, so there is no need to
install it during bootstrap.
parent d8a66e55
Showing with 0 additions and 1 deletion
+0 -1
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 \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment