mirror of
https://github.com/SynologyOpenSource/synology-csi.git
synced 2026-05-21 04:33:35 +00:00
39 lines
1.3 KiB
Modula-2
39 lines
1.3 KiB
Modula-2
module github.com/SynologyOpenSource/synology-csi
|
|
|
|
go 1.21
|
|
|
|
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/kubernetes-csi/csi-lib-utils v0.9.1
|
|
github.com/kubernetes-csi/csi-test/v4 v4.3.0
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/spf13/cobra v1.1.3
|
|
golang.org/x/sys v0.13.0
|
|
google.golang.org/grpc v1.56.3
|
|
google.golang.org/protobuf v1.30.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
k8s.io/mount-utils v0.26.4
|
|
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d
|
|
)
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/moby/sys/mountinfo v0.6.2 // indirect
|
|
github.com/nxadm/tail v1.4.5 // indirect
|
|
github.com/onsi/ginkgo v1.14.2 // indirect
|
|
github.com/onsi/gomega v1.10.4 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
k8s.io/klog/v2 v2.80.1 // indirect
|
|
)
|