@@ -18,25 +18,25 @@ require (
18
18
github.com/google/uuid v1.3.0
19
19
github.com/gorilla/websocket v1.5.0
20
20
github.com/jessevdk/go-flags v1.5.0
21
- github.com/klauspost/compress v1.15.1
22
- github.com/minio/cli v1.22 .0
21
+ github.com/klauspost/compress v1.15.9
22
+ github.com/minio/cli v1.23 .0
23
23
github.com/minio/directpv v1.4.4-0.20220805090942-948ca4731651
24
24
github.com/minio/highwayhash v1.0.2
25
25
github.com/minio/kes v0.19.2
26
- github.com/minio/madmin-go v1.4.3
27
- github.com/minio/mc v0.0.0-20220705180830-01b87ecc02ff
28
- github.com/minio/minio-go/v7 v7.0.30
26
+ github.com/minio/madmin-go v1.4.23
27
+ github.com/minio/mc v0.0.0-20220818165341-8c239d16aa37
28
+ github.com/minio/minio-go/v7 v7.0.34
29
29
github.com/minio/operator v0.0.0-20220414212219-ba4c097324b2
30
- github.com/minio/pkg v1.1.23
30
+ github.com/minio/pkg v1.2.0
31
31
github.com/minio/selfupdate v0.4.0
32
32
github.com/mitchellh/go-homedir v1.1.0
33
33
github.com/rs/xid v1.4.0
34
34
github.com/secure-io/sio-go v0.3.1
35
- github.com/stretchr/testify v1.7.1
35
+ github.com/stretchr/testify v1.8.0
36
36
github.com/tidwall/gjson v1.14.0
37
37
github.com/unrolled/secure v1.10.0
38
- golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
39
- golang.org/x/net v0.0.0-20220421235706-1d1ef9303861
38
+ golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
39
+ golang.org/x/net v0.0.0-20220722155237-a158d28d115b
40
40
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
41
41
gopkg.in/yaml.v2 v2.4.0
42
42
k8s.io/api v0.24.3
@@ -86,7 +86,7 @@ require (
86
86
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
87
87
github.com/golang/protobuf v1.5.2 // indirect
88
88
github.com/google/gnostic v0.5.7-v3refs // indirect
89
- github.com/google/go-cmp v0.5.7 // indirect
89
+ github.com/google/go-cmp v0.5.8 // indirect
90
90
github.com/google/gofuzz v1.2.0 // indirect
91
91
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
92
92
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -96,7 +96,7 @@ require (
96
96
github.com/inconshreveable/mousetrap v1.0.0 // indirect
97
97
github.com/josharian/intern v1.0.0 // indirect
98
98
github.com/json-iterator/go v1.1.12 // indirect
99
- github.com/klauspost/cpuid/v2 v2.0.11 // indirect
99
+ github.com/klauspost/cpuid/v2 v2.1.0 // indirect
100
100
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
101
101
github.com/lestrrat-go/blackmagic v1.0.0 // indirect
102
102
github.com/lestrrat-go/httpcc v1.0.0 // indirect
@@ -143,8 +143,8 @@ require (
143
143
github.com/rivo/tview v0.0.0-20220216162559-96063d6082f3 // indirect
144
144
github.com/rivo/uniseg v0.2.0 // indirect
145
145
github.com/rjeczalik/notify v0.9.2 // indirect
146
- github.com/shirou/gopsutil/v3 v3.22.2 // indirect
147
- github.com/sirupsen/logrus v1.8.1 // indirect
146
+ github.com/shirou/gopsutil/v3 v3.22.7 // indirect
147
+ github.com/sirupsen/logrus v1.9.0 // indirect
148
148
github.com/spf13/afero v1.6.0 // indirect
149
149
github.com/spf13/cast v1.3.1 // indirect
150
150
github.com/spf13/jwalterweatherman v1.1.0 // indirect
@@ -165,7 +165,7 @@ require (
165
165
go.uber.org/multierr v1.8.0 // indirect
166
166
go.uber.org/zap v1.21.0 // indirect
167
167
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
168
- golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
168
+ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
169
169
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
170
170
golang.org/x/text v0.3.7 // indirect
171
171
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
@@ -175,7 +175,7 @@ require (
175
175
google.golang.org/protobuf v1.27.1 // indirect
176
176
gopkg.in/h2non/filetype.v1 v1.0.5 // indirect
177
177
gopkg.in/inf.v0 v0.9.1 // indirect
178
- gopkg.in/ini.v1 v1.66.4 // indirect
178
+ gopkg.in/ini.v1 v1.66.6 // indirect
179
179
gopkg.in/yaml.v3 v3.0.1 // indirect
180
180
k8s.io/apiextensions-apiserver v0.24.3 // indirect
181
181
k8s.io/klog/v2 v2.60.1 // indirect
0 commit comments