29 lines
1.1 KiB
Modula-2
29 lines
1.1 KiB
Modula-2
module github.com/yandex-cloud/k8s-csi-s3
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/container-storage-interface/spec v1.8.0
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
|
github.com/godbus/dbus/v5 v5.1.0
|
|
github.com/golang/glog v1.1.1
|
|
github.com/klauspost/compress v1.16.3 // indirect
|
|
github.com/klauspost/cpuid v1.3.1 // indirect
|
|
github.com/kubernetes-csi/csi-lib-utils v0.13.0 // indirect
|
|
github.com/kubernetes-csi/csi-test v2.0.0+incompatible
|
|
github.com/kubernetes-csi/drivers v1.0.2
|
|
github.com/minio/minio-go/v7 v7.0.50
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
github.com/onsi/ginkgo v1.16.4
|
|
github.com/onsi/gomega v1.23.0
|
|
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
|
|
golang.org/x/crypto v0.7.0 // indirect
|
|
golang.org/x/net v0.8.0
|
|
google.golang.org/genproto v0.0.0-20230330200707-38013875ee22 // indirect
|
|
google.golang.org/grpc v1.54.0
|
|
k8s.io/apimachinery v0.26.3 // indirect
|
|
k8s.io/klog v1.0.0 // indirect
|
|
k8s.io/kubernetes v1.13.4
|
|
k8s.io/utils v0.0.0-20230313181309-38a27ef9d749 // indirect
|
|
)
|