external dep

This commit is contained in:
Alex Dadgar 2016-02-20 18:22:57 -08:00
parent 2a19e179bc
commit 1ed9515d4b
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ EXTERNAL_TOOLS=\
golang.org/x/tools/cmd/cover \
golang.org/x/tools/cmd/vet \
github.com/axw/gocov/gocov \
gopkg.in/matm/v1/gocov-html
gopkg.in/matm/v1/gocov-html \
github.com/ugorji/go/codec/codecgen
GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "./vendor/*")