@@ -6,7 +6,7 @@ toolchain go1.23.6
6
6
7
7
require (
8
8
github.com/charmbracelet/bubbles v0.20.0
9
- github.com/charmbracelet/bubbletea v1.3.3
9
+ github.com/charmbracelet/bubbletea v1.3.4
10
10
github.com/charmbracelet/lipgloss v1.0.0
11
11
github.com/cheggaaa/pb v1.0.29
12
12
github.com/dustin/go-humanize v1.0.1
@@ -15,32 +15,32 @@ require (
15
15
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16
16
github.com/google/uuid v1.6.0
17
17
github.com/inconshreveable/mousetrap v1.1.0
18
- github.com/jedib0t/go-pretty/v6 v6.6.6
18
+ github.com/jedib0t/go-pretty/v6 v6.6.7
19
19
github.com/juju/ratelimit v1.0.2
20
- github.com/klauspost/compress v1.17.11
20
+ github.com/klauspost/compress v1.18.0
21
21
github.com/mattn/go-ieproxy v0.0.12
22
22
github.com/mattn/go-isatty v0.0.20
23
23
github.com/minio/cli v1.24.2
24
24
github.com/minio/colorjson v1.0.8
25
25
github.com/minio/filepath v1.0.0
26
26
github.com/minio/madmin-go/v3 v3.0.96
27
- github.com/minio/minio-go/v7 v7.0.87
28
- github.com/minio/pkg/v3 v3.0.30
27
+ github.com/minio/minio-go/v7 v7.0.88
28
+ github.com/minio/pkg/v3 v3.1.0
29
29
github.com/minio/selfupdate v0.6.0
30
30
github.com/mitchellh/go-homedir v1.1.0
31
31
github.com/muesli/reflow v0.3.0
32
- github.com/muesli/termenv v0.15.2
32
+ github.com/muesli/termenv v0.16.0
33
33
github.com/olekukonko/tablewriter v0.0.5
34
34
github.com/pkg/xattr v0.4.10
35
35
github.com/posener/complete v1.2.3
36
- github.com/prometheus/client_golang v1.20.5
36
+ github.com/prometheus/client_golang v1.21.1
37
37
github.com/prometheus/procfs v0.15.1
38
38
github.com/rjeczalik/notify v0.9.3
39
39
github.com/rs/xid v1.6.0
40
40
github.com/shirou/gopsutil/v3 v3.24.5
41
41
github.com/tidwall/gjson v1.18.0
42
- github.com/vbauerster/mpb/v8 v8.9.2
43
- golang.org/x/net v0.35 .0
42
+ github.com/vbauerster/mpb/v8 v8.9.3
43
+ golang.org/x/net v0.37 .0
44
44
golang.org/x/sys v0.31.0
45
45
golang.org/x/term v0.30.0
46
46
golang.org/x/text v0.23.0
@@ -59,7 +59,7 @@ require (
59
59
github.com/charmbracelet/x/term v0.2.1 // indirect
60
60
github.com/coreos/go-semver v0.3.1 // indirect
61
61
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
62
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
62
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4 .0 // indirect
63
63
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
64
64
github.com/fatih/structs v1.1.0 // indirect
65
65
github.com/go-ini/ini v1.67.0 // indirect
@@ -69,17 +69,17 @@ require (
69
69
github.com/golang/protobuf v1.5.4 // indirect
70
70
github.com/hashicorp/errwrap v1.1.0 // indirect
71
71
github.com/hashicorp/go-multierror v1.1.1 // indirect
72
- github.com/klauspost/cpuid/v2 v2.2.9 // indirect
72
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
73
73
github.com/kr/pretty v0.3.1 // indirect
74
74
github.com/kr/text v0.2.0 // indirect
75
75
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
76
76
github.com/lestrrat-go/httpcc v1.0.1 // indirect
77
77
github.com/lestrrat-go/httprc v1.0.6 // indirect
78
78
github.com/lestrrat-go/iter v1.0.2 // indirect
79
- github.com/lestrrat-go/jwx/v2 v2.1.3 // indirect
79
+ github.com/lestrrat-go/jwx/v2 v2.1.4 // indirect
80
80
github.com/lestrrat-go/option v1.0.1 // indirect
81
81
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
82
- github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect
82
+ github.com/lufia/plan9stats v0.0.0-20250303091104-876f3ea5145d // indirect
83
83
github.com/mattn/go-colorable v0.1.14 // indirect
84
84
github.com/mattn/go-localereader v0.0.1 // indirect
85
85
github.com/mattn/go-runewidth v0.0.16 // indirect
@@ -95,7 +95,7 @@ require (
95
95
github.com/prometheus/client_model v0.6.1 // indirect
96
96
github.com/prometheus/common v0.62.0 // indirect
97
97
github.com/prometheus/prom2json v1.4.1 // indirect
98
- github.com/prometheus/prometheus v0.301.0 // indirect
98
+ github.com/prometheus/prometheus v0.302.1 // indirect
99
99
github.com/rivo/uniseg v0.4.7 // indirect
100
100
github.com/rogpeppe/go-internal v1.10.0 // indirect
101
101
github.com/safchain/ethtool v0.5.10 // indirect
@@ -105,19 +105,19 @@ require (
105
105
github.com/tidwall/match v1.1.1 // indirect
106
106
github.com/tidwall/pretty v1.2.1 // indirect
107
107
github.com/tinylib/msgp v1.2.5 // indirect
108
- github.com/tklauser/go-sysconf v0.3.14 // indirect
109
- github.com/tklauser/numcpus v0.9 .0 // indirect
108
+ github.com/tklauser/go-sysconf v0.3.15 // indirect
109
+ github.com/tklauser/numcpus v0.10 .0 // indirect
110
110
github.com/yusufpapurcu/wmi v1.2.4 // indirect
111
- go.etcd.io/etcd/api/v3 v3.5.18 // indirect
112
- go.etcd.io/etcd/client/pkg/v3 v3.5.18 // indirect
113
- go.etcd.io/etcd/client/v3 v3.5.18 // indirect
111
+ go.etcd.io/etcd/api/v3 v3.5.19 // indirect
112
+ go.etcd.io/etcd/client/pkg/v3 v3.5.19 // indirect
113
+ go.etcd.io/etcd/client/v3 v3.5.19 // indirect
114
114
go.uber.org/multierr v1.11.0 // indirect
115
115
go.uber.org/zap v1.27.0 // indirect
116
116
golang.org/x/crypto v0.36.0 // indirect
117
117
golang.org/x/sync v0.12.0 // indirect
118
- google.golang.org/genproto/googleapis/api v0.0.0-20250212204824-5a70512c5d8b // indirect
119
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250212204824-5a70512c5d8b // indirect
120
- google.golang.org/grpc v1.70 .0 // indirect
118
+ google.golang.org/genproto/googleapis/api v0.0.0-20250311173030-29e43e6258d7 // indirect
119
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
120
+ google.golang.org/grpc v1.71 .0 // indirect
121
121
google.golang.org/protobuf v1.36.5 // indirect
122
122
gopkg.in/yaml.v3 v3.0.1 // indirect
123
123
)
0 commit comments