|
1 | 1 | module github.com/dell/csi-powerstore/v2 |
2 | 2 |
|
3 | | -go 1.22 |
| 3 | +go 1.22.0 |
| 4 | + |
| 5 | +toolchain go1.22.3 |
4 | 6 |
|
5 | 7 | require ( |
6 | 8 | github.com/akutz/gosync v0.1.0 |
7 | 9 | github.com/apparentlymart/go-cidr v1.1.0 |
8 | 10 | github.com/container-storage-interface/spec v1.6.0 |
9 | | - github.com/dell/csi-metadata-retriever v1.7.2 |
10 | | - github.com/dell/dell-csi-extensions/common v1.4.0 |
11 | | - github.com/dell/dell-csi-extensions/podmon v1.4.0 |
12 | | - github.com/dell/dell-csi-extensions/replication v1.7.0 |
13 | | - github.com/dell/dell-csi-extensions/volumeGroupSnapshot v1.5.0 |
14 | | - github.com/dell/gobrick v1.10.1 |
15 | | - github.com/dell/gocsi v1.10.0 |
16 | | - github.com/dell/gofsutil v1.15.0 |
| 11 | + github.com/dell/csi-metadata-retriever v1.8.0 |
| 12 | + github.com/dell/dell-csi-extensions/common v1.5.0 |
| 13 | + github.com/dell/dell-csi-extensions/podmon v1.5.0 |
| 14 | + github.com/dell/dell-csi-extensions/replication v1.8.0 |
| 15 | + github.com/dell/dell-csi-extensions/volumeGroupSnapshot v1.6.0 |
| 16 | + github.com/dell/gobrick v1.11.0 |
| 17 | + github.com/dell/gocsi v1.11.0 |
| 18 | + github.com/dell/gofsutil v1.16.0 |
17 | 19 | github.com/dell/goiscsi v1.9.0 |
18 | | - github.com/dell/gonvme v1.7.0 |
19 | | - github.com/dell/gopowerstore v1.15.1-0.20240620132643-5a46c86aeb7c |
| 20 | + github.com/dell/gonvme v1.8.0 |
| 21 | + github.com/dell/gopowerstore v1.15.1 |
20 | 22 | github.com/fsnotify/fsnotify v1.7.0 |
21 | | - github.com/go-openapi/strfmt v0.21.3 |
| 23 | + github.com/go-openapi/strfmt v0.23.0 |
22 | 24 | github.com/golang/mock v1.6.0 |
23 | 25 | github.com/gorilla/mux v1.8.0 |
24 | 26 | github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 |
25 | 27 | github.com/kubernetes-csi/csi-lib-utils v0.11.0 |
26 | 28 | github.com/onsi/ginkgo v1.16.5 |
27 | | - github.com/onsi/gomega v1.29.0 |
| 29 | + github.com/onsi/gomega v1.33.1 |
28 | 30 | github.com/opentracing/opentracing-go v1.2.0 |
29 | 31 | github.com/sirupsen/logrus v1.9.3 |
30 | 32 | github.com/spf13/viper v1.18.2 |
31 | | - github.com/stretchr/testify v1.8.4 |
| 33 | + github.com/stretchr/testify v1.9.0 |
32 | 34 | github.com/uber/jaeger-client-go v2.30.0+incompatible |
33 | 35 | github.com/uber/jaeger-lib v2.4.1+incompatible |
34 | | - golang.org/x/net v0.23.0 |
35 | | - google.golang.org/grpc v1.62.0 |
36 | | - google.golang.org/protobuf v1.33.0 |
| 36 | + golang.org/x/net v0.27.0 |
| 37 | + google.golang.org/grpc v1.65.0 |
| 38 | + google.golang.org/protobuf v1.34.2 |
37 | 39 | gopkg.in/yaml.v3 v3.0.1 |
38 | | - k8s.io/apimachinery v0.29.2 |
39 | | - k8s.io/client-go v0.29.2 |
| 40 | + k8s.io/apimachinery v0.30.2 |
| 41 | + k8s.io/client-go v0.30.2 |
40 | 42 | ) |
41 | 43 |
|
42 | 44 | require ( |
43 | 45 | github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect |
44 | | - github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect |
| 46 | + github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect |
45 | 47 | github.com/beorn7/perks v1.0.1 // indirect |
46 | 48 | github.com/blang/semver/v4 v4.0.0 // indirect |
47 | | - github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 49 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
48 | 50 | github.com/coreos/go-semver v0.3.1 // indirect |
49 | 51 | github.com/coreos/go-systemd/v22 v22.5.0 // indirect |
50 | 52 | github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
51 | | - github.com/emicklei/go-restful/v3 v3.11.0 // indirect |
52 | | - github.com/go-logr/logr v1.4.1 // indirect |
53 | | - github.com/go-openapi/errors v0.20.2 // indirect |
54 | | - github.com/go-openapi/jsonpointer v0.20.2 // indirect |
55 | | - github.com/go-openapi/jsonreference v0.20.4 // indirect |
56 | | - github.com/go-openapi/swag v0.22.9 // indirect |
| 53 | + github.com/emicklei/go-restful/v3 v3.12.1 // indirect |
| 54 | + github.com/go-logr/logr v1.4.2 // indirect |
| 55 | + github.com/go-openapi/errors v0.22.0 // 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 |
57 | 59 | github.com/gogo/protobuf v1.3.2 // indirect |
58 | 60 | github.com/golang/protobuf v1.5.4 // indirect |
59 | 61 | github.com/google/gnostic-models v0.6.8 // indirect |
@@ -86,35 +88,33 @@ require ( |
86 | 88 | github.com/spf13/afero v1.11.0 // indirect |
87 | 89 | github.com/spf13/cast v1.6.0 // indirect |
88 | 90 | github.com/spf13/pflag v1.0.5 // indirect |
89 | | - github.com/stretchr/objx v0.5.0 // indirect |
| 91 | + github.com/stretchr/objx v0.5.2 // indirect |
90 | 92 | github.com/subosito/gotenv v1.6.0 // indirect |
91 | | - go.etcd.io/etcd/api/v3 v3.5.12 // indirect |
92 | | - go.etcd.io/etcd/client/pkg/v3 v3.5.12 // indirect |
93 | | - go.etcd.io/etcd/client/v3 v3.5.12 // indirect |
94 | | - go.mongodb.org/mongo-driver v1.12.1 // indirect |
| 93 | + go.etcd.io/etcd/api/v3 v3.5.14 // indirect |
| 94 | + go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect |
| 95 | + go.etcd.io/etcd/client/v3 v3.5.14 // indirect |
| 96 | + go.mongodb.org/mongo-driver v1.16.0 // indirect |
95 | 97 | go.uber.org/atomic v1.9.0 // indirect |
96 | 98 | go.uber.org/multierr v1.11.0 // indirect |
97 | 99 | go.uber.org/zap v1.27.0 // indirect |
98 | 100 | golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect |
99 | | - golang.org/x/oauth2 v0.17.0 // indirect |
100 | | - golang.org/x/sync v0.6.0 // indirect |
101 | | - golang.org/x/sys v0.18.0 // indirect |
102 | | - golang.org/x/term v0.18.0 // indirect |
103 | | - golang.org/x/text v0.14.0 // indirect |
| 101 | + golang.org/x/oauth2 v0.21.0 // indirect |
| 102 | + golang.org/x/sync v0.7.0 // indirect |
| 103 | + golang.org/x/sys v0.22.0 // indirect |
| 104 | + golang.org/x/term v0.22.0 // indirect |
| 105 | + golang.org/x/text v0.16.0 // indirect |
104 | 106 | golang.org/x/time v0.5.0 // indirect |
105 | | - google.golang.org/appengine v1.6.8 // indirect |
106 | | - google.golang.org/genproto v0.0.0-20240221002015-b0ce06bbee7c // indirect |
107 | | - google.golang.org/genproto/googleapis/api v0.0.0-20240221002015-b0ce06bbee7c // indirect |
108 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20240221002015-b0ce06bbee7c // indirect |
| 107 | + google.golang.org/genproto/googleapis/api v0.0.0-20240711142825-46eb208f015d // indirect |
| 108 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d // indirect |
109 | 109 | gopkg.in/inf.v0 v0.9.1 // indirect |
110 | 110 | gopkg.in/ini.v1 v1.67.0 // indirect |
111 | 111 | gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect |
112 | 112 | gopkg.in/yaml.v2 v2.4.0 // indirect |
113 | | - k8s.io/api v0.29.2 // indirect |
| 113 | + k8s.io/api v0.30.2 // indirect |
114 | 114 | k8s.io/component-base v0.24.1 // indirect |
115 | | - k8s.io/klog/v2 v2.120.1 // indirect |
116 | | - k8s.io/kube-openapi v0.0.0-20240227032403-f107216b40e2 // indirect |
117 | | - k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect |
| 115 | + k8s.io/klog/v2 v2.130.1 // indirect |
| 116 | + k8s.io/kube-openapi v0.0.0-20240709000822-3c01b740850f // indirect |
| 117 | + k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect |
118 | 118 | sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect |
119 | 119 | sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect |
120 | 120 | sigs.k8s.io/yaml v1.4.0 // indirect |
|
0 commit comments