Merge pull request #2933 from jen20/remove-gox
build: Remove gox as a tool dependency
This commit is contained in:
commit
7805cc6235
|
@ -1,7 +1,6 @@
|
||||||
PACKAGES = $(shell go list ./... | grep -v '/vendor/')
|
PACKAGES = $(shell go list ./... | grep -v '/vendor/')
|
||||||
EXTERNAL_TOOLS=\
|
EXTERNAL_TOOLS=\
|
||||||
github.com/kardianos/govendor \
|
github.com/kardianos/govendor \
|
||||||
github.com/mitchellh/gox \
|
|
||||||
golang.org/x/tools/cmd/cover \
|
golang.org/x/tools/cmd/cover \
|
||||||
github.com/axw/gocov/gocov \
|
github.com/axw/gocov/gocov \
|
||||||
gopkg.in/matm/v1/gocov-html \
|
gopkg.in/matm/v1/gocov-html \
|
||||||
|
|
Loading…
Reference in New Issue