change pty repo into github.com/creack/pty as the origin one is archievd (#139)

This commit is contained in:
muryliang 2021-02-17 00:17:51 +08:00 committed by GitHub
parent 1593226ea9
commit 30ec06db4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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