1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-29 02:29:22 +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" "syscall"
"unsafe" "unsafe"
"github.com/creack/pty" pty "shylinux.com/x/creackpty"
"golang.org/x/crypto/ssh" "golang.org/x/crypto/ssh"
ice "shylinux.com/x/icebergs" ice "shylinux.com/x/icebergs"
"shylinux.com/x/icebergs/base/cli" "shylinux.com/x/icebergs/base/cli"

View File

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