Merge pull request #1637 from hashicorp/install-vault-bin

Instlling the vault binary
This commit is contained in:
Diptanu Choudhury 2016-08-22 07:04:22 -07:00 committed by GitHub
commit 7c5f8255fc

View file

@ -7,7 +7,8 @@ EXTERNAL_TOOLS=\
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 \
github.com/ugorji/go/codec/codecgen github.com/ugorji/go/codec/codecgen \
github.com/hashicorp/vault
GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "./vendor/*") GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "./vendor/*")