@@ -14,54 +14,55 @@ require (
14
14
github.com/go-openapi/strfmt v0.21.3
15
15
github.com/go-openapi/swag v0.22.3
16
16
github.com/go-openapi/validate v0.22.1
17
- github.com/golang-jwt/jwt/v4 v4.4.3
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
20
github.com/klauspost/compress v1.15.15
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
- github.com/minio/kes v0.22.2
25
- github.com/minio/madmin-go/v2 v2.0.7
26
- github.com/minio/mc v0.0.0-20230123151138-468fc49d0fc1
27
- github.com/minio/minio-go/v7 v7.0.47
24
+ github.com/minio/kes v0.22.3
25
+ github.com/minio/madmin-go/v2 v2.0.14
26
+ github.com/minio/mc v0.0.0-20230221142751-40e51ee9affb
27
+ github.com/minio/minio-go/v7 v7.0.49
28
28
github.com/minio/operator v0.0.0-20220902184351-21e4073132b0
29
- github.com/minio/pkg v1.6.0
30
- github.com/minio/selfupdate v0.5 .0
29
+ github.com/minio/pkg v1.6.3
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
33
github.com/rs/xid v1.4.0
34
34
github.com/secure-io/sio-go v0.3.1
35
35
github.com/stretchr/testify v1.8.1
36
36
github.com/tidwall/gjson v1.14.4
37
37
github.com/unrolled/secure v1.13.0
38
- golang.org/x/crypto v0.5 .0
38
+ golang.org/x/crypto v0.6 .0
39
39
golang.org/x/net v0.7.0
40
- golang.org/x/oauth2 v0.4 .0
40
+ golang.org/x/oauth2 v0.5 .0
41
41
// Added to include security fix for
42
42
// https://github.com/golang/go/issues/56152
43
43
golang.org/x/text v0.7.0 // indirect
44
44
gopkg.in/yaml.v2 v2.4.0
45
45
k8s.io/api v0.26.1
46
46
k8s.io/apimachinery v0.26.1
47
47
k8s.io/client-go v0.26.1
48
- k8s.io/utils v0.0.0-20230115233650-391b47cb4029
48
+ k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5
49
49
)
50
50
51
51
require (
52
52
aead.dev/mem v0.2.0 // indirect
53
+ aead.dev/minisign v0.2.0 // indirect
53
54
github.com/VividCortex/ewma v1.2.0 // indirect
54
55
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
55
56
github.com/aymanbagabas/go-osc52 v1.2.1 // indirect
56
57
github.com/beorn7/perks v1.0.1 // indirect
57
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
58
- github.com/charmbracelet/bubbles v0.14 .0 // indirect
59
- github.com/charmbracelet/bubbletea v0.22 .1 // indirect
58
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
59
+ github.com/charmbracelet/bubbles v0.15 .0 // indirect
60
+ github.com/charmbracelet/bubbletea v0.23 .1 // indirect
60
61
github.com/charmbracelet/lipgloss v0.6.0 // indirect
61
62
github.com/cheggaaa/pb v1.0.29 // indirect
62
63
github.com/containerd/console v1.0.3 // indirect
63
- github.com/coreos/go-semver v0.3.0 // indirect
64
- github.com/coreos/go-systemd/v22 v22.4 .0 // indirect
64
+ github.com/coreos/go-semver v0.3.1 // indirect
65
+ github.com/coreos/go-systemd/v22 v22.5 .0 // indirect
65
66
github.com/davecgh/go-spew v1.1.1 // indirect
66
67
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
67
68
github.com/docker/go-units v0.4.0 // indirect
@@ -70,13 +71,13 @@ require (
70
71
github.com/fatih/structs v1.1.0 // indirect
71
72
github.com/fsnotify/fsnotify v1.5.1 // indirect
72
73
github.com/gdamore/encoding v1.0.0 // indirect
73
- github.com/gdamore/tcell/v2 v2.5.3 // indirect
74
+ github.com/gdamore/tcell/v2 v2.5.4 // indirect
74
75
github.com/go-logr/logr v1.2.3 // indirect
75
76
github.com/go-ole/go-ole v1.2.6 // indirect
76
77
github.com/go-openapi/analysis v0.21.4 // indirect
77
78
github.com/go-openapi/jsonpointer v0.19.5 // indirect
78
79
github.com/go-openapi/jsonreference v0.20.0 // indirect
79
- github.com/goccy/go-json v0.9.11 // indirect
80
+ github.com/goccy/go-json v0.10.0 // indirect
80
81
github.com/gogo/protobuf v1.3.2 // indirect
81
82
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
82
83
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -90,28 +91,28 @@ require (
90
91
github.com/hashicorp/hcl v1.0.0 // indirect
91
92
github.com/imdario/mergo v0.3.12 // indirect
92
93
github.com/inconshreveable/mousetrap v1.1.0 // indirect
93
- github.com/jedib0t/go-pretty/v6 v6.3.8 // indirect
94
+ github.com/jedib0t/go-pretty/v6 v6.4.4 // indirect
94
95
github.com/josharian/intern v1.0.0 // indirect
95
96
github.com/json-iterator/go v1.1.12 // indirect
96
97
github.com/juju/ratelimit v1.0.2 // indirect
97
- github.com/klauspost/cpuid/v2 v2.2.1 // indirect
98
+ github.com/klauspost/cpuid/v2 v2.2.4 // indirect
98
99
github.com/kr/pretty v0.3.0 // indirect
99
100
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
100
101
github.com/lestrrat-go/blackmagic v1.0.1 // indirect
101
102
github.com/lestrrat-go/httpcc v1.0.1 // indirect
102
103
github.com/lestrrat-go/iter v1.0.2 // indirect
103
104
github.com/lestrrat-go/jwx v1.2.25 // indirect
104
- github.com/lestrrat-go/option v1.0.0 // indirect
105
+ github.com/lestrrat-go/option v1.0.1 // indirect
105
106
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
106
- github.com/lufia/plan9stats v0.0.0-20220913051719-115f729f3c8c // indirect
107
+ github.com/lufia/plan9stats v0.0.0-20230110061619-bbe2e5e100de // indirect
107
108
github.com/magiconair/properties v1.8.5 // indirect
108
109
github.com/mailru/easyjson v0.7.7 // indirect
109
110
github.com/mattn/go-colorable v0.1.13 // indirect
110
111
github.com/mattn/go-ieproxy v0.0.1 // indirect
111
112
github.com/mattn/go-isatty v0.0.17 // indirect
112
113
github.com/mattn/go-localereader v0.0.1 // indirect
113
114
github.com/mattn/go-runewidth v0.0.14 // indirect
114
- github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
115
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
115
116
github.com/mb0/glob v0.0.0-20160210091149-1eb79d2de6c4 // indirect
116
117
github.com/miekg/dns v1.1.48 // indirect
117
118
github.com/minio/colorjson v1.0.4 // indirect
@@ -122,31 +123,31 @@ require (
122
123
github.com/mitchellh/mapstructure v1.4.3 // indirect
123
124
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
124
125
github.com/modern-go/reflect2 v1.0.2 // indirect
125
- github.com/montanaflynn/stats v0.6.6 // indirect
126
- github.com/muesli/ansi v0.0.0-20211031195517-c9f0611b6c70 // indirect
126
+ github.com/montanaflynn/stats v0.7.0 // indirect
127
+ github.com/muesli/ansi v0.0.0-20221106050444-61f0cd9a192a // indirect
127
128
github.com/muesli/cancelreader v0.2.2 // indirect
128
129
github.com/muesli/reflow v0.3.0 // indirect
129
130
github.com/muesli/termenv v0.13.0 // indirect
130
131
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
131
- github.com/navidys/tvxwidgets v0.1.1 // indirect
132
+ github.com/navidys/tvxwidgets v0.3.0 // indirect
132
133
github.com/oklog/ulid v1.3.1 // indirect
133
134
github.com/olekukonko/tablewriter v0.0.5 // indirect
134
135
github.com/pelletier/go-toml v1.9.4 // indirect
135
- github.com/philhofer/fwd v1.1.2-0.20210722190033-5c56ac6d0bb9 // indirect
136
+ github.com/philhofer/fwd v1.1.2 // indirect
136
137
github.com/pkg/errors v0.9.1 // indirect
137
138
github.com/pkg/xattr v0.4.9 // indirect
138
139
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
139
140
github.com/posener/complete v1.2.3 // indirect
140
- github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
141
- github.com/prometheus/client_golang v1.13 .0 // indirect
141
+ github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
142
+ github.com/prometheus/client_golang v1.14 .0 // indirect
142
143
github.com/prometheus/client_model v0.3.0 // indirect
143
- github.com/prometheus/common v0.37 .0 // indirect
144
- github.com/prometheus/procfs v0.8 .0 // indirect
144
+ github.com/prometheus/common v0.39 .0 // indirect
145
+ github.com/prometheus/procfs v0.9 .0 // indirect
145
146
github.com/prometheus/prom2json v1.3.2 // indirect
146
- github.com/rivo/tview v0.0.0-20220916081518-2e69b7385a37 // indirect
147
- github.com/rivo/uniseg v0.4.3 // indirect
148
- github.com/rjeczalik/notify v0.9.2 // indirect
149
- github.com/shirou/gopsutil/v3 v3.22.9 // indirect
147
+ github.com/rivo/tview v0.0.0-20230130130022-4a1b7a76c01c // indirect
148
+ github.com/rivo/uniseg v0.4.4 // indirect
149
+ github.com/rjeczalik/notify v0.9.3 // indirect
150
+ github.com/shirou/gopsutil/v3 v3.23.1 // indirect
150
151
github.com/sirupsen/logrus v1.9.0 // indirect
151
152
github.com/spf13/afero v1.6.0 // indirect
152
153
github.com/spf13/cast v1.4.1 // indirect
@@ -156,26 +157,26 @@ require (
156
157
github.com/subosito/gotenv v1.2.0 // indirect
157
158
github.com/tidwall/match v1.1.1 // indirect
158
159
github.com/tidwall/pretty v1.2.1 // indirect
159
- github.com/tinylib/msgp v1.1.7-0.20211026165309-e818a1881b0e // indirect
160
+ github.com/tinylib/msgp v1.1.8 // indirect
160
161
github.com/tklauser/go-sysconf v0.3.11 // indirect
161
162
github.com/tklauser/numcpus v0.6.0 // indirect
162
163
github.com/yusufpapurcu/wmi v1.2.2 // indirect
163
- go.etcd.io/etcd/api/v3 v3.5.5 // indirect
164
- go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
165
- go.etcd.io/etcd/client/v3 v3.5.5 // indirect
164
+ go.etcd.io/etcd/api/v3 v3.5.7 // indirect
165
+ go.etcd.io/etcd/client/pkg/v3 v3.5.7 // indirect
166
+ go.etcd.io/etcd/client/v3 v3.5.7 // indirect
166
167
go.mongodb.org/mongo-driver v1.10.0 // indirect
167
168
go.uber.org/atomic v1.10.0 // indirect
168
- go.uber.org/multierr v1.8 .0 // indirect
169
- go.uber.org/zap v1.23 .0 // indirect
170
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
169
+ go.uber.org/multierr v1.9 .0 // indirect
170
+ go.uber.org/zap v1.24 .0 // indirect
171
+ golang.org/x/mod v0.7.0 // indirect
171
172
golang.org/x/sync v0.1.0 // indirect
172
173
golang.org/x/sys v0.5.0 // indirect
173
174
golang.org/x/term v0.5.0 // indirect
174
175
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
175
- golang.org/x/tools v0.1.12 // indirect
176
+ golang.org/x/tools v0.4.0 // indirect
176
177
google.golang.org/appengine v1.6.7 // indirect
177
- google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c // indirect
178
- google.golang.org/grpc v1.50.1 // indirect
178
+ google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44 // indirect
179
+ google.golang.org/grpc v1.53.0 // indirect
179
180
google.golang.org/protobuf v1.28.1 // indirect
180
181
gopkg.in/h2non/filetype.v1 v1.0.5 // indirect
181
182
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments