|
1 | 1 | module github.com/jenkins-x/jx-kube-client/v3
|
2 | 2 |
|
3 | 3 | require (
|
4 |
| - github.com/pkg/errors v0.9.1 |
5 |
| - k8s.io/apimachinery v0.23.14 |
6 |
| - k8s.io/client-go v0.23.14 |
| 4 | + k8s.io/apimachinery v0.30.1 |
| 5 | + k8s.io/client-go v0.30.1 |
7 | 6 | )
|
8 | 7 |
|
9 | 8 | require (
|
10 |
| - cloud.google.com/go v0.81.0 // indirect |
11 |
| - github.com/Azure/go-autorest v14.2.0+incompatible // indirect |
12 |
| - github.com/Azure/go-autorest/autorest v0.11.18 // indirect |
13 |
| - github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect |
14 |
| - github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect |
15 |
| - github.com/Azure/go-autorest/logger v0.2.1 // indirect |
16 |
| - github.com/Azure/go-autorest/tracing v0.6.0 // indirect |
17 | 9 | github.com/davecgh/go-spew v1.1.1 // indirect
|
18 |
| - github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect |
19 |
| - github.com/go-logr/logr v1.2.0 // indirect |
| 10 | + github.com/emicklei/go-restful/v3 v3.11.0 // indirect |
| 11 | + github.com/go-logr/logr v1.4.1 // indirect |
| 12 | + github.com/go-openapi/jsonpointer v0.19.6 // indirect |
| 13 | + github.com/go-openapi/jsonreference v0.20.2 // indirect |
| 14 | + github.com/go-openapi/swag v0.22.3 // indirect |
20 | 15 | github.com/gogo/protobuf v1.3.2 // indirect
|
21 |
| - github.com/golang/protobuf v1.5.2 // indirect |
22 |
| - github.com/google/go-cmp v0.5.5 // indirect |
23 |
| - github.com/google/gofuzz v1.1.0 // indirect |
24 |
| - github.com/googleapis/gnostic v0.5.5 // indirect |
25 |
| - github.com/imdario/mergo v0.3.5 // indirect |
| 16 | + github.com/golang/protobuf v1.5.4 // indirect |
| 17 | + github.com/google/gnostic-models v0.6.8 // indirect |
| 18 | + github.com/google/gofuzz v1.2.0 // indirect |
| 19 | + github.com/google/uuid v1.3.0 // indirect |
| 20 | + github.com/imdario/mergo v0.3.6 // indirect |
| 21 | + github.com/josharian/intern v1.0.0 // indirect |
26 | 22 | github.com/json-iterator/go v1.1.12 // indirect
|
| 23 | + github.com/mailru/easyjson v0.7.7 // indirect |
27 | 24 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
28 | 25 | github.com/modern-go/reflect2 v1.0.2 // indirect
|
| 26 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
29 | 27 | github.com/spf13/pflag v1.0.5 // indirect
|
30 |
| - golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect |
31 |
| - golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect |
32 |
| - golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect |
33 |
| - golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e // indirect |
34 |
| - golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect |
35 |
| - golang.org/x/text v0.3.7 // indirect |
36 |
| - golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect |
| 28 | + golang.org/x/net v0.23.0 // indirect |
| 29 | + golang.org/x/oauth2 v0.10.0 // indirect |
| 30 | + golang.org/x/sys v0.18.0 // indirect |
| 31 | + golang.org/x/term v0.18.0 // indirect |
| 32 | + golang.org/x/text v0.14.0 // indirect |
| 33 | + golang.org/x/time v0.3.0 // indirect |
37 | 34 | google.golang.org/appengine v1.6.7 // indirect
|
38 |
| - google.golang.org/protobuf v1.27.1 // indirect |
| 35 | + google.golang.org/protobuf v1.34.1 // indirect |
39 | 36 | gopkg.in/inf.v0 v0.9.1 // indirect
|
40 | 37 | gopkg.in/yaml.v2 v2.4.0 // indirect
|
41 | 38 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
42 |
| - k8s.io/api v0.23.14 // indirect |
43 |
| - k8s.io/klog/v2 v2.30.0 // indirect |
44 |
| - k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect |
45 |
| - k8s.io/utils v0.0.0-20211116205334-6203023598ed // indirect |
46 |
| - sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect |
47 |
| - sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect |
48 |
| - sigs.k8s.io/yaml v1.2.0 // indirect |
| 39 | + k8s.io/api v0.30.1 // indirect |
| 40 | + k8s.io/klog/v2 v2.120.1 // indirect |
| 41 | + k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect |
| 42 | + k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect |
| 43 | + sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
| 44 | + sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect |
| 45 | + sigs.k8s.io/yaml v1.3.0 // indirect |
49 | 46 | )
|
50 | 47 |
|
51 |
| -go 1.19 |
| 48 | +go 1.22.3 |
0 commit comments