|
1 | 1 | module github.com/openstack-k8s-operators/watcher-operator/api |
2 | 2 |
|
3 | | -go 1.24.4 |
4 | | - |
5 | | -toolchain go1.24.6 |
| 3 | +go 1.26.3 |
6 | 4 |
|
7 | 5 | require ( |
8 | 6 | github.com/openstack-k8s-operators/infra-operator/apis v0.6.1-0.20260626110212-c33a1507c26f |
9 | | - github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260626101608-0959e9d46047 |
| 7 | + github.com/openstack-k8s-operators/lib-common/modules/common v0.6.1-0.20260713090837-13a3b65580c3 |
10 | 8 | k8s.io/api v0.31.14 |
11 | 9 | k8s.io/apimachinery v0.31.14 |
12 | 10 | k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d |
@@ -50,11 +48,11 @@ require ( |
50 | 48 | go.yaml.in/yaml/v2 v2.4.2 // indirect |
51 | 49 | go.yaml.in/yaml/v3 v3.0.4 // indirect |
52 | 50 | golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect |
53 | | - golang.org/x/net v0.49.0 // indirect |
| 51 | + golang.org/x/net v0.56.0 // indirect |
54 | 52 | golang.org/x/oauth2 v0.30.0 // indirect |
55 | | - golang.org/x/sys v0.41.0 // indirect |
56 | | - golang.org/x/term v0.40.0 // indirect |
57 | | - golang.org/x/text v0.34.0 // indirect |
| 53 | + golang.org/x/sys v0.47.0 // indirect |
| 54 | + golang.org/x/term v0.45.0 // indirect |
| 55 | + golang.org/x/text v0.40.0 // indirect |
58 | 56 | golang.org/x/time v0.12.0 // indirect |
59 | 57 | gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect |
60 | 58 | google.golang.org/protobuf v1.36.7 // indirect |
@@ -87,7 +85,4 @@ replace k8s.io/code-generator => k8s.io/code-generator v0.31.14 //allow-merging |
87 | 85 |
|
88 | 86 | replace k8s.io/component-base => k8s.io/component-base v0.31.14 //allow-merging |
89 | 87 |
|
90 | | -// custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.16.0_patches) |
91 | | -replace github.com/rabbitmq/cluster-operator/v2 => github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20250929174222-a0d328fa4dec //allow-merging |
92 | | - |
93 | 88 | replace k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20250627150254-e9823e99808e //allow-merging |
0 commit comments