mirror of
https://github.com/kubernetes-csi/csi-driver-nvmf.git
synced 2026-01-29 21:30:08 +00:00
16 lines
425 B
Modula-2
16 lines
425 B
Modula-2
module csi-driver-nvmf
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/container-storage-interface/spec v1.5.0
|
|
github.com/golang/glog v0.0.0-20210429001901-424d2337a529
|
|
github.com/kubernetes-csi/csi-lib-utils v0.10.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.2.1
|
|
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
|
|
google.golang.org/grpc v1.39.1
|
|
k8s.io/klog v1.0.0
|
|
k8s.io/utils v0.0.0-20210802155522-efc7438f0176
|
|
)
|