kubernetes/vendor/golang.org/x/crypto/ssh
Stephen Augustus d9435800b6 Fixup golang.org/x/term staticcheck warnings
Errors from staticcheck:
cmd/preferredimports/preferredimports.go:38:2:
  package golang.org/x/crypto/ssh/terminal is deprecated:
  this package moved to golang.org/x/term.  (SA1019)
vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/exec.go:36:2:
  package golang.org/x/crypto/ssh/terminal is deprecated:
  this package moved to golang.org/x/term.  (SA1019)
vendor/k8s.io/client-go/tools/clientcmd/auth_loaders.go:26:2:
  package golang.org/x/crypto/ssh/terminal is deprecated:
  this package moved to golang.org/x/term.  (SA1019)

Please review the above warnings. You can test via:
  hack/verify-staticcheck.sh <failing package>
If the above warnings do not make sense, you can exempt the line or
file. See:
  https://staticcheck.io/docs/#ignoring-problems

generated:
- hack/update-internal-modules.sh
- hack/lint-dependencies.sh
- hack/update-vendor.sh

Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-03-02 01:08:21 -05:00
..
internal/bcrypt_pbkdf hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
buffer.go Bump cfssl to be compatible with Go 1.10 2018-03-21 09:37:01 +01:00
certs.go generated: hack/update-vendor.sh 2020-07-26 01:33:28 -04:00
channel.go Bump cfssl to be compatible with Go 1.10 2018-03-21 09:37:01 +01:00
cipher.go generated: hack/update-vendor.sh 2020-07-26 01:33:28 -04:00
client_auth.go [go1.16] bump golang.org/x/... dependencies 2021-03-02 00:38:01 -05:00
client.go hack/update-vendor.sh 2019-11-06 17:42:34 -05:00
common.go update golang.org/x/crypto 2020-02-20 13:17:51 -08:00
connection.go
doc.go generated: hack/update-vendor.sh 2019-04-03 10:19:40 -04:00
handshake.go hack/update-vendor.sh 2019-11-06 17:42:34 -05:00
kex.go Fix dependency linting 2020-10-19 11:33:30 +02:00
keys.go generated: hack/update-vendor.sh 2020-07-26 01:33:28 -04:00
mac.go
messages.go hack/update-vendor.sh 2019-11-06 17:42:34 -05:00
mux.go generated: hack/update-vendor.sh 2020-07-26 01:33:28 -04:00
server.go [go1.16] bump golang.org/x/... dependencies 2021-03-02 00:38:01 -05:00
session.go Bump cfssl to be compatible with Go 1.10 2018-03-21 09:37:01 +01:00
ssh_gss.go hack/update-vendor.sh 2019-11-06 17:42:34 -05:00
streamlocal.go Bump golang.org/x/crypto dep 2018-08-08 21:01:29 -07:00
tcpip.go Bump golang.org/x/crypto dep 2018-08-08 21:01:29 -07:00
transport.go hack/update-vendor.sh 2019-11-06 17:42:34 -05:00