浏览代码

fix(manager): fix cli package in manager/config_test

bigeagle 8 年之前
父节点
当前提交
2c428b7c66
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      manager/config_test.go

+ 1 - 1
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) {