From 6387e019302103982ebd3d956e297cce1f34ce8d Mon Sep 17 00:00:00 2001 From: ANS-UXI Date: Thu, 9 Jan 2025 15:44:11 +0530 Subject: [PATCH] fix wrong import Signed-off-by: ANS-UXI --- pkg/agent/ssh/server_unix.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/agent/ssh/server_unix.go b/pkg/agent/ssh/server_unix.go index 937f76a8d0..6c15478bdb 100644 --- a/pkg/agent/ssh/server_unix.go +++ b/pkg/agent/ssh/server_unix.go @@ -11,6 +11,7 @@ import ( "unsafe" "github.com/gliderlabs/ssh" + "golang.org/x/sys/unix" ) func SetPtySize(f *os.File, win ssh.Window) {