@@ -12,7 +12,7 @@ require (
12
12
github.com/openshift/client-go v0.0.0-20240904130219-3795e907a202
13
13
github.com/project-codeflare/appwrapper v1.1.1
14
14
github.com/project-codeflare/codeflare-common v0.0.0-20250321141415-67bb8bd932df
15
- github.com/ray-project/kuberay/ray-operator v1.3.1
15
+ github.com/ray-project/kuberay/ray-operator v1.2.2
16
16
go.uber.org/zap v1.27.0
17
17
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
18
18
k8s.io/api v0.32.3
@@ -23,7 +23,7 @@ require (
23
23
k8s.io/klog/v2 v2.130.1
24
24
k8s.io/utils v0.0.0-20241210054802-24370beab758
25
25
sigs.k8s.io/controller-runtime v0.20.3
26
- sigs.k8s.io/kueue v0.11.0
26
+ sigs.k8s.io/kueue v0.10.1
27
27
sigs.k8s.io/yaml v1.4.0
28
28
)
29
29
@@ -37,16 +37,14 @@ replace k8s.io/apimachinery v0.32.3 => k8s.io/apimachinery v0.31.4
37
37
38
38
replace sigs.k8s.io/controller-runtime v0.20.3 => sigs.k8s.io/controller-runtime v0.19.3
39
39
40
- replace sigs.k8s.io/kueue v0.11.0 => sigs.k8s.io/kueue v0.10.1
41
-
42
40
replace sigs.k8s.io/custom-metrics-apiserver => sigs.k8s.io/custom-metrics-apiserver v1.25.1-0.20230306170449-63d8c93851f3
43
41
44
42
replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0
45
43
46
44
replace github.com/jackc/pgx/v4 => github.com/jackc/pgx/v5 v5.5.4
47
45
48
46
// Workaround deprecation of cluster.Status.State in ray-operator v1.2.2
49
- replace github.com/ray-project/kuberay/ray-operator v1.3.1 => github.com/ray-project/kuberay/ray-operator v1.2.1
47
+ replace github.com/ray-project/kuberay/ray-operator v1.2.2 => github.com/ray-project/kuberay/ray-operator v1.2.1
50
48
51
49
require (
52
50
github.com/aymerick/douceur v0.2.0 // indirect
0 commit comments