File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.23.3
6
6
7
7
require (
8
8
github.com/dustin/go-humanize v1.0.1
9
- github.com/jedib0t/go-pretty/v6 v6.6.1
9
+ github.com/jedib0t/go-pretty/v6 v6.6.5
10
10
github.com/schollz/progressbar/v3 v3.16.1
11
11
github.com/spf13/cobra v1.8.1
12
12
howett.net/plist v1.0.1
@@ -17,6 +17,7 @@ require (
17
17
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
18
18
github.com/pmezard/go-difflib v1.0.0 // indirect
19
19
golang.org/x/term v0.24.0 // indirect
20
+ golang.org/x/text v0.21.0 // indirect
20
21
gopkg.in/yaml.v3 v3.0.1 // indirect
21
22
)
22
23
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ github.com/jedib0t/go-pretty/v6 v6.6.0 h1:wmZVuAcEkZRT+Aq1xXpE8IGat4vE5WXOMmBpbQ
19
19
github.com/jedib0t/go-pretty/v6 v6.6.0 /go.mod h1:zbn98qrYlh95FIhwwsbIip0LYpwSG8SUOScs+v9/t0E =
20
20
github.com/jedib0t/go-pretty/v6 v6.6.1 h1:iJ65Xjb680rHcikRj6DSIbzCex2huitmc7bDtxYVWyc =
21
21
github.com/jedib0t/go-pretty/v6 v6.6.1 /go.mod h1:zbn98qrYlh95FIhwwsbIip0LYpwSG8SUOScs+v9/t0E =
22
+ github.com/jedib0t/go-pretty/v6 v6.6.5 h1:9PgMJOVBedpgYLI56jQRJYqngxYAAzfEUua+3NgSqAo =
23
+ github.com/jedib0t/go-pretty/v6 v6.6.5 /go.mod h1:Uq/HrbhuFty5WSVNfjpQQe47x16RwVGXIveNGEyGtHs =
22
24
github.com/jessevdk/go-flags v1.4.0 /go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI =
23
25
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 /go.mod h1:vNUNkEQ1e29fT/6vq2aBdFsgNPmy8qMdSay1npru+Sw =
24
26
github.com/mattn/go-isatty v0.0.20 /go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y =
@@ -65,6 +67,8 @@ golang.org/x/term v0.20.0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw=
65
67
golang.org/x/term v0.20.0 /go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY =
66
68
golang.org/x/term v0.24.0 h1:Mh5cbb+Zk2hqqXNO7S1iTjEphVL+jb8ZWaqh/g+JWkM =
67
69
golang.org/x/term v0.24.0 /go.mod h1:lOBK/LVxemqiMij05LGJ0tzNr8xlmwBRJ81PX6wVLH8 =
70
+ golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo =
71
+ golang.org/x/text v0.21.0 /go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ =
68
72
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
69
73
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
70
74
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 /go.mod h1:WDnlLJ4WF5VGsH/HVa3CI79GS0ol3YnhVnKP89i0kNg =
You can’t perform that action at this time.
0 commit comments