mirror of
https://github.com/kubernetes/client-go.git
synced 2026-01-19 16:34:19 +00:00
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> Kubernetes-commit: d9435800b65d6787beaf061546599d757b8e87c9
42 lines
1.3 KiB
Modula-2
42 lines
1.3 KiB
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/client-go
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
cloud.google.com/go v0.54.0 // indirect
|
|
github.com/Azure/go-autorest/autorest v0.11.12
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.5
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/evanphx/json-patch v4.9.0+incompatible
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/go-cmp v0.5.2
|
|
github.com/google/gofuzz v1.1.0
|
|
github.com/google/uuid v1.1.2
|
|
github.com/googleapis/gnostic v0.4.1
|
|
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
|
|
github.com/imdario/mergo v0.3.5
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
|
|
golang.org/x/net v0.0.0-20210224082022-3d97a244fca7
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
|
k8s.io/api v0.0.0
|
|
k8s.io/apimachinery v0.0.0
|
|
k8s.io/klog/v2 v2.5.0
|
|
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|
|
|
|
replace (
|
|
k8s.io/api => ../api
|
|
k8s.io/apimachinery => ../apimachinery
|
|
k8s.io/client-go => ../client-go
|
|
)
|