@@ -10,20 +10,20 @@ require (
10
10
github.com/opendatahub-io/opendatahub-operator/v2 v2.10.0
11
11
github.com/openshift/api v0.0.0-20230823114715-5fdd7511b790
12
12
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c
13
- github.com/project-codeflare/appwrapper v0.23 .0
13
+ github.com/project-codeflare/appwrapper v0.24 .0
14
14
github.com/project-codeflare/codeflare-common v0.0.0-20240628111341-56c962a09b7e
15
15
github.com/ray-project/kuberay/ray-operator v1.1.1
16
16
go.uber.org/zap v1.27.0
17
- golang.org/x/exp v0.0.0-20231006140011-7918f672742d
18
- k8s.io/api v0.30.1
17
+ golang.org/x/exp v0.0.0-20240530194437-404ba88c7ed0
18
+ k8s.io/api v0.30.2
19
19
k8s.io/apiextensions-apiserver v0.29.2
20
- k8s.io/apimachinery v0.30.1
20
+ k8s.io/apimachinery v0.30.2
21
21
k8s.io/client-go v11.0.0+incompatible
22
- k8s.io/component-base v0.29.5
22
+ k8s.io/component-base v0.29.6
23
23
k8s.io/klog/v2 v2.120.1
24
- k8s.io/utils v0.0.0-20240102154912-e7106e64919e
24
+ k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
25
25
sigs.k8s.io/controller-runtime v0.17.3
26
- sigs.k8s.io/kueue v0.7.1
26
+ sigs.k8s.io/kueue v0.8.0
27
27
sigs.k8s.io/yaml v1.4.0
28
28
)
29
29
@@ -36,26 +36,26 @@ replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp => go.open
36
36
replace github.com/jackc/pgx/v4 => github.com/jackc/pgx/v5 v5.5.4
37
37
38
38
// These replace directives support the backlevel go version required by ODH build
39
- replace github.com/project-codeflare/appwrapper v0.23 .0 => github.com/project-codeflare/appwrapper v0.23 .1-0.20240731154950-ad486fb7e7ee
39
+ replace github.com/project-codeflare/appwrapper v0.24 .0 => github.com/project-codeflare/appwrapper v0.24 .1-0.20240828152845-bfaac68eef30
40
40
41
- replace sigs.k8s.io/kueue v0.7.1 => github.com/opendatahub-io/kueue v0.7.0-odh-test
41
+ replace sigs.k8s.io/kueue v0.8.0 => github.com/opendatahub-io/kueue v0.7.0-odh-test
42
42
43
43
require (
44
44
github.com/aymerick/douceur v0.2.0 // indirect
45
45
github.com/beorn7/perks v1.0.1 // indirect
46
46
github.com/blang/semver/v4 v4.0.0 // indirect
47
- github.com/cenkalti/backoff/v4 v4.2.1 // indirect
48
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
47
+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
48
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
49
49
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
50
50
github.com/distribution/reference v0.5.0 // indirect
51
- github.com/emicklei/go-restful/v3 v3.11.0 // indirect
52
- github.com/evanphx/json-patch v5.6 .0+incompatible // indirect
51
+ github.com/emicklei/go-restful/v3 v3.12.1 // indirect
52
+ github.com/evanphx/json-patch v5.9 .0+incompatible // indirect
53
53
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
54
54
github.com/fsnotify/fsnotify v1.7.0 // indirect
55
55
github.com/go-logr/zapr v1.3.0 // indirect
56
- github.com/go-openapi/jsonpointer v0.20 .0 // indirect
57
- github.com/go-openapi/jsonreference v0.20.2 // indirect
58
- github.com/go-openapi/swag v0.22.4 // indirect
56
+ github.com/go-openapi/jsonpointer v0.21 .0 // indirect
57
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
58
+ github.com/go-openapi/swag v0.23.0 // indirect
59
59
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
60
60
github.com/gogo/protobuf v1.3.2 // indirect
61
61
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
@@ -93,22 +93,21 @@ require (
93
93
github.com/spf13/pflag v1.0.5 // indirect
94
94
go.uber.org/atomic v1.11.0 // indirect
95
95
go.uber.org/multierr v1.11.0 // indirect
96
- golang.org/x/net v0.25 .0 // indirect
97
- golang.org/x/oauth2 v0.16 .0 // indirect
98
- golang.org/x/sys v0.20 .0 // indirect
99
- golang.org/x/term v0.20 .0 // indirect
100
- golang.org/x/text v0.15 .0 // indirect
101
- golang.org/x/time v0.3 .0 // indirect
102
- golang.org/x/tools v0.21 .0 // indirect
96
+ golang.org/x/net v0.28 .0 // indirect
97
+ golang.org/x/oauth2 v0.20 .0 // indirect
98
+ golang.org/x/sys v0.23 .0 // indirect
99
+ golang.org/x/term v0.23 .0 // indirect
100
+ golang.org/x/text v0.17 .0 // indirect
101
+ golang.org/x/time v0.5 .0 // indirect
102
+ golang.org/x/tools v0.24 .0 // indirect
103
103
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
104
- google.golang.org/appengine v1.6.8 // indirect
105
- google.golang.org/protobuf v1.33.0 // indirect
104
+ google.golang.org/protobuf v1.34.1 // indirect
106
105
gopkg.in/inf.v0 v0.9.1 // indirect
107
106
gopkg.in/yaml.v2 v2.4.0 // indirect
108
107
gopkg.in/yaml.v3 v3.0.1 // indirect
109
- k8s.io/apiserver v0.29.5 // indirect
110
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
111
- sigs.k8s.io/jobset v0.5.1 // indirect
108
+ k8s.io/apiserver v0.29.6 // indirect
109
+ k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a // indirect
110
+ sigs.k8s.io/jobset v0.5.2 // indirect
112
111
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
113
112
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
114
113
)
0 commit comments