2
0
Эх сурвалжийг харах

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

bigeagle 8 жил өмнө
parent
commit
2c428b7c66

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