Browse Source

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

bigeagle 8 năm trước cách đây
mục cha
commit
2c428b7c66
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {