@@ -7,7 +7,7 @@ require (
7
7
github.com/docker/distribution v2.7.1+incompatible
8
8
github.com/dswarbrick/smart v0.0.0-20190505152634-909a45200d6d
9
9
github.com/dustin/go-humanize v1.0.0
10
- github.com/fatih/color v1.10 .0
10
+ github.com/fatih/color v1.12 .0
11
11
github.com/go-openapi/spec v0.19.5
12
12
github.com/go-openapi/strfmt v0.19.3 // indirect
13
13
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
@@ -16,8 +16,9 @@ require (
16
16
github.com/jedib0t/go-pretty v4.3.0+incompatible
17
17
github.com/jedib0t/go-pretty/v6 v6.0.5
18
18
github.com/kubernetes-csi/csi-lib-utils v0.7.0
19
+ github.com/mailru/easyjson v0.7.6 // indirect
19
20
github.com/mb0/glob v0.0.0-20160210091149-1eb79d2de6c4
20
- github.com/minio/minio v0 .0.0-20210110213705-828602d672f7
21
+ github.com/minio/pkg v1 .0.4
21
22
github.com/minio/sha256-simd v0.1.1
22
23
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
23
24
github.com/onsi/ginkgo v1.14.1 // indirect
@@ -26,12 +27,15 @@ require (
26
27
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
27
28
github.com/prometheus/client_golang v1.8.0
28
29
github.com/prometheus/client_model v0.2.0
30
+ github.com/smartystreets/assertions v1.1.1 // indirect
29
31
github.com/spf13/cobra v1.1.1
30
32
github.com/spf13/viper v1.7.0
31
33
go.mongodb.org/mongo-driver v1.1.2 // indirect
32
- golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073
34
+ golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
33
35
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
34
- google.golang.org/grpc v1.29.1
36
+ google.golang.org/grpc v1.37.0
37
+ gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
38
+ gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
35
39
k8s.io/api v0.21.1
36
40
k8s.io/apiextensions-apiserver v0.21.1
37
41
k8s.io/apimachinery v0.21.1
0 commit comments