|
1 | 1 | module github.com/openstack-k8s-operators/swift-operator/api |
2 | 2 |
|
3 | | -go 1.24.4 |
| 3 | +go 1.26.3 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260710123700-a3202d382314 |
7 | | - github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260704173810-7bc44d3d79e5 |
| 7 | + github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260713090837-13a3b65580c3 |
8 | 8 | k8s.io/api v0.31.14 |
9 | 9 | k8s.io/apimachinery v0.31.14 |
10 | 10 | sigs.k8s.io/controller-runtime v0.19.7 |
@@ -47,11 +47,11 @@ require ( |
47 | 47 | go.yaml.in/yaml/v2 v2.4.2 // indirect |
48 | 48 | go.yaml.in/yaml/v3 v3.0.4 // indirect |
49 | 49 | golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect |
50 | | - golang.org/x/net v0.49.0 // indirect |
| 50 | + golang.org/x/net v0.56.0 // indirect |
51 | 51 | golang.org/x/oauth2 v0.30.0 // indirect |
52 | | - golang.org/x/sys v0.41.0 // indirect |
53 | | - golang.org/x/term v0.40.0 // indirect |
54 | | - golang.org/x/text v0.34.0 // indirect |
| 52 | + golang.org/x/sys v0.47.0 // indirect |
| 53 | + golang.org/x/term v0.45.0 // indirect |
| 54 | + golang.org/x/text v0.40.0 // indirect |
55 | 55 | golang.org/x/time v0.12.0 // indirect |
56 | 56 | gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect |
57 | 57 | google.golang.org/protobuf v1.36.7 // indirect |
@@ -91,7 +91,4 @@ replace k8s.io/component-base => k8s.io/component-base v0.31.14 //allow-merging |
91 | 91 |
|
92 | 92 | replace sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.19.7 //allow-merging |
93 | 93 |
|
94 | | -// custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.16.0_patches) |
95 | | -replace github.com/rabbitmq/cluster-operator/v2 => github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20250929174222-a0d328fa4dec //allow-merging |
96 | | - |
97 | 94 | replace k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20250627150254-e9823e99808e //allow-merging |
0 commit comments