mirror of
https://github.com/cristicalin/synology-csi.git
synced 2026-03-26 19:03:12 +00:00
28 lines
959 B
Modula-2
28 lines
959 B
Modula-2
module github.com/SynologyOpenSource/synology-csi
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/antonfisher/nested-logrus-formatter v1.3.1
|
|
github.com/cenkalti/backoff/v4 v4.1.1
|
|
github.com/container-storage-interface/spec v1.5.0
|
|
github.com/go-logr/logr v1.1.0 // indirect
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/kubernetes-csi/csi-lib-utils v0.10.0
|
|
github.com/kubernetes-csi/csi-test/v4 v4.2.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.2.1
|
|
golang.org/x/net v0.0.0-20210908191846-a5e095526f91 // indirect
|
|
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af // indirect
|
|
google.golang.org/grpc v1.40.0
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
k8s.io/klog/v2 v2.20.0 // indirect
|
|
k8s.io/mount-utils v0.22.1
|
|
k8s.io/utils v0.0.0-20210820185131-d34e5cb4466e
|
|
)
|
|
|
|
exclude google.golang.org/grpc v1.37.0
|