forked from dell/csi-powerscale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 784 Bytes
/
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
module github.com/dell/csi-isilon
require (
github.com/Showmax/go-fqdn v1.0.0
github.com/akutz/gournal v0.5.0
github.com/container-storage-interface/spec v1.4.0
github.com/cucumber/godog v0.10.0
github.com/dell/gocsi v1.4.0
github.com/dell/gofsutil v1.6.0
github.com/dell/goisilon v1.5.0
github.com/fsnotify/fsnotify v1.4.9
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0
github.com/kubernetes-csi/csi-lib-utils v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
google.golang.org/grpc v1.38.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
k8s.io/apimachinery v0.19.0
k8s.io/client-go v0.19.0
)
go 1.16