@@ -3,53 +3,40 @@ module github.com/ray-project/kuberay
3
3
go 1.24.2
4
4
5
5
require (
6
- github.com/Masterminds/semver/v3 v3.3.1
7
6
github.com/dustinkirkland/golang-petname v0.0.0-20240428194347-eebcea082ee0
8
7
github.com/elazarl/go-bindata-assetfs v1.0.1
9
- github.com/go-logr/logr v1.4.2
10
- github.com/go-logr/zapr v1.3.0
8
+ github.com/go-logr/logr v1.4.3
11
9
github.com/go-logr/zerologr v1.2.3
12
10
github.com/golang/mock v1.6.0
13
11
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
14
12
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
15
13
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
16
14
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
17
- github.com/jarcoal/httpmock v1.4.0
18
15
github.com/novln/docker-parser v1.0.0
19
16
github.com/onsi/ginkgo/v2 v2.23.4
20
17
github.com/onsi/gomega v1.37.0
21
- github.com/openshift/api v0.0.0-20250519204349-768a119763c4
22
- github.com/orcaman/concurrent-map/v2 v2.0.1
23
18
github.com/pkg/errors v0.9.1
24
19
github.com/prometheus/client_golang v1.22.0
20
+ github.com/ray-project/kuberay/ray-operator v0.0.0
25
21
github.com/rs/cors v1.11.1
26
22
github.com/rs/zerolog v1.34.0
27
23
github.com/spf13/cobra v1.9.1
28
24
github.com/spf13/pflag v1.0.6
29
25
github.com/stretchr/testify v1.10.0
30
- go.uber.org/mock v0.5.2
31
- go.uber.org/zap v1.27.0
32
26
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237
33
27
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237
34
28
google.golang.org/grpc v1.72.1
35
29
google.golang.org/protobuf v1.36.6
36
- gopkg.in/natefinch/lumberjack.v2 v2.2.1
37
30
gopkg.in/yaml.v2 v2.4.0
38
31
k8s.io/api v0.33.1
39
- k8s.io/apiextensions-apiserver v0.33.1
40
32
k8s.io/apimachinery v0.33.1
41
- k8s.io/apiserver v0.33.1
42
33
k8s.io/cli-runtime v0.33.1
43
34
k8s.io/client-go v0.33.1
44
- k8s.io/code-generator v0.33.1
45
- k8s.io/component-base v0.33.1
46
35
k8s.io/klog/v2 v2.130.1
47
36
k8s.io/kubectl v0.33.1
48
37
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979
49
- sigs.k8s.io/controller-runtime v0.20.4
50
- sigs.k8s.io/structured-merge-diff/v4 v4.7.0
38
+ sigs.k8s.io/controller-runtime v0.21.0
51
39
sigs.k8s.io/yaml v1.4.0
52
- volcano.sh/apis v1.11.2
53
40
)
54
41
55
42
require (
@@ -60,15 +47,16 @@ require (
60
47
github.com/cespare/xxhash/v2 v2.3.0 // indirect
61
48
github.com/chai2010/gettext-go v1.0.2 // indirect
62
49
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
63
- github.com/emicklei/go-restful/v3 v3.11.0 // indirect
50
+ github.com/emicklei/go-restful/v3 v3.12.1 // indirect
64
51
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
65
52
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
66
53
github.com/fatih/camelcase v1.0.0 // indirect
67
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
54
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
68
55
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
69
56
github.com/go-errors/errors v1.4.2 // indirect
57
+ github.com/go-logr/zapr v1.3.0 // indirect
70
58
github.com/go-openapi/jsonpointer v0.21.0 // indirect
71
- github.com/go-openapi/jsonreference v0.20.2 // indirect
59
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
72
60
github.com/go-openapi/swag v0.23.0 // indirect
73
61
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
74
62
github.com/gogo/protobuf v1.3.2 // indirect
@@ -83,7 +71,7 @@ require (
83
71
github.com/josharian/intern v1.0.0 // indirect
84
72
github.com/json-iterator/go v1.1.12 // indirect
85
73
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
86
- github.com/mailru/easyjson v0.7.7 // indirect
74
+ github.com/mailru/easyjson v0.9.0 // indirect
87
75
github.com/mattn/go-colorable v0.1.13 // indirect
88
76
github.com/mattn/go-isatty v0.0.19 // indirect
89
77
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -95,36 +83,40 @@ require (
95
83
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
96
84
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
97
85
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
98
- github.com/pmezard/go-difflib v1.0.0 // indirect
86
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
99
87
github.com/prometheus/client_model v0.6.1 // indirect
100
88
github.com/prometheus/common v0.62.0 // indirect
101
89
github.com/prometheus/procfs v0.15.1 // indirect
102
90
github.com/russross/blackfriday/v2 v2.1.0 // indirect
103
- github.com/stretchr/objx v0.5.2 // indirect
104
91
github.com/x448/float16 v0.8.4 // indirect
105
92
github.com/xlab/treeprint v1.2.0 // indirect
106
93
go.opentelemetry.io/otel v1.34.0 // indirect
107
94
go.opentelemetry.io/otel/trace v1.34.0 // indirect
108
95
go.uber.org/automaxprocs v1.6.0 // indirect
109
96
go.uber.org/multierr v1.11.0 // indirect
110
- golang. org/x/mod v0.24 .0 // indirect
97
+ go.uber. org/zap v1.27 .0 // indirect
111
98
golang.org/x/net v0.38.0 // indirect
112
99
golang.org/x/oauth2 v0.27.0 // indirect
113
100
golang.org/x/sync v0.12.0 // indirect
114
101
golang.org/x/sys v0.32.0 // indirect
115
102
golang.org/x/term v0.30.0 // indirect
116
103
golang.org/x/text v0.23.0 // indirect
117
- golang.org/x/time v0.9 .0 // indirect
104
+ golang.org/x/time v0.10 .0 // indirect
118
105
golang.org/x/tools v0.31.0 // indirect
119
106
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
120
107
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
121
108
gopkg.in/inf.v0 v0.9.1 // indirect
122
109
gopkg.in/yaml.v3 v3.0.1 // indirect
110
+ k8s.io/apiextensions-apiserver v0.33.1 // indirect
111
+ k8s.io/apiserver v0.33.1 // indirect
112
+ k8s.io/component-base v0.33.1 // indirect
123
113
k8s.io/component-helpers v0.33.1 // indirect
124
- k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect
125
114
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
126
- sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
115
+ sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
127
116
sigs.k8s.io/kustomize/api v0.19.0 // indirect
128
117
sigs.k8s.io/kustomize/kyaml v0.19.0 // indirect
129
118
sigs.k8s.io/randfill v1.0.0 // indirect
119
+ sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
130
120
)
121
+
122
+ replace github.com/ray-project/kuberay/ray-operator => ./ray-operator
0 commit comments