Update vendor shazow/ssh-chat (#1029)

This commit is contained in:
Wim
2020-03-08 23:55:09 +01:00
committed by GitHub
parent 9785edd263
commit 6b4b19194e
7 changed files with 35 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
// panic(err)
// }
// defer terminal.Restore(0, oldState)
package terminal // import "golang.org/x/crypto/ssh/terminal"
package terminal
import (
"golang.org/x/sys/unix"