kubernetes/vendor/golang.org/x/crypto
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
..
bcrypt hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
blowfish hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
chacha20 [go1.16] bump golang.org/x/... dependencies 2021-03-02 00:38:01 -05:00
cryptobyte hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
curve25519 [go1.16] bump golang.org/x/... dependencies 2021-03-02 00:38:01 -05:00
ed25519 [go1.16] bump golang.org/x/... dependencies 2021-03-02 00:38:01 -05:00
internal/subtle [go1.16] bump golang.org/x/... dependencies 2021-03-02 00:38:01 -05:00
nacl/secretbox hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
pbkdf2 hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
pkcs12 hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
poly1305 [go1.16] bump golang.org/x/... dependencies 2021-03-02 00:38:01 -05:00
salsa20/salsa [go1.16] bump golang.org/x/... dependencies 2021-03-02 00:38:01 -05:00
ssh Fixup golang.org/x/term staticcheck warnings 2021-03-02 01:08:21 -05:00
AUTHORS update cadvisor, docker, and runc godeps 2017-09-05 12:38:57 -07:00
CONTRIBUTORS update cadvisor, docker, and runc godeps 2017-09-05 12:38:57 -07:00
LICENSE
PATENTS