From 9f2c965a63bb16e25ed66031694b72874bd1f400 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 2 Nov 2016 17:33:56 -0700 Subject: [PATCH] Makes vendor pattern more generic. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index bfef9434e0..026f4200a8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,7 +4,7 @@ GOTOOLS = \ github.com/mitchellh/gox \ golang.org/x/tools/cmd/cover \ golang.org/x/tools/cmd/stringer -PACKAGES=$(shell go list ./... | grep -v '^github.com/hashicorp/consul/vendor/') +PACKAGES=$(shell go list ./... | grep -v '/vendor/') VETARGS?=-asmdecl -atomic -bool -buildtags -copylocks -methods \ -nilfunc -printf -rangeloops -shift -structtags -unsafeptr BUILD_TAGS?=consul