Instlling the vault binary

This commit is contained in:
Diptanu Choudhury 2016-08-22 08:49:23 -05:00
parent f814e13e35
commit 57095f99d2
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ EXTERNAL_TOOLS=\
golang.org/x/tools/cmd/cover \
github.com/axw/gocov/gocov \
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/*")