mirror of
https://github.com/yudai/gotty.git
synced 2026-03-16 10:16:31 +01:00
Fix upstream module rename
Also run `go get -u` again afterwards
This commit is contained in:
parent
f050474f94
commit
0e16740b7d
4 changed files with 18 additions and 3 deletions
2
main.go
2
main.go
|
|
@ -9,7 +9,7 @@ import (
|
|||
"strings"
|
||||
"syscall"
|
||||
|
||||
"github.com/codegangsta/cli"
|
||||
"github.com/urfave/cli"
|
||||
|
||||
"github.com/ghthor/gotty/backend/localcommand"
|
||||
"github.com/ghthor/gotty/pkg/homedir"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue