Skip to content

Commit 30ec06d

Browse files
authored
change pty repo into github.com/creack/pty as the origin one is archievd (#139)
1 parent 1593226 commit 30ec06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_examples/ssh-pty/pty.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"unsafe"
1111

1212
"github.com/gliderlabs/ssh"
13-
"github.com/kr/pty"
13+
"github.com/creack/pty"
1414
)
1515

1616
func setWinsize(f *os.File, w, h int) {

0 commit comments

Comments
 (0)