summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e94f1970..08dd586be 100644
--- a/Makefile
+++ b/Makefile
@@ -352,7 +352,8 @@ vendor: .install.vndr
$(GOPATH)/bin/vndr \
-whitelist "github.com/varlink/go" \
-whitelist "github.com/onsi/ginkgo" \
- -whitelist "github.com/onsi/gomega"
+ -whitelist "github.com/onsi/gomega" \
+ -whitelist "gopkg.in/fsnotify.v1"
.PHONY: \
.gopathok \