mirror of
https://github.com/yudai/gotty.git
synced 2026-03-10 15:42:35 +01:00
Fix: update cli module url
This commit is contained in:
parent
9656d80c2b
commit
8b98bf56df
2 changed files with 2 additions and 2 deletions
2
main.go
2
main.go
|
|
@ -9,7 +9,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
|
||||||
"github.com/codegangsta/cli"
|
"github.com/urfave/cli"
|
||||||
|
|
||||||
"github.com/nimbix/gotty/backend/localcommand"
|
"github.com/nimbix/gotty/backend/localcommand"
|
||||||
"github.com/nimbix/gotty/pkg/homedir"
|
"github.com/nimbix/gotty/pkg/homedir"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ import (
|
||||||
"reflect"
|
"reflect"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/codegangsta/cli"
|
"github.com/urfave/cli"
|
||||||
"github.com/fatih/structs"
|
"github.com/fatih/structs"
|
||||||
"github.com/yudai/hcl"
|
"github.com/yudai/hcl"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue