forked from lug/matterbridge
Update vendor shazow/ssh-chat (#1029)
This commit is contained in:
5
vendor/github.com/shazow/ssh-chat/sshd/terminal/util_solaris.go
generated
vendored
5
vendor/github.com/shazow/ssh-chat/sshd/terminal/util_solaris.go
generated
vendored
@@ -4,12 +4,13 @@
|
||||
|
||||
// +build solaris
|
||||
|
||||
package terminal // import "golang.org/x/crypto/ssh/terminal"
|
||||
package terminal
|
||||
|
||||
import (
|
||||
"golang.org/x/sys/unix"
|
||||
"io"
|
||||
"syscall"
|
||||
|
||||
"golang.org/x/sys/unix"
|
||||
)
|
||||
|
||||
// State contains the state of a terminal.
|
||||
|
||||
Reference in New Issue
Block a user