+7
−6
| Original line number | Diff line number | Diff line |
|---|---|---|
module github.com/ctrox/csi-s3
|
||
go 1.15
|
||
require (
|
||
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
|
||
github.com/aws/aws-sdk-go v1.14.27 // indirect
|
||
| @@ -17,24 +19,23 @@ require ( | ||
github.com/kubernetes-csi/csi-test v2.0.0+incompatible
|
||
github.com/kubernetes-csi/drivers v1.0.2
|
||
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 // indirect
|
||
github.com/minio/minio-go v0.0.0-20190430232750-10b3660b8f09
|
||
github.com/minio/minio-go/v7 v7.0.5
|
||
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
|
||
github.com/onsi/ginkgo v1.5.0
|
||
github.com/onsi/gomega v1.4.0
|
||
github.com/shirou/gopsutil v0.0.0-20180625081143-4a180b209f5f // indirect
|
||
github.com/sirupsen/logrus v1.0.5 // indirect
|
||
github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa // indirect
|
||
github.com/spf13/afero v1.2.1 // indirect
|
||
github.com/stretchr/testify v1.3.0 // indirect
|
||
github.com/urfave/cli v1.20.0 // indirect
|
||
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd
|
||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
|
||
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
||
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
|
||
golang.org/x/sys v0.0.0-20200922070232-aee5d888a860 // indirect
|
||
google.golang.org/genproto v0.0.0-20180716172848-2731d4fa720b // indirect
|
||
google.golang.org/grpc v1.13.0
|
||
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
||
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
||
gopkg.in/ini.v1 v1.41.0
|
||
gopkg.in/yaml.v2 v2.2.1 // indirect
|
||
gopkg.in/ini.v1 v1.57.0
|
||
k8s.io/apimachinery v0.0.0-20180714051327-705cfa51a97f // indirect
|
||
k8s.io/klog v0.2.0 // indirect
|
||
k8s.io/kubernetes v1.13.4
|
||
+56
−0
+43
−19
+1
−0
+29
−15
Loading