1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
This commit is contained in:
harveyshao 2022-08-08 10:22:56 +08:00
parent 99d94aece8
commit 5b764758dd
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import (
"syscall"
"unsafe"
"github.com/creack/pty"
pty "shylinux.com/x/creackpty"
"golang.org/x/crypto/ssh"
ice "shylinux.com/x/icebergs"
"shylinux.com/x/icebergs/base/cli"

View File

@ -7,7 +7,7 @@ import (
"syscall"
"unsafe"
"github.com/creack/pty"
pty "shylinux.com/x/creackpty"
"golang.org/x/crypto/ssh"
ice "shylinux.com/x/icebergs"
"shylinux.com/x/icebergs/base/cli"