forked from hammer-space/csi-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (26 loc) · 1.37 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
module github.com/hammer-space/csi-plugin
require (
github.com/container-storage-interface/spec v1.0.0 // - Apache 2.0 license
github.com/golang/protobuf v1.2.0 // - BSD 3-Clause "New" or "Revised" License
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7 // - MIT license
github.com/kr/pretty v0.1.0 // indirect - MIT license
github.com/kubernetes-csi/csi-test v1.1.0
github.com/onsi/ginkgo v1.7.0 // - MIT license
github.com/onsi/gomega v1.4.3 // - MIT license
github.com/sirupsen/logrus v1.3.0 // - MIT license
github.com/spf13/afero v1.2.1 // indirect - Apache 2.0 license
github.com/stretchr/testify v1.3.0 // indirect - MIT license
golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2 // indirect
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
golang.org/x/sys v0.0.0-20190220154126-629670e5acc5
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
google.golang.org/genproto v0.0.0-20190219182410-082222b4a5c5 // indirect
google.golang.org/grpc v1.18.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2
k8s.io/apimachinery v0.0.0-20190205091131-4b4ea28f2790 // indirect
k8s.io/klog v0.2.0 // indirect - MIT license
k8s.io/kubernetes v1.13.3 // - MIT license
k8s.io/utils v0.0.0-20190212002617-cdba02414f76 // indirect - MIT license
)