File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
5
5
require (
6
6
github.com/IBM/sarama v1.45.1
7
7
github.com/adrg/xdg v0.5.3
8
- github.com/olekukonko/tablewriter v1.0.2
8
+ github.com/olekukonko/tablewriter v1.0.6
9
9
github.com/spf13/cobra v1.9.1
10
10
github.com/spf13/viper v1.20.1
11
11
golang.org/x/crypto v0.38.0
@@ -35,7 +35,7 @@ require (
35
35
github.com/mattn/go-isatty v0.0.19 // indirect
36
36
github.com/mattn/go-runewidth v0.0.16 // indirect
37
37
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
38
- github.com/olekukonko/ll v0.0.6 -0.20250511102614-9564773e9d27 // indirect
38
+ github.com/olekukonko/ll v0.0.8 -0.20250516010636-22ea57d81985 // indirect
39
39
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
40
40
github.com/pierrec/lz4/v4 v4.1.22 // indirect
41
41
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 // indirect
Original file line number Diff line number Diff line change @@ -66,10 +66,10 @@ github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6T
66
66
github.com/mattn/go-runewidth v0.0.16 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w =
67
67
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 h1:r3FaAI0NZK3hSmtTDrBVREhKULp8oUeqLT5Eyl2mSPo =
68
68
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 /go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y =
69
- github.com/olekukonko/ll v0.0.6 -0.20250511102614-9564773e9d27 h1:LgDwLQDELPB6wMOx1x4DSXnH2pjQNDKFgqv2inJuiAU =
70
- github.com/olekukonko/ll v0.0.6 -0.20250511102614-9564773e9d27 /go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g =
71
- github.com/olekukonko/tablewriter v1.0.2 h1:nxz/j28kPYQUuc4veIv3Ymmef7gHKn8rhr42aauENnk =
72
- github.com/olekukonko/tablewriter v1.0.2 /go.mod h1:eUa4ArVhHJYomS27xrJB/GyLtnzKKVkZeLM6/MNO+pA =
69
+ github.com/olekukonko/ll v0.0.8 -0.20250516010636-22ea57d81985 h1:V2wKiwjwAfRJRtUP6pC7wt4opeF14enO0du2dRV6Llo =
70
+ github.com/olekukonko/ll v0.0.8 -0.20250516010636-22ea57d81985 /go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g =
71
+ github.com/olekukonko/tablewriter v1.0.6 h1:/T45mIHc5hcEvibgzBzvMy7ruT+RjgoQRvkHbnl6OWA =
72
+ github.com/olekukonko/tablewriter v1.0.6 /go.mod h1:SJ0MV1aHb/89fLcsBMXMp30Xg3g5eGoOUu0RptEk4AU =
73
73
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4 =
74
74
github.com/pelletier/go-toml/v2 v2.2.4 /go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY =
75
75
github.com/pierrec/lz4/v4 v4.1.22 h1:cKFw6uJDK+/gfw5BcDL0JL5aBsAFdsIT18eRtLj7VIU =
You can’t perform that action at this time.
0 commit comments