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) {