diff options
author | Wim <wim@42.be> | 2020-03-08 23:55:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-08 23:55:09 +0100 |
commit | 6b4b19194ec40c79569bc692a6557e78f338ded9 (patch) | |
tree | 72f52510f7388f2575859e5be3d2b75970f979f2 /vendor/github.com/shazow/ssh-chat/sshd/terminal/util.go | |
parent | 9785edd26366be8eb11c2435f50f90a5c8eea7fc (diff) | |
download | matterbridge-msglm-6b4b19194ec40c79569bc692a6557e78f338ded9.tar.gz matterbridge-msglm-6b4b19194ec40c79569bc692a6557e78f338ded9.tar.bz2 matterbridge-msglm-6b4b19194ec40c79569bc692a6557e78f338ded9.zip |
Update vendor shazow/ssh-chat (#1029)
Diffstat (limited to 'vendor/github.com/shazow/ssh-chat/sshd/terminal/util.go')
-rw-r--r-- | vendor/github.com/shazow/ssh-chat/sshd/terminal/util.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/shazow/ssh-chat/sshd/terminal/util.go b/vendor/github.com/shazow/ssh-chat/sshd/terminal/util.go index 39110408..e553f7e8 100644 --- a/vendor/github.com/shazow/ssh-chat/sshd/terminal/util.go +++ b/vendor/github.com/shazow/ssh-chat/sshd/terminal/util.go @@ -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" |