ソースを参照

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