@@ -3,78 +3,78 @@ module github.com/kubeflow/mpi-operator/v2
3
3
go 1.19
4
4
5
5
require (
6
- github.com/go-openapi/spec v0.20.3
7
- github.com/google/go-cmp v0.5.6
8
- github.com/kubeflow/common v0.4.0
9
- github.com/onsi/ginkgo v1.14 .1
10
- github.com/onsi/gomega v1.10 .2
11
- github.com/prometheus/client_golang v1.10.0
12
- golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
13
- k8s.io/api v0.19.9
14
- k8s.io/apimachinery v0.19.9
15
- k8s.io/apiserver v0.19.9
16
- k8s.io/client-go v0.19.9
6
+ github.com/google/ go-cmp v0.5.8
7
+ github.com/kubeflow/common v0.4.3
8
+ github.com/onsi/ginkgo v1.16.5
9
+ github.com/onsi/gomega v1.20 .1
10
+ github.com/prometheus/client_golang v1.12 .2
11
+ golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
12
+ k8s.io/api v0.25.5
13
+ k8s.io/apimachinery v0.25.5
14
+ k8s.io/apiserver v0.25.5
15
+ k8s.io/client-go v0.25.5
16
+ k8s.io/code-generator v0.25.5
17
17
k8s.io/klog v1.0.0
18
- k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6
19
- k8s.io/sample-controller v0.19.9
20
- sigs.k8s.io/controller-runtime v0.7.2
21
- volcano.sh/apis v1.2.0-k8s1.19.6
18
+ k8s.io/kube-openapi v0.0.0-20230109183929-3758b55a6596
19
+ k8s.io/sample-controller v0.25.5
20
+ sigs.k8s.io/controller-runtime v0.13.1
21
+ volcano.sh/apis v1.7.0
22
22
)
23
23
24
24
require (
25
- github.com/PuerkitoBio/purell v1.1.1 // indirect
26
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
27
25
github.com/beorn7/perks v1.0.1 // indirect
28
- github.com/blang/semver v3.5.0+incompatible // indirect
29
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
26
+ github.com/blang/semver/v4 v4.0.0 // indirect
27
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
30
28
github.com/davecgh/go-spew v1.1.1 // indirect
31
- github.com/emicklei/go-restful v2.9.6+incompatible // indirect
32
- github.com/evanphx/json-patch v4.9.0+incompatible // indirect
33
- github.com/fsnotify/fsnotify v1.4.9 // indirect
34
- github.com/go-logr/logr v0.3.0 // indirect
35
- github.com/go-openapi/jsonpointer v0.19.5 // indirect
36
- github.com/go-openapi/jsonreference v0.19.5 // indirect
37
- github.com/go-openapi/swag v0.19.14 // indirect
38
- github.com/gogo/protobuf v1.3.1 // indirect
39
- github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
40
- github.com/golang/protobuf v1.4.3 // indirect
29
+ github.com/emicklei/go-restful/v3 v3.8.0 // indirect
30
+ github.com/evanphx/json-patch v4.12.0+incompatible // indirect
31
+ github.com/evanphx/json-patch/v5 v5.6.0 // indirect
32
+ github.com/fsnotify/fsnotify v1.5.4 // indirect
33
+ github.com/go-logr/logr v1.2.3 // indirect
34
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
35
+ github.com/go-openapi/jsonreference v0.20.1 // indirect
36
+ github.com/go-openapi/swag v0.22.3 // indirect
37
+ github.com/gogo/protobuf v1.3.2 // indirect
38
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
39
+ github.com/golang/protobuf v1.5.2 // indirect
40
+ github.com/google/gnostic v0.5.7-v3refs // indirect
41
41
github.com/google/gofuzz v1.1.0 // indirect
42
- github.com/google/uuid v1.1.1 // indirect
43
- github.com/googleapis/gnostic v0.5.1 // indirect
44
- github.com/hashicorp/golang-lru v0.5.4 // indirect
45
- github.com/imdario/mergo v0.3.10 // indirect
42
+ github.com/google/uuid v1.1.2 // indirect
43
+ github.com/imdario/mergo v0.3.12 // indirect
46
44
github.com/josharian/intern v1.0.0 // indirect
47
- github.com/json-iterator/go v1.1.10 // indirect
48
- github.com/mailru/easyjson v0.7.6 // indirect
45
+ github.com/json-iterator/go v1.1.12 // indirect
46
+ github.com/mailru/easyjson v0.7.7 // indirect
49
47
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
50
48
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
51
- github.com/modern-go/reflect2 v1.0.1 // indirect
52
- github.com/nxadm/tail v1.4.4 // indirect
49
+ github.com/modern-go/reflect2 v1.0.2 // indirect
50
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
51
+ github.com/nxadm/tail v1.4.8 // indirect
53
52
github.com/pkg/errors v0.9.1 // indirect
54
53
github.com/prometheus/client_model v0.2.0 // indirect
55
- github.com/prometheus/common v0.18.0 // indirect
56
- github.com/prometheus/procfs v0.6.0 // indirect
54
+ github.com/prometheus/common v0.32.1 // indirect
55
+ github.com/prometheus/procfs v0.7.3 // indirect
57
56
github.com/spf13/pflag v1.0.5 // indirect
58
- golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
59
- golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 // indirect
60
- golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
61
- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
62
- golang.org/x/text v0.3.5 // indirect
63
- golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
64
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
65
- gomodules.xyz/jsonpatch/v2 v2.1.0 // indirect
66
- google.golang.org/appengine v1.6.6 // indirect
67
- google.golang.org/protobuf v1.24.0 // indirect
57
+ golang.org/x/mod v0.7.0 // indirect
58
+ golang.org/x/net v0.4.0 // indirect
59
+ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
60
+ golang.org/x/sys v0.3.0 // indirect
61
+ golang.org/x/term v0.3.0 // indirect
62
+ golang.org/x/text v0.5.0 // indirect
63
+ golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
64
+ golang.org/x/tools v0.4.0 // indirect
65
+ gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
66
+ google.golang.org/appengine v1.6.7 // indirect
67
+ google.golang.org/protobuf v1.28.0 // indirect
68
68
gopkg.in/inf.v0 v0.9.1 // indirect
69
69
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
70
70
gopkg.in/yaml.v2 v2.4.0 // indirect
71
- gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
72
- k8s.io/apiextensions-apiserver v0.19.2 // indirect
73
- k8s.io/component-base v0.19.9 // indirect
74
- k8s.io/klog/v2 v2.2.0 // indirect
75
- k8s.io/utils v0.0.0-20200912215256-4140de9c8800 // indirect
76
- sigs.k8s.io/structured-merge-diff/v4 v4.0.1 // indirect
77
- sigs.k8s.io/yaml v1.2.0 // indirect
71
+ gopkg.in/yaml.v3 v3.0.1 // indirect
72
+ k8s.io/apiextensions-apiserver v0.25.0 // indirect
73
+ k8s.io/component-base v0.25.5 // indirect
74
+ k8s.io/gengo v0.0.0-20211129171323-c02415ce4185 // indirect
75
+ k8s.io/klog/v2 v2.70.1 // indirect
76
+ k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
77
+ sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
78
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
79
+ sigs.k8s.io/yaml v1.3.0 // indirect
78
80
)
79
-
80
- replace k8s.io/code-generator => k8s.io/code-generator v0.19.9
0 commit comments