forked from kubernetes-csi/csi-driver-host-path
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 833 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/kubernetes-csi/csi-driver-host-path
go 1.12
require (
github.com/container-storage-interface/spec v1.1.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.2.0
github.com/google/uuid v1.0.0 // indirect
github.com/kubernetes-csi/csi-lib-utils v0.3.0
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709
github.com/spf13/afero v1.2.2 // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/net v0.0.0-20181113165502-88d92db4c548
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8 // indirect
google.golang.org/genproto v0.0.0-20181109154231-b5d43981345b // indirect
google.golang.org/grpc v1.16.0
k8s.io/apimachinery v0.0.0-20181110190943-2a7c93004028 // indirect
k8s.io/kubernetes v1.12.2
k8s.io/utils v0.0.0-20181102055113-1bd4f387aa67
)