mirror of
https://github.com/yudai/gotty.git
synced 2026-01-23 01:36:09 +01:00
use go modules for dependencies
Signed-off-by: Kenneth Hill <ken.hill@nimbix.net>
This commit is contained in:
parent
8ae1d20e02
commit
03b52cd602
111 changed files with 47 additions and 14352 deletions
2
main.go
2
main.go
|
|
@ -9,7 +9,7 @@ import (
|
|||
"strings"
|
||||
"syscall"
|
||||
|
||||
"github.com/codegangsta/cli"
|
||||
"github.com/urfave/cli"
|
||||
|
||||
"github.com/nimbix/gotty/backend/localcommand"
|
||||
"github.com/nimbix/gotty/pkg/homedir"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue