dependence change github.com/kr/pty to github.com/creack/pty

This commit is contained in:
kernel 2025-08-02 19:30:31 +03:00
parent 2424e48e17
commit 8882968031
3 changed files with 3 additions and 55 deletions

View file

@ -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 (