@@ -5,85 +5,101 @@ go 1.22.0
5
5
toolchain go1.22.5
6
6
7
7
require (
8
- github.com/onsi/ginkgo/v2 v2.15.0
9
- github.com/onsi/gomega v1.31.0
8
+ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
9
+ github.com/onsi/ginkgo/v2 v2.20.2
10
+ github.com/onsi/gomega v1.34.2
11
+ github.com/ray-project/kuberay/ray-operator v1.2.1
10
12
github.com/spf13/cobra v1.8.1
11
13
github.com/spf13/pflag v1.0.5
12
- github.com/stretchr/testify v1.8.4
13
- k8s.io/api v0.30.2
14
- k8s.io/apimachinery v0.30.2
15
- k8s.io/cli-runtime v0.30.2
16
- k8s.io/client-go v0.30.2
17
- k8s.io/kubectl v0.30.2
14
+ github.com/stretchr/testify v1.9.0
15
+ k8s.io/api v0.31.1
16
+ k8s.io/apimachinery v0.31.1
17
+ k8s.io/cli-runtime v0.31.1
18
+ k8s.io/client-go v0.31.1
19
+ k8s.io/kubectl v0.31.1
20
+ sigs.k8s.io/yaml v1.4.0
18
21
)
19
22
20
23
require (
21
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
24
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
22
25
github.com/MakeNowJust/heredoc v1.0.0 // indirect
23
- github.com/chai2010/gettext-go v1.0.2 // indirect
24
- github.com/davecgh/go-spew v1.1.1 // indirect
25
- github.com/emicklei/go-restful/v3 v3.11.0 // indirect
26
- github.com/evanphx/json-patch v4.12.0+incompatible // indirect
27
- github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
26
+ github.com/beorn7/perks v1.0.1 // indirect
27
+ github.com/blang/semver/v4 v4.0.0 // indirect
28
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
29
+ github.com/chai2010/gettext-go v1.0.3 // indirect
30
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
31
+ github.com/emicklei/go-restful/v3 v3.12.1 // indirect
32
+ github.com/evanphx/json-patch/v5 v5.9.0 // indirect
33
+ github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
28
34
github.com/fatih/camelcase v1.0.0 // indirect
29
- github.com/fvbommel/sortorder v1.1.0 // indirect
30
- github.com/go-errors/errors v1.4.2 // indirect
31
- github.com/go-logr/logr v1.4.1 // indirect
32
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
33
- github.com/go-openapi/jsonreference v0.20.2 // indirect
34
- github.com/go-openapi/swag v0.22.3 // indirect
35
- github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
35
+ github.com/fsnotify/fsnotify v1.7.0 // indirect
36
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
37
+ github.com/go-errors/errors v1.5.1 // indirect
38
+ github.com/go-logr/logr v1.4.2 // indirect
39
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
40
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
41
+ github.com/go-openapi/swag v0.23.0 // indirect
42
+ github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
36
43
github.com/gogo/protobuf v1.3.2 // indirect
44
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
37
45
github.com/golang/protobuf v1.5.4 // indirect
38
- github.com/google/btree v1.0.1 // indirect
46
+ github.com/google/btree v1.1.3 // indirect
39
47
github.com/google/gnostic-models v0.6.8 // indirect
40
48
github.com/google/go-cmp v0.6.0 // indirect
41
49
github.com/google/gofuzz v1.2.0 // indirect
42
- github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 // indirect
43
- github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
44
- github.com/google/uuid v1.3.0 // indirect
45
- github.com/gorilla/websocket v1.5.0 // indirect
46
- github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
47
- github.com/imdario/mergo v0.3.6 // indirect
50
+ github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134 // indirect
51
+ github.com/google/uuid v1.6.0 // indirect
52
+ github.com/gorilla/websocket v1.5.3 // indirect
53
+ github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
54
+ github.com/imdario/mergo v0.3.16 // indirect
48
55
github.com/inconshreveable/mousetrap v1.1.0 // indirect
49
56
github.com/josharian/intern v1.0.0 // indirect
50
57
github.com/json-iterator/go v1.1.12 // indirect
58
+ github.com/klauspost/compress v1.17.9 // indirect
51
59
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
52
60
github.com/mailru/easyjson v0.7.7 // indirect
53
61
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
54
- github.com/moby/spdystream v0.2 .0 // indirect
55
- github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
62
+ github.com/moby/spdystream v0.5 .0 // indirect
63
+ github.com/moby/term v0.5.0 // indirect
56
64
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
57
65
github.com/modern-go/reflect2 v1.0.2 // indirect
58
66
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
59
67
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
60
68
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
61
69
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
62
70
github.com/pkg/errors v0.9.1 // indirect
63
- github.com/pmezard/go-difflib v1.0.0 // indirect
71
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
72
+ github.com/prometheus/client_golang v1.20.4 // indirect
73
+ github.com/prometheus/client_model v0.6.1 // indirect
74
+ github.com/prometheus/common v0.59.1 // indirect
75
+ github.com/prometheus/procfs v0.15.1 // indirect
64
76
github.com/russross/blackfriday/v2 v2.1.0 // indirect
77
+ github.com/x448/float16 v0.8.4 // indirect
65
78
github.com/xlab/treeprint v1.2.0 // indirect
66
- go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
67
- golang.org/x/net v0.23.0 // indirect
68
- golang.org/x/oauth2 v0.10.0 // indirect
69
- golang.org/x/sync v0.6.0 // indirect
70
- golang.org/x/sys v0.18.0 // indirect
71
- golang.org/x/term v0.18.0 // indirect
72
- golang.org/x/text v0.14.0 // indirect
73
- golang.org/x/time v0.3.0 // indirect
74
- golang.org/x/tools v0.18.0 // indirect
75
- google.golang.org/appengine v1.6.7 // indirect
76
- google.golang.org/protobuf v1.33.0 // indirect
79
+ go.starlark.net v0.0.0-20240725214946-42030a7cedce // indirect
80
+ golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
81
+ golang.org/x/net v0.29.0 // indirect
82
+ golang.org/x/oauth2 v0.23.0 // indirect
83
+ golang.org/x/sync v0.8.0 // indirect
84
+ golang.org/x/sys v0.25.0 // indirect
85
+ golang.org/x/term v0.24.0 // indirect
86
+ golang.org/x/text v0.18.0 // indirect
87
+ golang.org/x/time v0.6.0 // indirect
88
+ golang.org/x/tools v0.25.0 // indirect
89
+ gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
90
+ google.golang.org/protobuf v1.34.2 // indirect
91
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
77
92
gopkg.in/inf.v0 v0.9.1 // indirect
78
93
gopkg.in/yaml.v2 v2.4.0 // indirect
79
94
gopkg.in/yaml.v3 v3.0.1 // indirect
80
- k8s.io/component-base v0.30.2 // indirect
81
- k8s.io/klog/v2 v2.120.1 // indirect
82
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
83
- k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
95
+ k8s.io/apiextensions-apiserver v0.31.1 // indirect
96
+ k8s.io/component-base v0.31.1 // indirect
97
+ k8s.io/klog/v2 v2.130.1 // indirect
98
+ k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38 // indirect
99
+ k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3 // indirect
100
+ sigs.k8s.io/controller-runtime v0.19.0 // indirect
84
101
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
85
- sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
86
- sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
102
+ sigs.k8s.io/kustomize/api v0.17.3 // indirect
103
+ sigs.k8s.io/kustomize/kyaml v0.17.2 // indirect
87
104
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
88
- sigs.k8s.io/yaml v1.3.0 // indirect
89
105
)
0 commit comments