mirror of
https://github.com/yudai/gotty.git
synced 2026-02-20 23:14:07 +01:00
dependence change github.com/kr/pty to github.com/creack/pty
This commit is contained in:
parent
2424e48e17
commit
8882968031
3 changed files with 3 additions and 55 deletions
|
|
@ -1,14 +1,13 @@
|
|||
package localcommand
|
||||
|
||||
import (
|
||||
"github.com/creack/pty"
|
||||
"github.com/pkg/errors"
|
||||
"os"
|
||||
"os/exec"
|
||||
"syscall"
|
||||
"time"
|
||||
"unsafe"
|
||||
|
||||
"github.com/kr/pty"
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue