Fix import path
This commit is contained in:
parent
e6ec1ca1f8
commit
16eb2eb6a3
|
@ -22,7 +22,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/codegangsta/cli"
|
"github.com/urfave/cli"
|
||||||
)
|
)
|
||||||
|
|
||||||
var CmdCert = cli.Command{
|
var CmdCert = cli.Command{
|
||||||
|
|
Loading…
Reference in New Issue