1
1
module github.com/minio/console
2
2
3
- go 1.19
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/blang/semver/v4 v4.0.0
7
- github.com/cheggaaa/pb/v3 v3.1.4
7
+ github.com/cheggaaa/pb/v3 v3.1.5
8
8
github.com/dustin/go-humanize v1.0.1
9
9
github.com/fatih/color v1.16.0
10
10
github.com/go-openapi/errors v0.21.0
11
- github.com/go-openapi/loads v0.21.4
12
- github.com/go-openapi/runtime v0.26.2
13
- github.com/go-openapi/spec v0.20.13
14
- github.com/go-openapi/strfmt v0.21.10
15
- github.com/go-openapi/swag v0.22.6
16
- github.com/go-openapi/validate v0.22.4
11
+ github.com/go-openapi/loads v0.21.5
12
+ github.com/go-openapi/runtime v0.27.1
13
+ github.com/go-openapi/spec v0.20.14
14
+ github.com/go-openapi/strfmt v0.22.0
15
+ github.com/go-openapi/swag v0.22.9
16
+ github.com/go-openapi/validate v0.23.0
17
17
github.com/golang-jwt/jwt/v4 v4.5.0
18
- github.com/google/uuid v1.5 .0
18
+ github.com/google/uuid v1.6 .0
19
19
github.com/jessevdk/go-flags v1.5.0
20
- github.com/klauspost/compress v1.17.4
20
+ github.com/klauspost/compress v1.17.6
21
21
github.com/minio/cli v1.24.2
22
22
github.com/minio/highwayhash v1.0.2
23
- github.com/minio/kes v0.22.3
24
- github.com/minio/madmin-go/v3 v3.0.37
25
- github.com/minio/mc v0.0.0-20231220084513-fb5dd2588c58
26
- github.com/minio/minio-go/v7 v7.0.66
23
+ github.com/minio/kes v0.23.0
24
+ github.com/minio/madmin-go/v3 v3.0.46
25
+ github.com/minio/mc v0.0.0-20240209221824-669cb0a9a475
26
+ github.com/minio/minio-go/v7 v7.0.67
27
27
github.com/minio/selfupdate v0.6.0
28
28
github.com/minio/websocket v1.6.0
29
29
github.com/mitchellh/go-homedir v1.1.0
30
30
github.com/rs/xid v1.5.0
31
31
github.com/secure-io/sio-go v0.3.1
32
32
github.com/stretchr/testify v1.8.4
33
33
github.com/tidwall/gjson v1.17.0
34
- github.com/unrolled/secure v1.13 .0
35
- golang.org/x/crypto v0.17 .0
36
- golang.org/x/net v0.19 .0
37
- golang.org/x/oauth2 v0.15 .0
34
+ github.com/unrolled/secure v1.14 .0
35
+ golang.org/x/crypto v0.19 .0
36
+ golang.org/x/net v0.21 .0
37
+ golang.org/x/oauth2 v0.17 .0
38
38
// Added to include security fix for
39
39
// https://github.com/golang/go/issues/56152
40
40
golang.org/x/text v0.14.0 // indirect
@@ -55,11 +55,11 @@ require (
55
55
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
56
56
github.com/beorn7/perks v1.0.1 // indirect
57
57
github.com/cespare/xxhash/v2 v2.2.0 // indirect
58
- github.com/charmbracelet/bubbles v0.17.1 // indirect
58
+ github.com/charmbracelet/bubbles v0.18.0 // indirect
59
59
github.com/charmbracelet/bubbletea v0.25.0 // indirect
60
60
github.com/charmbracelet/lipgloss v0.9.1 // indirect
61
61
github.com/cheggaaa/pb v1.0.29 // indirect
62
- github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
62
+ github.com/containerd/console v1.0.4 // indirect
63
63
github.com/coreos/go-semver v0.3.1 // indirect
64
64
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
65
65
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -69,7 +69,7 @@ require (
69
69
github.com/gdamore/encoding v1.0.0 // indirect
70
70
github.com/gdamore/tcell/v2 v2.7.0 // indirect
71
71
github.com/go-ole/go-ole v1.3.0 // indirect
72
- github.com/go-openapi/analysis v0.22.0 // indirect
72
+ github.com/go-openapi/analysis v0.22.2 // indirect
73
73
github.com/go-openapi/jsonpointer v0.20.2 // indirect
74
74
github.com/go-openapi/jsonreference v0.20.4 // indirect
75
75
github.com/goccy/go-json v0.10.2 // indirect
@@ -79,7 +79,7 @@ require (
79
79
github.com/hashicorp/errwrap v1.1.0 // indirect
80
80
github.com/hashicorp/go-multierror v1.1.1 // indirect
81
81
github.com/inconshreveable/mousetrap v1.1.0 // indirect
82
- github.com/jedib0t/go-pretty/v6 v6.4.9 // indirect
82
+ github.com/jedib0t/go-pretty/v6 v6.5.4 // indirect
83
83
github.com/josharian/intern v1.0.0 // indirect
84
84
github.com/json-iterator/go v1.1.12 // indirect
85
85
github.com/juju/ratelimit v1.0.2 // indirect
@@ -98,9 +98,9 @@ require (
98
98
github.com/mattn/go-localereader v0.0.1 // indirect
99
99
github.com/mattn/go-runewidth v0.0.15 // indirect
100
100
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
101
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
102
101
github.com/minio/colorjson v1.0.6 // indirect
103
102
github.com/minio/filepath v1.0.0 // indirect
103
+ github.com/minio/kes-go v0.2.1 // indirect
104
104
github.com/minio/md5-simd v1.1.2 // indirect
105
105
github.com/minio/sha256-simd v1.0.1 // indirect
106
106
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -111,7 +111,7 @@ require (
111
111
github.com/muesli/cancelreader v0.2.2 // indirect
112
112
github.com/muesli/reflow v0.3.0 // indirect
113
113
github.com/muesli/termenv v0.15.2 // indirect
114
- github.com/navidys/tvxwidgets v0.4.1 // indirect
114
+ github.com/navidys/tvxwidgets v0.5.0 // indirect
115
115
github.com/oklog/ulid v1.3.1 // indirect
116
116
github.com/olekukonko/tablewriter v0.0.5 // indirect
117
117
github.com/philhofer/fwd v1.1.2 // indirect
@@ -120,40 +120,40 @@ require (
120
120
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
121
121
github.com/posener/complete v1.2.3 // indirect
122
122
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
123
- github.com/prometheus/client_golang v1.17 .0 // indirect
123
+ github.com/prometheus/client_golang v1.18 .0 // indirect
124
124
github.com/prometheus/client_model v0.5.0 // indirect
125
- github.com/prometheus/common v0.45 .0 // indirect
125
+ github.com/prometheus/common v0.46 .0 // indirect
126
126
github.com/prometheus/procfs v0.12.0 // indirect
127
127
github.com/prometheus/prom2json v1.3.3 // indirect
128
- github.com/rivo/tview v0.0.0-20231206124440-5f078138442e // indirect
129
- github.com/rivo/uniseg v0.4.4 // indirect
128
+ github.com/rivo/tview v0.0.0-20240204151237-861aa94d61c8 // indirect
129
+ github.com/rivo/uniseg v0.4.7 // indirect
130
130
github.com/rjeczalik/notify v0.9.3 // indirect
131
131
github.com/safchain/ethtool v0.3.0 // indirect
132
- github.com/shirou/gopsutil/v3 v3.23.11 // indirect
132
+ github.com/shirou/gopsutil/v3 v3.24.1 // indirect
133
133
github.com/shoenig/go-m1cpu v0.1.6 // indirect
134
134
github.com/sirupsen/logrus v1.9.3 // indirect
135
135
github.com/tidwall/match v1.1.1 // indirect
136
136
github.com/tidwall/pretty v1.2.1 // indirect
137
137
github.com/tinylib/msgp v1.1.9 // indirect
138
138
github.com/tklauser/go-sysconf v0.3.13 // indirect
139
139
github.com/tklauser/numcpus v0.7.0 // indirect
140
- github.com/vbauerster/mpb/v8 v8.7.1 // indirect
141
- github.com/yusufpapurcu/wmi v1.2.3 // indirect
142
- go.etcd.io/etcd/api/v3 v3.5.11 // indirect
143
- go.etcd.io/etcd/client/pkg/v3 v3.5.11 // indirect
144
- go.etcd.io/etcd/client/v3 v3.5.11 // indirect
140
+ github.com/vbauerster/mpb/v8 v8.7.2 // indirect
141
+ github.com/yusufpapurcu/wmi v1.2.4 // indirect
142
+ go.etcd.io/etcd/api/v3 v3.5.12 // indirect
143
+ go.etcd.io/etcd/client/pkg/v3 v3.5.12 // indirect
144
+ go.etcd.io/etcd/client/v3 v3.5.12 // indirect
145
145
go.mongodb.org/mongo-driver v1.13.1 // indirect
146
146
go.uber.org/multierr v1.11.0 // indirect
147
147
go.uber.org/zap v1.26.0 // indirect
148
- golang.org/x/sync v0.5 .0 // indirect
149
- golang.org/x/sys v0.15 .0 // indirect
150
- golang.org/x/term v0.15 .0 // indirect
148
+ golang.org/x/sync v0.6 .0 // indirect
149
+ golang.org/x/sys v0.17 .0 // indirect
150
+ golang.org/x/term v0.17 .0 // indirect
151
151
google.golang.org/appengine v1.6.8 // indirect
152
- google.golang.org/genproto v0.0.0-20231212172506-995d672761c0 // indirect
153
- google.golang.org/genproto/googleapis/api v0.0.0-20231212172506-995d672761c0 // indirect
154
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
155
- google.golang.org/grpc v1.60.1 // indirect
156
- google.golang.org/protobuf v1.31 .0 // indirect
152
+ google.golang.org/genproto v0.0.0-20240205150955-31a09d347014 // indirect
153
+ google.golang.org/genproto/googleapis/api v0.0.0-20240205150955-31a09d347014 // indirect
154
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240205150955-31a09d347014 // indirect
155
+ google.golang.org/grpc v1.61.0 // indirect
156
+ google.golang.org/protobuf v1.32 .0 // indirect
157
157
gopkg.in/h2non/filetype.v1 v1.0.5 // indirect
158
158
gopkg.in/ini.v1 v1.67.0 // indirect
159
159
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments