forked from cvmfs-contrib/cvmfs-csi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (23 loc) · 870 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/cernops/cvmfs-csi
go 1.17
require (
github.com/container-storage-interface/spec v1.5.0
github.com/golang/glog v1.0.0
github.com/kubernetes-csi/drivers v1.0.2
github.com/pborman/uuid v1.2.1
google.golang.org/grpc v1.42.0
k8s.io/mount-utils v0.22.3
)
require (
github.com/go-logr/logr v0.4.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/kubernetes-csi/csi-lib-utils v0.10.0 // indirect
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
google.golang.org/protobuf v1.26.0 // indirect
k8s.io/klog/v2 v2.9.0 // indirect
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a // indirect
)