1
1
module github.com/rancher/cli
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
- toolchain go1.22 .7
5
+ toolchain go1.23 .7
6
6
7
- replace k8s.io/client-go => k8s.io/client-go v0.30.1
7
+ replace (
8
+ golang.org/x/net => golang.org/x/net v0.36.0
9
+ k8s.io/api => k8s.io/api v0.30.10
10
+ k8s.io/client-go => k8s.io/client-go v0.30.10
11
+ k8s.io/kubernetes => k8s.io/kubernetes v1.30.10
12
+ )
8
13
9
14
require (
10
15
github.com/ghodss/yaml v1.0.0
11
16
github.com/grantae/certinfo v0.0.0-20170412194111-59d56a35515b
12
17
github.com/hashicorp/go-version v1.2.1
13
18
github.com/pkg/errors v0.9.1
14
- github.com/rancher/norman v0.0.0-20240708202514-a0127673d1b9
15
- github.com/rancher/rancher/pkg/apis v0.0.0-20241219161607-66568e18a2cb
16
- github.com/rancher/rancher/pkg/client v0.0.0-20241219161607-66568e18a2cb
19
+ github.com/rancher/norman v0.3.1
20
+ github.com/rancher/rancher/pkg/apis v0.0.0-20250325235349-130d130b8d37
21
+ github.com/rancher/rancher/pkg/client v0.0.0-20250325235349-130d130b8d37
17
22
github.com/sirupsen/logrus v1.9.3
18
23
github.com/stretchr/testify v1.10.0
19
24
github.com/tidwall/gjson v1.17.0
20
25
github.com/urfave/cli v1.22.5
21
- golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
22
- golang.org/x/oauth2 v0.24 .0
23
- golang.org/x/sync v0.10 .0
24
- golang.org/x/term v0.27 .0
25
- golang.org/x/text v0.21 .0
26
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
27
+ golang.org/x/oauth2 v0.26 .0
28
+ golang.org/x/sync v0.11 .0
29
+ golang.org/x/term v0.29 .0
30
+ golang.org/x/text v0.22 .0
26
31
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
27
32
gopkg.in/yaml.v2 v2.4.0
28
33
k8s.io/client-go v12.0.0+incompatible
@@ -32,63 +37,65 @@ require (
32
37
github.com/beorn7/perks v1.0.1 // indirect
33
38
github.com/blang/semver/v4 v4.0.0 // indirect
34
39
github.com/cespare/xxhash/v2 v2.3.0 // indirect
35
- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
40
+ github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
36
41
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
37
42
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
43
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
38
44
github.com/go-logr/logr v1.4.2 // indirect
39
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
45
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
40
46
github.com/go-openapi/jsonreference v0.20.2 // indirect
41
- github.com/go-openapi/swag v0.22.4 // indirect
47
+ github.com/go-openapi/swag v0.23.0 // indirect
42
48
github.com/gogo/protobuf v1.3.2 // indirect
43
49
github.com/golang/protobuf v1.5.4 // indirect
44
50
github.com/google/gnostic-models v0.6.8 // indirect
45
51
github.com/google/go-cmp v0.6.0 // indirect
46
52
github.com/google/gofuzz v1.2.0 // indirect
47
53
github.com/google/uuid v1.6.0 // indirect
48
- github.com/gorilla/websocket v1.5.1 // indirect
54
+ github.com/gorilla/websocket v1.5.3 // indirect
49
55
github.com/imdario/mergo v0.3.16 // indirect
50
56
github.com/josharian/intern v1.0.0 // indirect
51
57
github.com/json-iterator/go v1.1.12 // indirect
58
+ github.com/klauspost/compress v1.17.9 // indirect
52
59
github.com/kr/pretty v0.3.1 // indirect
53
60
github.com/kr/text v0.2.0 // indirect
54
61
github.com/mailru/easyjson v0.7.7 // indirect
55
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
56
62
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
57
63
github.com/modern-go/reflect2 v1.0.2 // indirect
58
64
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
59
65
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
60
- github.com/prometheus/client_golang v1.18.0 // indirect
61
- github.com/prometheus/client_model v0.5.0 // indirect
62
- github.com/prometheus/common v0.45 .0 // indirect
63
- github.com/prometheus/procfs v0.12.0 // indirect
64
- github.com/rancher/aks-operator v1.9.5 // indirect
65
- github.com/rancher/eks-operator v1.9.5 // indirect
66
- github.com/rancher/fleet/pkg/apis v0.10.0 // indirect
67
- github.com/rancher/gke-operator v1.9.5 // indirect
68
- github.com/rancher/lasso v0.0.0-20240705194423-b2a060d103c1 // indirect
69
- github.com/rancher/rke v1.6.5 // indirect
70
- github.com/rancher/wrangler/v3 v3.0.1 // indirect
71
- github.com/rogpeppe/go-internal v1.11 .0 // indirect
66
+ github.com/prometheus/client_golang v1.20.5 // indirect
67
+ github.com/prometheus/client_model v0.6.1 // indirect
68
+ github.com/prometheus/common v0.55 .0 // indirect
69
+ github.com/prometheus/procfs v0.15.1 // indirect
70
+ github.com/rancher/aks-operator v1.9.7 // indirect
71
+ github.com/rancher/eks-operator v1.9.7 // indirect
72
+ github.com/rancher/fleet/pkg/apis v0.10.8 // indirect
73
+ github.com/rancher/gke-operator v1.9.7 // indirect
74
+ github.com/rancher/lasso v0.2.1 // indirect
75
+ github.com/rancher/rke v1.6.9-rc.1 // indirect
76
+ github.com/rancher/wrangler/v3 v3.1.0 // indirect
77
+ github.com/rogpeppe/go-internal v1.12 .0 // indirect
72
78
github.com/russross/blackfriday/v2 v2.1.0 // indirect
73
79
github.com/spf13/pflag v1.0.5 // indirect
74
80
github.com/tidwall/match v1.1.1 // indirect
75
81
github.com/tidwall/pretty v1.2.0 // indirect
76
- golang.org/x/net v0.32.0 // indirect
77
- golang.org/x/sys v0.28.0 // indirect
78
- golang.org/x/time v0.5.0 // indirect
79
- google.golang.org/protobuf v1.35.1 // indirect
82
+ github.com/x448/float16 v0.8.4 // indirect
83
+ golang.org/x/net v0.35.0 // indirect
84
+ golang.org/x/sys v0.30.0 // indirect
85
+ golang.org/x/time v0.7.0 // indirect
86
+ google.golang.org/protobuf v1.36.1 // indirect
80
87
gopkg.in/inf.v0 v0.9.1 // indirect
81
88
gopkg.in/yaml.v3 v3.0.1 // indirect
82
- k8s.io/api v0.30 .2 // indirect
83
- k8s.io/apimachinery v0.30 .2 // indirect
84
- k8s.io/apiserver v0.30 .1 // indirect
85
- k8s.io/component-base v0.30 .1 // indirect
86
- k8s.io/klog/v2 v2.120 .1 // indirect
87
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
89
+ k8s.io/api v0.32 .2 // indirect
90
+ k8s.io/apimachinery v0.32 .2 // indirect
91
+ k8s.io/apiserver v0.31 .1 // indirect
92
+ k8s.io/component-base v0.31 .1 // indirect
93
+ k8s.io/klog/v2 v2.130 .1 // indirect
94
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
88
95
k8s.io/kubernetes v1.30.1 // indirect
89
- k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect
96
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
90
97
sigs.k8s.io/cli-utils v0.37.2 // indirect
91
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
92
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
98
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
99
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
93
100
sigs.k8s.io/yaml v1.4.0 // indirect
94
101
)
0 commit comments