forked from juicedata/juicefs-csi-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 654 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 654 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/juicedata/juicefs-csi-driver
require (
github.com/container-storage-interface/spec v1.1.0
github.com/kubernetes-csi/csi-test v1.1.0
github.com/onsi/ginkgo v1.7.0
github.com/onsi/gomega v1.4.3
github.com/spf13/afero v1.1.2 // indirect
golang.org/x/net v0.0.0-20190313220215-9f648a60d977 // indirect
google.golang.org/genproto v0.0.0-20181202183823-bd91e49a0898 // indirect
google.golang.org/grpc v1.17.0
gopkg.in/yaml.v2 v2.2.2 // indirect
k8s.io/apimachinery v0.0.0-20190416092415-3370b4aef5d6 // indirect
k8s.io/klog v0.1.0
k8s.io/kubernetes v1.13.1
k8s.io/utils v0.0.0-20190308190857-21c4ce38f2a7 // indirect
)
go 1.13