From 25a3923b61a5ca014318e6d957f68abd03947297 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 31 Jan 2019 13:20:04 -0600 Subject: Migrate to cobra CLI We intend to migrate to the cobra cli from urfave/cli because the project is more well maintained. There are also some technical reasons as well which extend into our remote client work. Signed-off-by: baude --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3-54-g00ecf