mirror of
https://github.com/kubernetes/client-go.git
synced 2026-01-15 14:40:37 +00:00
* upgrade k8s.io/kube-openapi * fix open-api v3 blank aggregator output * use keys as API group in ./hack/update-openapi-spec.sh * fix import grouping * update openapiv3 integration tests Kubernetes-commit: 11b3a18cca745485e1033be8d62a1d0cde5a1d1d
46 lines
1.7 KiB
Modula-2
46 lines
1.7 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.81.0 // indirect
|
|
github.com/Azure/go-autorest/autorest v0.11.18
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.13
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/evanphx/json-patch v4.12.0+incompatible
|
|
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/google/btree v1.0.1 // indirect
|
|
github.com/google/gnostic v0.5.7-v3refs
|
|
github.com/google/go-cmp v0.5.5
|
|
github.com/google/gofuzz v1.1.0
|
|
github.com/google/uuid v1.1.2
|
|
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.7.0
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
|
|
google.golang.org/protobuf v1.27.1
|
|
k8s.io/api v0.0.0-20220324210930-df53a95c65aa
|
|
k8s.io/apimachinery v0.0.0-20220324210734-b68ae5efb0e8
|
|
k8s.io/klog/v2 v2.60.1
|
|
k8s.io/kube-openapi v0.0.0-20220323210520-29d726468e05
|
|
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.1
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|
|
|
|
replace (
|
|
k8s.io/api => k8s.io/api v0.0.0-20220324210930-df53a95c65aa
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20220324210734-b68ae5efb0e8
|
|
)
|