File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ require (
45
45
github.com/mitchellh/go-ps v1.0.0
46
46
github.com/moby/hyperkit v0.0.0-20210108224842-2f061e447e14
47
47
github.com/moby/patternmatcher v0.6.0
48
- github.com/olekukonko/tablewriter v1.0.8
48
+ github.com/olekukonko/tablewriter v1.0.9
49
49
github.com/opencontainers/cgroups v0.0.1
50
50
github.com/opencontainers/go-digest v1.0.0
51
51
github.com/otiai10/copy v1.14.1
@@ -181,8 +181,8 @@ require (
181
181
github.com/muesli/reflow v0.3.0 // indirect
182
182
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
183
183
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
184
- github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
185
- github.com/olekukonko/ll v0.0.8 // indirect
184
+ github.com/olekukonko/errors v1.1.0 // indirect
185
+ github.com/olekukonko/ll v0.0.9 // indirect
186
186
github.com/opencontainers/image-spec v1.1.0 // indirect
187
187
github.com/otiai10/mint v1.6.3 // indirect
188
188
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
Original file line number Diff line number Diff line change @@ -1225,12 +1225,12 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8m
1225
1225
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 /go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U =
1226
1226
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus =
1227
1227
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f /go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw =
1228
- github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 h1:r3FaAI0NZK3hSmtTDrBVREhKULp8oUeqLT5Eyl2mSPo =
1229
- github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 /go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y =
1230
- github.com/olekukonko/ll v0.0.8 h1:sbGZ1Fx4QxJXEqL/6IG8GEFnYojUSQ45dJVwN2FH2fc =
1231
- github.com/olekukonko/ll v0.0.8 /go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g =
1232
- github.com/olekukonko/tablewriter v1.0.8 h1:f6wJzHg4QUtJdvrVPKco4QTrAylgaU0+b9br/lJxEiQ =
1233
- github.com/olekukonko/tablewriter v1.0.8 /go.mod h1:H428M+HzoUXC6JU2Abj9IT9ooRmdq9CxuDmKMtrOCMs =
1228
+ github.com/olekukonko/errors v1.1.0 h1:RNuGIh15QdDenh+hNvKrJkmxxjV4hcS50Db478Ou5sM =
1229
+ github.com/olekukonko/errors v1.1.0 /go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y =
1230
+ github.com/olekukonko/ll v0.0.9 h1:Y+1YqDfVkqMWuEQMclsF9HUR5+a82+dxJuL1HHSRpxI =
1231
+ github.com/olekukonko/ll v0.0.9 /go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g =
1232
+ github.com/olekukonko/tablewriter v1.0.9 h1:XGwRsYLC2bY7bNd93Dk51bcPZksWZmLYuaTHR0FqfL8 =
1233
+ github.com/olekukonko/tablewriter v1.0.9 /go.mod h1:5c+EBPeSqvXnLLgkm9isDdzR3wjfBkHR9Nhfp3NWrzo =
1234
1234
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
1235
1235
github.com/onsi/ginkgo v1.6.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
1236
1236
github.com/onsi/ginkgo v1.11.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
You can’t perform that action at this time.
0 commit comments