|
@@ -8,8 +8,8 @@ import (
|
|
"testing"
|
|
"testing"
|
|
|
|
|
|
"github.com/BurntSushi/toml"
|
|
"github.com/BurntSushi/toml"
|
|
- "github.com/codegangsta/cli"
|
|
|
|
. "github.com/smartystreets/goconvey/convey"
|
|
. "github.com/smartystreets/goconvey/convey"
|
|
|
|
+ "gopkg.in/urfave/cli.v1"
|
|
)
|
|
)
|
|
|
|
|
|
func TestConfig(t *testing.T) {
|
|
func TestConfig(t *testing.T) {
|