File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ require (
9999 github.com/moby/sys/userns v0.1.0 // indirect
100100 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
101101 github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
102+ github.com/olekukonko/ll v0.0.6-0.20250511102614-9564773e9d27 // indirect
102103 github.com/rivo/uniseg v0.4.4 // indirect
103104 github.com/samber/lo v1.49.1 // indirect
104105 github.com/sethvargo/go-retry v0.3.0 // indirect
@@ -154,7 +155,7 @@ require (
154155 github.com/moby/sys/sequential v0.5.0 // indirect
155156 github.com/moby/term v0.5.0 // indirect
156157 github.com/morikuni/aec v1.0.0 // indirect
157- github.com/olekukonko/tablewriter v1.0.0
158+ github.com/olekukonko/tablewriter v1.0.2
158159 github.com/opencontainers/go-digest v1.0.0 // indirect
159160 github.com/opencontainers/image-spec v1.1.1 // indirect
160161 github.com/openzipkin/zipkin-go v0.4.3 // indirect
Original file line number Diff line number Diff line change @@ -323,8 +323,10 @@ github.com/ncruces/go-strftime v0.1.9 h1:bY0MQC28UADQmHmaF5dgpLmImcShSi2kHU9XLdh
323323github.com/ncruces/go-strftime v0.1.9 /go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls =
324324github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 h1:r3FaAI0NZK3hSmtTDrBVREhKULp8oUeqLT5Eyl2mSPo =
325325github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 /go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y =
326- github.com/olekukonko/tablewriter v1.0.0 h1:WHgrshVkRhxxTAVetUh3m4WjBwyOitmUXztaXp3P08g =
327- github.com/olekukonko/tablewriter v1.0.0 /go.mod h1:xmnTFhuRZ6FbtSSkjRw3qDa/TB237m7SlzsC8WaBLUo =
326+ github.com/olekukonko/ll v0.0.6-0.20250511102614-9564773e9d27 h1:LgDwLQDELPB6wMOx1x4DSXnH2pjQNDKFgqv2inJuiAU =
327+ github.com/olekukonko/ll v0.0.6-0.20250511102614-9564773e9d27 /go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g =
328+ github.com/olekukonko/tablewriter v1.0.2 h1:nxz/j28kPYQUuc4veIv3Ymmef7gHKn8rhr42aauENnk =
329+ github.com/olekukonko/tablewriter v1.0.2 /go.mod h1:eUa4ArVhHJYomS27xrJB/GyLtnzKKVkZeLM6/MNO+pA =
328330github.com/onsi/ginkgo/v2 v2.23.4 h1:ktYTpKJAVZnDT4VjxSbiBenUjmlL/5QkBEocaWXiQus =
329331github.com/onsi/ginkgo/v2 v2.23.4 /go.mod h1:Bt66ApGPBFzHyR+JO10Zbt0Gsp4uWxu5mIOTusL46e8 =
330332github.com/onsi/gomega v1.37.0 h1:CdEG8g0S133B4OswTDC/5XPSzE1OeP29QOioj2PID2Y =
You can’t perform that action at this time.
0 commit comments