|
1 | 1 | module sigs.k8s.io/cluster-api-provider-aws/v2 |
2 | 2 |
|
3 | | -go 1.23 |
4 | | - |
5 | | -toolchain go1.23.1 |
| 3 | +go 1.23.1 |
6 | 4 |
|
7 | 5 | // kube-openapi should match the version imported by CAPI. |
8 | 6 | replace k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 |
@@ -34,7 +32,8 @@ require ( |
34 | 32 | github.com/openshift-online/ocm-common v0.0.21 |
35 | 33 | github.com/openshift-online/ocm-sdk-go v0.1.465 |
36 | 34 | // github.com/openshift/rosa v1.2.54-rc1.0.20250604182244-c38eaa8ff4e2 |
37 | | - github.com/openshift/rosa v0.0.0-20250528120404-279e4e58d597 |
| 35 | + // github.com/openshift/rosa v0.0.0-20250528120404-279e4e58d597 |
| 36 | + github.com/openshift/rosa v1.2.54 |
38 | 37 | github.com/pkg/errors v0.9.1 |
39 | 38 | github.com/prometheus/client_golang v1.19.1 |
40 | 39 | github.com/sergi/go-diff v1.3.1 |
@@ -223,7 +222,6 @@ require ( |
223 | 222 | go.opentelemetry.io/otel/sdk v1.28.0 // indirect |
224 | 223 | go.opentelemetry.io/otel/trace v1.28.0 // indirect |
225 | 224 | go.opentelemetry.io/proto/otlp v1.3.1 // indirect |
226 | | - go.uber.org/mock v0.3.0 // indirect |
227 | 225 | go.uber.org/multierr v1.11.0 // indirect |
228 | 226 | go.uber.org/zap v1.27.0 // indirect |
229 | 227 | golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect |
@@ -251,7 +249,7 @@ require ( |
251 | 249 | sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect |
252 | 250 | ) |
253 | 251 |
|
254 | | -replace github.com/openshift/rosa => ./rosa |
| 252 | +// replace github.com/openshift/rosa => ./rosa |
255 | 253 |
|
256 | 254 | // replace github.com/openshift/rosa => github.com/PanSpagetka/rosa |
257 | 255 | // replace github.com/openshift/rosa => github.com/PanSpagetka/rosa v0.0.0-20250528120404-279e4e58d597 |
|
0 commit comments