vendor update
This commit is contained in:
2
vendor/golang.org/x/crypto/ssh/terminal/util.go
generated
vendored
2
vendor/golang.org/x/crypto/ssh/terminal/util.go
generated
vendored
@ -14,7 +14,7 @@
|
||||
// panic(err)
|
||||
// }
|
||||
// defer terminal.Restore(0, oldState)
|
||||
package terminal
|
||||
package terminal // import "golang.org/x/crypto/ssh/terminal"
|
||||
|
||||
import (
|
||||
"golang.org/x/sys/unix"
|
||||
|
2
vendor/golang.org/x/crypto/ssh/terminal/util_solaris.go
generated
vendored
2
vendor/golang.org/x/crypto/ssh/terminal/util_solaris.go
generated
vendored
@ -4,7 +4,7 @@
|
||||
|
||||
// +build solaris
|
||||
|
||||
package terminal
|
||||
package terminal // import "golang.org/x/crypto/ssh/terminal"
|
||||
|
||||
import (
|
||||
"golang.org/x/sys/unix"
|
||||
|
Reference in New Issue
Block a user