|
1 | 1 | module github.com/openstack-k8s-operators/nova-operator/api |
2 | 2 |
|
3 | | -go 1.24.4 |
| 3 | +go 1.26.3 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/google/go-cmp v0.7.0 |
7 | 7 | github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260629124631-33e3b7eda748 |
8 | | - github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260626101608-0959e9d46047 |
| 8 | + github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260713090837-13a3b65580c3 |
9 | 9 | github.com/robfig/cron/v3 v3.0.1 |
10 | 10 | k8s.io/api v0.31.14 |
11 | 11 | k8s.io/apimachinery v0.31.14 |
@@ -48,12 +48,12 @@ require ( |
48 | 48 | github.com/x448/float16 v0.8.4 // indirect |
49 | 49 | go.yaml.in/yaml/v2 v2.4.2 // indirect |
50 | 50 | go.yaml.in/yaml/v3 v3.0.4 // indirect |
51 | | - golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect |
52 | | - golang.org/x/net v0.49.0 // indirect |
| 51 | + golang.org/x/exp v0.0.0-20260611194520-c48552f49976 // indirect |
| 52 | + golang.org/x/net v0.56.0 // indirect |
53 | 53 | golang.org/x/oauth2 v0.30.0 // indirect |
54 | | - golang.org/x/sys v0.41.0 // indirect |
55 | | - golang.org/x/term v0.40.0 // indirect |
56 | | - golang.org/x/text v0.34.0 // indirect |
| 54 | + golang.org/x/sys v0.46.0 // indirect |
| 55 | + golang.org/x/term v0.44.0 // indirect |
| 56 | + golang.org/x/text v0.38.0 // indirect |
57 | 57 | golang.org/x/time v0.12.0 // indirect |
58 | 58 | gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect |
59 | 59 | google.golang.org/protobuf v1.36.7 // indirect |
@@ -90,7 +90,4 @@ replace k8s.io/code-generator => k8s.io/code-generator v0.31.14 //allow-merging |
90 | 90 |
|
91 | 91 | replace k8s.io/component-base => k8s.io/component-base v0.31.14 //allow-merging |
92 | 92 |
|
93 | | -// custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.16.0_patches) |
94 | | -replace github.com/rabbitmq/cluster-operator/v2 => github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20250929174222-a0d328fa4dec //allow-merging |
95 | | - |
96 | 93 | replace k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20250627150254-e9823e99808e //allow-merging |
0 commit comments