@@ -4,24 +4,23 @@ go 1.23.4
4
4
5
5
toolchain go1.23.7
6
6
7
- replace k8s.io/client-go => k8s.io/client-go v0.31.1
7
+ replace k8s.io/client-go => k8s.io/client-go v0.32.2
8
8
9
9
require (
10
10
github.com/ghodss/yaml v1.0.0
11
11
github.com/grantae/certinfo v0.0.0-20170412194111-59d56a35515b
12
- github.com/pkg/errors v0.9.1
13
- github.com/rancher/norman v0.0.0-20241001183610-78a520c160ab
14
- github.com/rancher/rancher/pkg/apis v0.0.0-20241119163817-d801b4924311
15
- github.com/rancher/rancher/pkg/client v0.0.0-20241119163817-d801b4924311
12
+ github.com/rancher/norman v0.5.2
13
+ github.com/rancher/rancher/pkg/apis v0.0.0-20250312180415-94853c35bd1e
14
+ github.com/rancher/rancher/pkg/client v0.0.0-20250312180415-94853c35bd1e
16
15
github.com/sirupsen/logrus v1.9.3
17
- github.com/stretchr/testify v1.9 .0
16
+ github.com/stretchr/testify v1.10 .0
18
17
github.com/tidwall/gjson v1.17.0
19
- github.com/urfave/cli v1.22.5
20
- golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
21
- golang.org/x/oauth2 v0.23 .0
22
- golang.org/x/sync v0.8 .0
23
- golang.org/x/term v0.25 .0
24
- golang.org/x/text v0.19 .0
18
+ github.com/urfave/cli v1.22.14
19
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
20
+ golang.org/x/oauth2 v0.26 .0
21
+ golang.org/x/sync v0.11 .0
22
+ golang.org/x/term v0.29 .0
23
+ golang.org/x/text v0.22 .0
25
24
k8s.io/client-go v12.0.0+incompatible
26
25
)
27
26
@@ -35,55 +34,60 @@ require (
35
34
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
36
35
github.com/go-logr/logr v1.4.2 // indirect
37
36
github.com/go-openapi/jsonpointer v0.21.0 // indirect
38
- github.com/go-openapi/jsonreference v0.20.2 // indirect
37
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
39
38
github.com/go-openapi/swag v0.23.0 // indirect
40
39
github.com/gogo/protobuf v1.3.2 // indirect
41
40
github.com/golang/protobuf v1.5.4 // indirect
42
- github.com/google/gnostic-models v0.6.8 // indirect
41
+ github.com/google/gnostic-models v0.6.9 // indirect
43
42
github.com/google/go-cmp v0.6.0 // indirect
44
43
github.com/google/gofuzz v1.2.0 // indirect
45
44
github.com/google/uuid v1.6.0 // indirect
46
45
github.com/gorilla/websocket v1.5.3 // indirect
47
- github.com/imdario/mergo v0.3.16 // indirect
46
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
48
47
github.com/josharian/intern v1.0.0 // indirect
49
48
github.com/json-iterator/go v1.1.12 // indirect
49
+ github.com/klauspost/compress v1.17.9 // indirect
50
50
github.com/mailru/easyjson v0.7.7 // indirect
51
51
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
52
52
github.com/modern-go/reflect2 v1.0.2 // indirect
53
53
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
54
+ github.com/pkg/errors v0.9.1 // indirect
54
55
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
55
- github.com/prometheus/client_golang v1.19.1 // indirect
56
+ github.com/prometheus/client_golang v1.20.5 // indirect
56
57
github.com/prometheus/client_model v0.6.1 // indirect
57
58
github.com/prometheus/common v0.55.0 // indirect
58
59
github.com/prometheus/procfs v0.15.1 // indirect
59
- github.com/rancher/aks-operator v1.10.0 // indirect
60
- github.com/rancher/eks-operator v1.10.0 // indirect
61
- github.com/rancher/fleet/pkg/apis v0.11.0 // indirect
62
- github.com/rancher/gke-operator v1.10.0 // indirect
63
- github.com/rancher/lasso v0.0.0-20240924233157-8f384efc8813 // indirect
64
- github.com/rancher/rke v1.7 .0-rc.5 // indirect
65
- github.com/rancher/wrangler/v3 v3.1.0 // indirect
60
+ github.com/rancher/aks-operator v1.11.0-rc.5 // indirect
61
+ github.com/rancher/eks-operator v1.11.0-rc.4 // indirect
62
+ github.com/rancher/fleet/pkg/apis v0.12.0-alpha.2.0.20250307143218-68772e96751c // indirect
63
+ github.com/rancher/gke-operator v1.11.0-rc.4 // indirect
64
+ github.com/rancher/lasso v0.2.1 // indirect
65
+ github.com/rancher/rke v1.8 .0-rc.4 // indirect
66
+ github.com/rancher/wrangler/v3 v3.2.0-rc.3 // indirect
66
67
github.com/russross/blackfriday/v2 v2.1.0 // indirect
68
+ github.com/spf13/cobra v1.8.1 // indirect
67
69
github.com/spf13/pflag v1.0.5 // indirect
68
70
github.com/tidwall/match v1.1.1 // indirect
69
71
github.com/tidwall/pretty v1.2.0 // indirect
70
72
github.com/x448/float16 v0.8.4 // indirect
71
- golang.org/x/net v0.30.0 // indirect
72
- golang.org/x/sys v0.26.0 // indirect
73
- golang.org/x/time v0.7.0 // indirect
74
- google.golang.org/protobuf v1.35.1 // indirect
73
+ go.opentelemetry.io/otel v1.34.0 // indirect
74
+ go.opentelemetry.io/otel/trace v1.34.0 // indirect
75
+ golang.org/x/net v0.35.0 // indirect
76
+ golang.org/x/sys v0.30.0 // indirect
77
+ golang.org/x/time v0.10.0 // indirect
78
+ google.golang.org/protobuf v1.36.5 // indirect
75
79
gopkg.in/inf.v0 v0.9.1 // indirect
76
80
gopkg.in/yaml.v2 v2.4.0 // indirect
77
81
gopkg.in/yaml.v3 v3.0.1 // indirect
78
- k8s.io/api v0.31.1 // indirect
79
- k8s.io/apimachinery v0.31.1 // indirect
80
- k8s.io/apiserver v0.31.1 // indirect
81
- k8s.io/component-base v0.31.1 // indirect
82
+ k8s.io/api v0.32.2 // indirect
83
+ k8s.io/apimachinery v0.32.2 // indirect
84
+ k8s.io/apiserver v0.32.2 // indirect
85
+ k8s.io/component-base v0.32.2 // indirect
82
86
k8s.io/klog/v2 v2.130.1 // indirect
83
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
84
- k8s.io/kubernetes v1.31 .1 // indirect
85
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
86
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
87
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
87
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
88
+ k8s.io/kubernetes v1.32 .1 // indirect
89
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
90
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
91
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.3 // indirect
88
92
sigs.k8s.io/yaml v1.4.0 // indirect
89
93
)
0 commit comments