mirror of
https://github.com/yudai/gotty.git
synced 2025-12-24 11:20:13 +01:00
Fix: revert url update
This commit is contained in:
parent
8b98bf56df
commit
8ae1d20e02
2 changed files with 2 additions and 2 deletions
2
main.go
2
main.go
|
|
@ -9,7 +9,7 @@ import (
|
|||
"strings"
|
||||
"syscall"
|
||||
|
||||
"github.com/urfave/cli"
|
||||
"github.com/codegangsta/cli"
|
||||
|
||||
"github.com/nimbix/gotty/backend/localcommand"
|
||||
"github.com/nimbix/gotty/pkg/homedir"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import (
|
|||
"reflect"
|
||||
"strings"
|
||||
|
||||
"github.com/urfave/cli"
|
||||
"github.com/codegangsta/cli"
|
||||
"github.com/fatih/structs"
|
||||
"github.com/yudai/hcl"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue