Skip to content

Commit

Permalink
fix wrong import
Browse files Browse the repository at this point in the history
Signed-off-by: ANS-UXI <[email protected]>
  • Loading branch information
unsuman committed Jan 9, 2025
1 parent 076f4fb commit 234b49d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/agent/ssh/server_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"unsafe"

"github.com/gliderlabs/ssh"
"golang.org/x/sys/unix"
)

func SetPtySize(f *os.File, win ssh.Window) {
Expand Down

0 comments on commit 234b49d

Please sign in to comment.