@@ -9,42 +9,42 @@ require (
9
9
github.com/fatih/color v1.15.0
10
10
github.com/go-openapi/errors v0.20.3
11
11
github.com/go-openapi/loads v0.21.2
12
- github.com/go-openapi/runtime v0.25 .0
13
- github.com/go-openapi/spec v0.20.8
14
- github.com/go-openapi/strfmt v0.21.5
12
+ github.com/go-openapi/runtime v0.26 .0
13
+ github.com/go-openapi/spec v0.20.9
14
+ github.com/go-openapi/strfmt v0.21.7
15
15
github.com/go-openapi/swag v0.22.3
16
16
github.com/go-openapi/validate v0.22.1
17
17
github.com/golang-jwt/jwt/v4 v4.5.0
18
18
github.com/google/uuid v1.3.0
19
19
github.com/jessevdk/go-flags v1.5.0
20
- github.com/klauspost/compress v1.16.3
20
+ github.com/klauspost/compress v1.16.5
21
21
github.com/minio/cli v1.24.2
22
22
github.com/minio/directpv v1.4.4-0.20220805090942-948ca4731651
23
23
github.com/minio/highwayhash v1.0.2
24
24
github.com/minio/kes v0.22.3
25
- github.com/minio/madmin-go/v2 v2.0.17
26
- github.com/minio/mc v0.0.0-20230323200304-81453d7c8fcc
27
- github.com/minio/minio-go/v7 v7.0.50
25
+ github.com/minio/madmin-go/v2 v2.0.20
26
+ github.com/minio/mc v0.0.0-20230421183052-0da22db3af01
27
+ github.com/minio/minio-go/v7 v7.0.52
28
28
github.com/minio/operator v0.0.0-20230228004026-ad024a9dffe5
29
29
github.com/minio/pkg v1.6.5
30
30
github.com/minio/selfupdate v0.6.0
31
31
github.com/minio/websocket v1.6.0
32
32
github.com/mitchellh/go-homedir v1.1.0
33
- github.com/rs/xid v1.4 .0
33
+ github.com/rs/xid v1.5 .0
34
34
github.com/secure-io/sio-go v0.3.1
35
35
github.com/stretchr/testify v1.8.2
36
36
github.com/tidwall/gjson v1.14.4
37
37
github.com/unrolled/secure v1.13.0
38
- golang.org/x/crypto v0.7 .0
39
- golang.org/x/net v0.8 .0
40
- golang.org/x/oauth2 v0.6 .0
38
+ golang.org/x/crypto v0.8 .0
39
+ golang.org/x/net v0.9 .0
40
+ golang.org/x/oauth2 v0.7 .0
41
41
// Added to include security fix for
42
42
// https://github.com/golang/go/issues/56152
43
- golang.org/x/text v0.8 .0 // indirect
43
+ golang.org/x/text v0.9 .0 // indirect
44
44
gopkg.in/yaml.v2 v2.4.0 // indirect
45
- k8s.io/api v0.26.3 // indirect
46
- k8s.io/apimachinery v0.26.3 // indirect
47
- k8s.io/client-go v0.26.3
45
+ k8s.io/api v0.27.1 // indirect
46
+ k8s.io/apimachinery v0.27.1 // indirect
47
+ k8s.io/client-go v0.27.1
48
48
k8s.io/utils v0.0.0-20230313181309-38a27ef9d749 // indirect
49
49
)
50
50
@@ -142,10 +142,11 @@ require (
142
142
github.com/prometheus/common v0.42.0 // indirect
143
143
github.com/prometheus/procfs v0.9.0 // indirect
144
144
github.com/prometheus/prom2json v1.3.2 // indirect
145
- github.com/rivo/tview v0.0.0-20230325211341-281d14d896d7 // indirect
145
+ github.com/rivo/tview v0.0.0-20230406072732-e22ce9588bb4 // indirect
146
146
github.com/rivo/uniseg v0.4.4 // indirect
147
147
github.com/rjeczalik/notify v0.9.3 // indirect
148
- github.com/shirou/gopsutil/v3 v3.23.2 // indirect
148
+ github.com/shirou/gopsutil/v3 v3.23.3 // indirect
149
+ github.com/shoenig/go-m1cpu v0.1.5 // indirect
149
150
github.com/sirupsen/logrus v1.9.0 // indirect
150
151
github.com/spf13/afero v1.9.5 // indirect
151
152
github.com/spf13/cast v1.5.0 // indirect
@@ -164,16 +165,16 @@ require (
164
165
go.etcd.io/etcd/client/v3 v3.5.7 // indirect
165
166
go.mongodb.org/mongo-driver v1.11.3 // indirect
166
167
go.uber.org/atomic v1.10.0 // indirect
167
- go.uber.org/multierr v1.10 .0 // indirect
168
+ go.uber.org/multierr v1.11 .0 // indirect
168
169
go.uber.org/zap v1.24.0 // indirect
169
170
golang.org/x/mod v0.9.0 // indirect
170
171
golang.org/x/sync v0.1.0 // indirect
171
- golang.org/x/sys v0.6 .0 // indirect
172
- golang.org/x/term v0.6 .0 // indirect
172
+ golang.org/x/sys v0.7 .0 // indirect
173
+ golang.org/x/term v0.7 .0 // indirect
173
174
golang.org/x/time v0.3.0 // indirect
174
175
golang.org/x/tools v0.7.0 // indirect
175
176
google.golang.org/appengine v1.6.7 // indirect
176
- google.golang.org/genproto v0.0.0-20230327152035-dc694ad2151e // indirect
177
+ google.golang.org/genproto v0.0.0-20230403163135-c38d8f061ccd // indirect
177
178
google.golang.org/grpc v1.54.0 // indirect
178
179
google.golang.org/protobuf v1.30.0 // indirect
179
180
gopkg.in/h2non/filetype.v1 v1.0.5 // indirect
0 commit comments