mirror of
https://github.com/yudai/gotty.git
synced 2026-01-28 12:16:11 +01:00
Update cli import path
github.com/codegangsta/cli moved to github.com/urfave/cli Fixes yudai/gotty#306
This commit is contained in:
parent
a080c85cbc
commit
07d67aacd0
2 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ import (
|
|||
"reflect"
|
||||
"strings"
|
||||
|
||||
"github.com/codegangsta/cli"
|
||||
"github.com/fatih/structs"
|
||||
"github.com/urfave/cli"
|
||||
"github.com/yudai/hcl"
|
||||
|
||||
"github.com/yudai/gotty/pkg/homedir"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue