ctlv2: use urfave/cli in ctlv2

This commit is contained in:
Gyu-Ho Lee
2016-06-20 15:06:52 -07:00
parent c4df15ff3e
commit 0ae9d444f9
21 changed files with 26 additions and 22 deletions

View File

@ -18,8 +18,8 @@ import (
"errors"
"time"
"github.com/codegangsta/cli"
"github.com/coreos/etcd/client"
"github.com/urfave/cli"
)
// NewMakeDirCommand returns the CLI command for "mkdir".