|
1 | 1 | module github.com/rancher/system-upgrade-controller |
2 | 2 |
|
3 | | -go 1.24.0 |
| 3 | +go 1.24.6 |
4 | 4 |
|
5 | | -toolchain go1.24.2 |
| 5 | +toolchain go1.24.7 |
6 | 6 |
|
7 | 7 | replace ( |
8 | 8 | github.com/distribution/reference => github.com/distribution/reference v0.5.0 |
9 | 9 | github.com/rancher/system-upgrade-controller/pkg/apis => ./pkg/apis |
10 | | - k8s.io/api => k8s.io/api v0.33.1 |
11 | | - k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.33.1 |
12 | | - k8s.io/apimachinery => k8s.io/apimachinery v0.33.1 |
13 | | - k8s.io/apiserver => k8s.io/apiserver v0.33.1 |
14 | | - k8s.io/cli-runtime => k8s.io/cli-runtime v0.33.1 |
15 | | - k8s.io/client-go => k8s.io/client-go v0.33.1 |
16 | | - k8s.io/cloud-provider => k8s.io/cloud-provider v0.33.1 |
17 | | - k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.33.1 |
18 | | - k8s.io/code-generator => k8s.io/code-generator v0.33.1 |
19 | | - k8s.io/component-base => k8s.io/component-base v0.33.1 |
20 | | - k8s.io/component-helpers => k8s.io/component-helpers v0.33.1 |
21 | | - k8s.io/controller-manager => k8s.io/controller-manager v0.33.1 |
22 | | - k8s.io/cri-api => k8s.io/cri-api v0.33.1 |
23 | | - k8s.io/cri-client => k8s.io/cri-client v0.33.1 |
24 | | - k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.33.1 |
25 | | - k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.33.1 |
26 | | - k8s.io/endpointslice => k8s.io/endpointslice v0.33.1 |
27 | | - k8s.io/externaljwt => k8s.io/externaljwt v0.33.1 |
28 | | - k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.33.1 |
29 | | - k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.33.1 |
30 | | - k8s.io/kube-proxy => k8s.io/kube-proxy v0.33.1 |
31 | | - k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.33.1 |
32 | | - k8s.io/kubectl => k8s.io/kubectl v0.33.1 |
33 | | - k8s.io/kubelet => k8s.io/kubelet v0.33.1 |
34 | | - k8s.io/kubernetes => k8s.io/kubernetes v1.33.1 |
35 | | - k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.33.1 |
36 | | - k8s.io/metrics => k8s.io/metrics v0.33.1 |
37 | | - k8s.io/mount-utils => k8s.io/mount-utils v0.33.1 |
38 | | - k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.33.1 |
39 | | - k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.33.1 |
| 10 | + k8s.io/api => k8s.io/api v0.34.1 |
| 11 | + k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.34.1 |
| 12 | + k8s.io/apimachinery => k8s.io/apimachinery v0.34.1 |
| 13 | + k8s.io/apiserver => k8s.io/apiserver v0.34.1 |
| 14 | + k8s.io/cli-runtime => k8s.io/cli-runtime v0.34.1 |
| 15 | + k8s.io/client-go => k8s.io/client-go v0.34.1 |
| 16 | + k8s.io/cloud-provider => k8s.io/cloud-provider v0.34.1 |
| 17 | + k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.34.1 |
| 18 | + k8s.io/code-generator => k8s.io/code-generator v0.34.1 |
| 19 | + k8s.io/component-base => k8s.io/component-base v0.34.1 |
| 20 | + k8s.io/component-helpers => k8s.io/component-helpers v0.34.1 |
| 21 | + k8s.io/controller-manager => k8s.io/controller-manager v0.34.1 |
| 22 | + k8s.io/cri-api => k8s.io/cri-api v0.34.1 |
| 23 | + k8s.io/cri-client => k8s.io/cri-client v0.34.1 |
| 24 | + k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.34.1 |
| 25 | + k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.34.1 |
| 26 | + k8s.io/endpointslice => k8s.io/endpointslice v0.34.1 |
| 27 | + k8s.io/externaljwt => k8s.io/externaljwt v0.34.1 |
| 28 | + k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.34.1 |
| 29 | + k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.34.1 |
| 30 | + k8s.io/kube-proxy => k8s.io/kube-proxy v0.34.1 |
| 31 | + k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.34.1 |
| 32 | + k8s.io/kubectl => k8s.io/kubectl v0.34.1 |
| 33 | + k8s.io/kubelet => k8s.io/kubelet v0.34.1 |
| 34 | + k8s.io/kubernetes => k8s.io/kubernetes v1.34.1 |
| 35 | + k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.34.1 |
| 36 | + k8s.io/metrics => k8s.io/metrics v0.34.1 |
| 37 | + k8s.io/mount-utils => k8s.io/mount-utils v0.34.1 |
| 38 | + k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.34.1 |
| 39 | + k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.34.1 |
40 | 40 | ) |
41 | 41 |
|
42 | 42 | require ( |
43 | 43 | github.com/docker/distribution v2.8.3+incompatible |
44 | 44 | github.com/kubereboot/kured v1.13.1 |
45 | 45 | github.com/onsi/ginkgo/v2 v2.21.0 |
46 | 46 | github.com/onsi/gomega v1.35.1 |
47 | | - github.com/rancher/lasso v0.2.3 |
| 47 | + github.com/rancher/lasso v0.2.5-rc.1 |
48 | 48 | github.com/rancher/system-upgrade-controller/pkg/apis v0.0.0 |
49 | | - github.com/rancher/wrangler/v3 v3.2.2 |
| 49 | + github.com/rancher/wrangler/v3 v3.3.0-rc.1 |
50 | 50 | github.com/sirupsen/logrus v1.9.3 |
51 | 51 | github.com/urfave/cli v1.22.15 |
52 | | - k8s.io/api v0.33.1 |
53 | | - k8s.io/apiextensions-apiserver v0.33.1 |
54 | | - k8s.io/apimachinery v0.33.1 |
55 | | - k8s.io/client-go v0.33.1 |
56 | | - k8s.io/kubectl v0.33.1 |
57 | | - k8s.io/kubernetes v1.33.1 |
58 | | - k8s.io/pod-security-admission v0.33.1 |
59 | | - k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 |
| 52 | + k8s.io/api v0.34.1 |
| 53 | + k8s.io/apiextensions-apiserver v0.34.1 |
| 54 | + k8s.io/apimachinery v0.34.1 |
| 55 | + k8s.io/client-go v1.5.2 |
| 56 | + k8s.io/kubectl v0.34.1 |
| 57 | + k8s.io/kubernetes v1.34.0 |
| 58 | + k8s.io/pod-security-admission v0.34.1 |
| 59 | + k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 |
60 | 60 | ) |
61 | 61 |
|
62 | 62 | require ( |
63 | | - cel.dev/expr v0.19.1 // indirect |
64 | | - github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab // indirect |
65 | | - github.com/Microsoft/go-winio v0.6.2 // indirect |
| 63 | + cel.dev/expr v0.24.0 // indirect |
66 | 64 | github.com/antlr4-go/antlr/v4 v4.13.0 // indirect |
67 | 65 | github.com/beorn7/perks v1.0.1 // indirect |
68 | 66 | github.com/blang/semver/v4 v4.0.0 // indirect |
69 | 67 | github.com/cenkalti/backoff/v4 v4.3.0 // indirect |
70 | 68 | github.com/cespare/xxhash/v2 v2.3.0 // indirect |
71 | | - github.com/containerd/containerd/api v1.8.0 // indirect |
72 | | - github.com/containerd/errdefs v1.0.0 // indirect |
73 | | - github.com/containerd/errdefs/pkg v0.3.0 // indirect |
74 | | - github.com/containerd/log v0.1.0 // indirect |
75 | | - github.com/containerd/ttrpc v1.2.6 // indirect |
76 | | - github.com/containerd/typeurl/v2 v2.2.2 // indirect |
77 | | - github.com/coreos/go-systemd/v22 v22.5.0 // indirect |
78 | | - github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect |
79 | | - github.com/cyphar/filepath-securejoin v0.4.1 // indirect |
| 69 | + github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect |
80 | 70 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
81 | 71 | github.com/distribution/reference v0.6.0 // indirect |
82 | | - github.com/docker/go-units v0.5.0 // indirect |
83 | | - github.com/emicklei/go-restful/v3 v3.12.1 // indirect |
84 | | - github.com/euank/go-kmsg-parser v2.0.0+incompatible // indirect |
| 72 | + github.com/emicklei/go-restful/v3 v3.12.2 // indirect |
85 | 73 | github.com/evanphx/json-patch v5.9.11+incompatible // indirect |
86 | 74 | github.com/felixge/httpsnoop v1.0.4 // indirect |
87 | | - github.com/fsnotify/fsnotify v1.7.0 // indirect |
88 | | - github.com/fxamacker/cbor/v2 v2.7.0 // indirect |
| 75 | + github.com/fxamacker/cbor/v2 v2.9.0 // indirect |
89 | 76 | github.com/ghodss/yaml v1.0.0 // indirect |
90 | 77 | github.com/go-logr/logr v1.4.2 // indirect |
91 | 78 | github.com/go-logr/stdr v1.2.2 // indirect |
92 | 79 | github.com/go-openapi/jsonpointer v0.21.0 // indirect |
93 | 80 | github.com/go-openapi/jsonreference v0.21.0 // indirect |
94 | 81 | github.com/go-openapi/swag v0.23.0 // indirect |
95 | 82 | github.com/go-task/slim-sprig/v3 v3.0.0 // indirect |
96 | | - github.com/godbus/dbus/v5 v5.1.0 // indirect |
97 | 83 | github.com/gogo/protobuf v1.3.2 // indirect |
98 | | - github.com/google/cadvisor v0.52.1 // indirect |
99 | | - github.com/google/cel-go v0.23.2 // indirect |
100 | | - github.com/google/gnostic-models v0.6.9 // indirect |
| 84 | + github.com/google/cel-go v0.26.0 // indirect |
| 85 | + github.com/google/gnostic-models v0.7.0 // indirect |
101 | 86 | github.com/google/go-cmp v0.7.0 // indirect |
102 | 87 | github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect |
103 | 88 | github.com/google/uuid v1.6.0 // indirect |
104 | 89 | github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect |
105 | | - github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect |
| 90 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect |
106 | 91 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
107 | 92 | github.com/josharian/intern v1.0.0 // indirect |
108 | 93 | github.com/json-iterator/go v1.1.12 // indirect |
109 | | - github.com/karrick/godirwalk v1.17.0 // indirect |
110 | 94 | github.com/mailru/easyjson v0.7.7 // indirect |
111 | | - github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible // indirect |
112 | 95 | github.com/moby/spdystream v0.5.0 // indirect |
113 | | - github.com/moby/sys/mountinfo v0.7.2 // indirect |
114 | | - github.com/moby/sys/userns v0.1.0 // indirect |
115 | 96 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
116 | | - github.com/modern-go/reflect2 v1.0.2 // indirect |
| 97 | + github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect |
117 | 98 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
118 | 99 | github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect |
119 | | - github.com/opencontainers/cgroups v0.0.1 // indirect |
120 | 100 | github.com/opencontainers/go-digest v1.0.0 // indirect |
121 | | - github.com/opencontainers/image-spec v1.1.1 // indirect |
122 | | - github.com/opencontainers/runtime-spec v1.2.0 // indirect |
123 | | - github.com/opencontainers/selinux v1.11.1 // indirect |
124 | 101 | github.com/pkg/errors v0.9.1 // indirect |
| 102 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
125 | 103 | github.com/prometheus/client_golang v1.22.0 // indirect |
126 | 104 | github.com/prometheus/client_model v0.6.1 // indirect |
127 | 105 | github.com/prometheus/common v0.62.0 // indirect |
128 | 106 | github.com/prometheus/procfs v0.15.1 // indirect |
129 | 107 | github.com/russross/blackfriday/v2 v2.1.0 // indirect |
130 | | - github.com/spf13/cobra v1.8.1 // indirect |
131 | | - github.com/spf13/pflag v1.0.5 // indirect |
| 108 | + github.com/spf13/cobra v1.9.1 // indirect |
| 109 | + github.com/spf13/pflag v1.0.6 // indirect |
132 | 110 | github.com/stoewer/go-strcase v1.3.0 // indirect |
133 | 111 | github.com/x448/float16 v0.8.4 // indirect |
134 | 112 | go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
135 | | - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect |
136 | 113 | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect |
137 | | - go.opentelemetry.io/otel v1.33.0 // indirect |
138 | | - go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0 // indirect |
139 | | - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33.0 // indirect |
140 | | - go.opentelemetry.io/otel/metric v1.33.0 // indirect |
141 | | - go.opentelemetry.io/otel/sdk v1.33.0 // indirect |
142 | | - go.opentelemetry.io/otel/trace v1.33.0 // indirect |
143 | | - go.opentelemetry.io/proto/otlp v1.4.0 // indirect |
| 114 | + go.opentelemetry.io/otel v1.35.0 // indirect |
| 115 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect |
| 116 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect |
| 117 | + go.opentelemetry.io/otel/metric v1.35.0 // indirect |
| 118 | + go.opentelemetry.io/otel/sdk v1.34.0 // indirect |
| 119 | + go.opentelemetry.io/otel/trace v1.35.0 // indirect |
| 120 | + go.opentelemetry.io/proto/otlp v1.5.0 // indirect |
| 121 | + go.yaml.in/yaml/v2 v2.4.2 // indirect |
| 122 | + go.yaml.in/yaml/v3 v3.0.4 // indirect |
144 | 123 | golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect |
145 | | - golang.org/x/mod v0.23.0 // indirect |
146 | | - golang.org/x/net v0.38.0 // indirect |
| 124 | + golang.org/x/mod v0.28.0 // indirect |
| 125 | + golang.org/x/net v0.44.0 // indirect |
147 | 126 | golang.org/x/oauth2 v0.27.0 // indirect |
148 | | - golang.org/x/sync v0.12.0 // indirect |
149 | | - golang.org/x/sys v0.31.0 // indirect |
150 | | - golang.org/x/term v0.30.0 // indirect |
151 | | - golang.org/x/text v0.23.0 // indirect |
| 127 | + golang.org/x/sync v0.17.0 // indirect |
| 128 | + golang.org/x/sys v0.36.0 // indirect |
| 129 | + golang.org/x/term v0.35.0 // indirect |
| 130 | + golang.org/x/text v0.29.0 // indirect |
152 | 131 | golang.org/x/time v0.9.0 // indirect |
153 | | - golang.org/x/tools v0.30.0 // indirect |
154 | | - google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect |
155 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect |
156 | | - google.golang.org/grpc v1.68.1 // indirect |
| 132 | + golang.org/x/tools v0.37.0 // indirect |
| 133 | + golang.org/x/tools/go/expect v0.1.1-deprecated // indirect |
| 134 | + google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect |
| 135 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect |
| 136 | + google.golang.org/grpc v1.72.1 // indirect |
157 | 137 | google.golang.org/protobuf v1.36.5 // indirect |
158 | 138 | gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect |
159 | 139 | gopkg.in/inf.v0 v0.9.1 // indirect |
160 | 140 | gopkg.in/yaml.v2 v2.4.0 // indirect |
161 | 141 | gopkg.in/yaml.v3 v3.0.1 // indirect |
162 | | - k8s.io/apiserver v0.33.1 // indirect |
163 | | - k8s.io/cloud-provider v0.30.3 // indirect |
164 | | - k8s.io/code-generator v0.33.1 // indirect |
165 | | - k8s.io/component-base v0.33.1 // indirect |
166 | | - k8s.io/component-helpers v0.33.1 // indirect |
167 | | - k8s.io/controller-manager v0.33.1 // indirect |
168 | | - k8s.io/cri-api v0.33.1 // indirect |
169 | | - k8s.io/cri-client v0.0.0 // indirect |
170 | | - k8s.io/csi-translation-lib v0.0.0 // indirect |
171 | | - k8s.io/dynamic-resource-allocation v0.0.0 // indirect |
| 142 | + k8s.io/apiserver v0.34.1 // indirect |
| 143 | + k8s.io/code-generator v0.34.1 // indirect |
| 144 | + k8s.io/component-base v0.34.1 // indirect |
| 145 | + k8s.io/component-helpers v0.34.1 // indirect |
| 146 | + k8s.io/controller-manager v0.34.1 // indirect |
172 | 147 | k8s.io/gengo v0.0.0-20250130153323-76c5745d3511 // indirect |
173 | | - k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect |
| 148 | + k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f // indirect |
174 | 149 | k8s.io/klog/v2 v2.130.1 // indirect |
175 | | - k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect |
176 | | - k8s.io/kube-scheduler v0.0.0 // indirect |
177 | | - k8s.io/kubelet v0.33.1 // indirect |
178 | | - k8s.io/mount-utils v0.0.0 // indirect |
| 150 | + k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect |
| 151 | + k8s.io/kubelet v0.34.1 // indirect |
179 | 152 | sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect |
180 | | - sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect |
| 153 | + sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect |
181 | 154 | sigs.k8s.io/randfill v1.0.0 // indirect |
182 | | - sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect |
183 | | - sigs.k8s.io/yaml v1.4.0 // indirect |
| 155 | + sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect |
| 156 | + sigs.k8s.io/yaml v1.6.0 // indirect |
184 | 157 | ) |
0 commit comments