From 2c428b7c66d5b2a41dc9b10f5b654b270eed6247 Mon Sep 17 00:00:00 2001 From: bigeagle Date: Sun, 20 Nov 2016 00:58:41 +0800 Subject: [PATCH] fix(manager): fix cli package in manager/config_test --- manager/config_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/config_test.go b/manager/config_test.go index a7873c2..4be31a3 100644 --- a/manager/config_test.go +++ b/manager/config_test.go @@ -8,8 +8,8 @@ import ( "testing" "github.com/BurntSushi/toml" - "github.com/codegangsta/cli" . "github.com/smartystreets/goconvey/convey" + "gopkg.in/urfave/cli.v1" ) func TestConfig(t *testing.T) {