@@ -6,7 +6,7 @@ require (
6
6
github.com/blang/semver/v4 v4.0.0
7
7
github.com/cheggaaa/pb/v3 v3.1.5
8
8
github.com/dustin/go-humanize v1.0.1 // indirect
9
- github.com/fatih/color v1.17 .0
9
+ github.com/fatih/color v1.18 .0
10
10
github.com/go-openapi/errors v0.22.0
11
11
github.com/go-openapi/loads v0.22.0
12
12
github.com/go-openapi/runtime v0.28.0
@@ -21,28 +21,28 @@ require (
21
21
github.com/minio/cli v1.24.2
22
22
github.com/minio/highwayhash v1.0.3
23
23
github.com/minio/kes v0.23.0
24
- github.com/minio/madmin-go/v3 v3.0.68
25
- github.com/minio/mc v0.0.0-20240815155011-479171e7be9c
26
- github.com/minio/minio-go/v7 v7.0.81-0.20241125171916-a563333c01ef
27
- github.com/minio/pkg/v3 v3.0.22
24
+ github.com/minio/madmin-go/v3 v3.0.81
25
+ github.com/minio/mc v0.0.0-20241215225040-f4dd5e4a07ff
26
+ github.com/minio/minio-go/v7 v7.0.82
28
27
github.com/minio/selfupdate v0.6.0
29
28
github.com/minio/websocket v1.6.0
30
29
github.com/mitchellh/go-homedir v1.1.0
31
30
github.com/rs/xid v1.6.0 // indirect
32
31
github.com/secure-io/sio-go v0.3.1
33
- github.com/stretchr/testify v1.9 .0
32
+ github.com/stretchr/testify v1.10 .0
34
33
github.com/tidwall/gjson v1.17.3 // indirect
35
34
github.com/unrolled/secure v1.15.0
36
- golang.org/x/crypto v0.28.0
37
- golang.org/x/net v0.30.0
38
- golang.org/x/oauth2 v0.22.0
39
-
35
+ golang.org/x/crypto v0.31.0
36
+ golang.org/x/net v0.32.0
37
+ golang.org/x/oauth2 v0.24.0
40
38
// Added to include security fix for
41
39
// https://github.com/golang/go/issues/56152
42
- golang.org/x/text v0.19 .0 // indirect
40
+ golang.org/x/text v0.21 .0 // indirect
43
41
gopkg.in/yaml.v2 v2.4.0 // indirect
44
42
)
45
43
44
+ require github.com/minio/pkg/v3 v3.0.24
45
+
46
46
require (
47
47
aead.dev/mem v0.2.0 // indirect
48
48
aead.dev/minisign v0.3.0 // indirect
@@ -52,13 +52,11 @@ require (
52
52
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
53
53
github.com/beorn7/perks v1.0.1 // indirect
54
54
github.com/cespare/xxhash/v2 v2.3.0 // indirect
55
- github.com/charmbracelet/bubbles v0.18.0 // indirect
56
- github.com/charmbracelet/bubbletea v0.26.6 // indirect
57
- github.com/charmbracelet/lipgloss v0.12.1 // indirect
58
- github.com/charmbracelet/x/ansi v0.1.4 // indirect
59
- github.com/charmbracelet/x/input v0.1.3 // indirect
60
- github.com/charmbracelet/x/term v0.1.1 // indirect
61
- github.com/charmbracelet/x/windows v0.1.2 // indirect
55
+ github.com/charmbracelet/bubbles v0.20.0 // indirect
56
+ github.com/charmbracelet/bubbletea v1.1.1 // indirect
57
+ github.com/charmbracelet/lipgloss v0.13.0 // indirect
58
+ github.com/charmbracelet/x/ansi v0.3.2 // indirect
59
+ github.com/charmbracelet/x/term v0.2.0 // indirect
62
60
github.com/cheggaaa/pb v1.0.29 // indirect
63
61
github.com/coreos/go-semver v0.3.1 // indirect
64
62
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
@@ -72,7 +70,7 @@ require (
72
70
github.com/go-openapi/analysis v0.23.0 // indirect
73
71
github.com/go-openapi/jsonpointer v0.21.0 // indirect
74
72
github.com/go-openapi/jsonreference v0.21.0 // indirect
75
- github.com/goccy/go-json v0.10.3 // indirect
73
+ github.com/goccy/go-json v0.10.4 // indirect
76
74
github.com/gogo/protobuf v1.3.2 // indirect
77
75
github.com/golang/protobuf v1.5.4 // indirect
78
76
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -82,12 +80,12 @@ require (
82
80
github.com/jedib0t/go-pretty/v6 v6.5.9 // indirect
83
81
github.com/josharian/intern v1.0.0 // indirect
84
82
github.com/juju/ratelimit v1.0.2 // indirect
85
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
86
- github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
83
+ github.com/klauspost/cpuid/v2 v2.2.9 // indirect
87
84
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
88
85
github.com/lestrrat-go/httpcc v1.0.1 // indirect
86
+ github.com/lestrrat-go/httprc v1.0.6 // indirect
89
87
github.com/lestrrat-go/iter v1.0.2 // indirect
90
- github.com/lestrrat-go/jwx v1.2.30 // indirect
88
+ github.com/lestrrat-go/jwx/v2 v2.1.3 // indirect
91
89
github.com/lestrrat-go/option v1.0.1 // indirect
92
90
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
93
91
github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect
@@ -111,43 +109,42 @@ require (
111
109
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
112
110
github.com/oklog/ulid v1.3.1 // indirect
113
111
github.com/olekukonko/tablewriter v0.0.5 // indirect
114
- github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
115
- github.com/pkg/errors v0.9.1 // indirect
112
+ github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
116
113
github.com/pkg/xattr v0.4.10 // indirect
117
114
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
118
115
github.com/posener/complete v1.2.3 // indirect
119
116
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
120
- github.com/prometheus/client_golang v1.20.0 // indirect
117
+ github.com/prometheus/client_golang v1.20.5 // indirect
121
118
github.com/prometheus/client_model v0.6.1 // indirect
122
- github.com/prometheus/common v0.59.1 // indirect
119
+ github.com/prometheus/common v0.61.0 // indirect
123
120
github.com/prometheus/procfs v0.15.1 // indirect
124
- github.com/prometheus/prom2json v1.4.0 // indirect
125
- github.com/prometheus/prometheus v0.54 .1 // indirect
121
+ github.com/prometheus/prom2json v1.4.1 // indirect
122
+ github.com/prometheus/prometheus v0.300 .1 // indirect
126
123
github.com/rivo/uniseg v0.4.7 // indirect
127
124
github.com/rjeczalik/notify v0.9.3 // indirect
128
- github.com/safchain/ethtool v0.4.1 // indirect
125
+ github.com/safchain/ethtool v0.5.9 // indirect
126
+ github.com/segmentio/asm v1.2.0 // indirect
129
127
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
130
128
github.com/shoenig/go-m1cpu v0.1.6 // indirect
131
129
github.com/tidwall/match v1.1.1 // indirect
132
130
github.com/tidwall/pretty v1.2.1 // indirect
133
- github.com/tinylib/msgp v1.2.1 // indirect
131
+ github.com/tinylib/msgp v1.2.5 // indirect
134
132
github.com/tklauser/go-sysconf v0.3.14 // indirect
135
- github.com/tklauser/numcpus v0.8.0 // indirect
136
- github.com/vbauerster/mpb/v8 v8.7.5 // indirect
137
- github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
133
+ github.com/tklauser/numcpus v0.9.0 // indirect
134
+ github.com/vbauerster/mpb/v8 v8.8.3 // indirect
138
135
github.com/yusufpapurcu/wmi v1.2.4 // indirect
139
- go.etcd.io/etcd/api/v3 v3.5.16 // indirect
140
- go.etcd.io/etcd/client/pkg/v3 v3.5.16 // indirect
141
- go.etcd.io/etcd/client/v3 v3.5.16 // indirect
136
+ go.etcd.io/etcd/api/v3 v3.5.17 // indirect
137
+ go.etcd.io/etcd/client/pkg/v3 v3.5.17 // indirect
138
+ go.etcd.io/etcd/client/v3 v3.5.17 // indirect
142
139
go.mongodb.org/mongo-driver v1.16.1 // indirect
143
140
go.uber.org/multierr v1.11.0 // indirect
144
141
go.uber.org/zap v1.27.0 // indirect
145
- golang.org/x/sync v0.8 .0 // indirect
146
- golang.org/x/sys v0.26 .0 // indirect
147
- golang.org/x/term v0.25 .0 // indirect
148
- google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
149
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
150
- google.golang.org/grpc v1.66.2 // indirect
151
- google.golang.org/protobuf v1.34 .2 // indirect
142
+ golang.org/x/sync v0.10 .0 // indirect
143
+ golang.org/x/sys v0.28 .0 // indirect
144
+ golang.org/x/term v0.27 .0 // indirect
145
+ google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
146
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
147
+ google.golang.org/grpc v1.69.0 // indirect
148
+ google.golang.org/protobuf v1.35 .2 // indirect
152
149
gopkg.in/yaml.v3 v3.0.1 // indirect
153
150
)
0 commit comments