From 30ec06db4e743ac9f827a69c8b8cfb84064a6dc7 Mon Sep 17 00:00:00 2001 From: muryliang Date: Wed, 17 Feb 2021 00:17:51 +0800 Subject: [PATCH] change pty repo into github.com/creack/pty as the origin one is archievd (#139) --- _examples/ssh-pty/pty.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_examples/ssh-pty/pty.go b/_examples/ssh-pty/pty.go index 1d9e53f..80bfac5 100644 --- a/_examples/ssh-pty/pty.go +++ b/_examples/ssh-pty/pty.go @@ -10,7 +10,7 @@ import ( "unsafe" "github.com/gliderlabs/ssh" - "github.com/kr/pty" + "github.com/creack/pty" ) func setWinsize(f *os.File, w, h int) {