forked from dell/csi-powermax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (28 loc) · 1.07 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/dell/csi-powermax
go 1.16
replace github.com/coreos/go-systemd => github.com/coreos/go-systemd/v22 v22.0.0
require (
github.com/container-storage-interface/spec v1.3.0
github.com/coreos/go-systemd v0.0.0-20190612170431-362f06ec6bc1
github.com/cucumber/godog v0.10.0
github.com/cucumber/messages-go/v10 v10.0.3
github.com/dell/dell-csi-extensions/replication v1.0.0
github.com/dell/gobrick v1.2.0
github.com/dell/gocsi v1.3.1
github.com/dell/gofsutil v1.5.0
github.com/dell/goiscsi v1.2.0
github.com/dell/gopowermax v1.6.0
github.com/fsnotify/fsnotify v1.4.7
github.com/golang/protobuf v1.5.2
github.com/google/gofuzz v1.2.0 // indirect
github.com/googleapis/gnostic v0.4.0 // indirect
github.com/kubernetes-csi/csi-lib-utils v0.7.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
google.golang.org/grpc v1.38.0
k8s.io/client-go v0.18.6
k8s.io/utils v0.0.0-20200912215256-4140de9c8800 // indirect
)