diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +module github.com/seaweedfs/seaweedfs-csi-driver + +go 1.14 + +require ( + github.com/container-storage-interface/spec v1.2.0 + github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b + golang.org/x/net v0.0.0-20200301022130-244492dfa37a + google.golang.org/grpc v1.28.0 + k8s.io/utils v0.0.0-20200318093247-d1ab8797c558 +) |
