File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ require (
30
30
github.com/mattn/go-isatty v0.0.20
31
31
github.com/muesli/reflow v0.3.0
32
32
github.com/muesli/termenv v0.16.0
33
- github.com/olekukonko/tablewriter v0 .0.5
33
+ github.com/olekukonko/tablewriter v1 .0.9
34
34
github.com/owenrumney/go-sarif/v2 v2.3.3
35
35
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
36
36
github.com/rs/zerolog v1.34.0
@@ -247,6 +247,8 @@ require (
247
247
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
248
248
github.com/ncruces/go-strftime v0.1.9 // indirect
249
249
github.com/oklog/run v1.2.0 // indirect
250
+ github.com/olekukonko/errors v1.1.0 // indirect
251
+ github.com/olekukonko/ll v0.0.9 // indirect
250
252
github.com/opencontainers/go-digest v1.0.0 // indirect
251
253
github.com/opencontainers/image-spec v1.1.1 // indirect
252
254
github.com/package-url/packageurl-go v0.1.3 // indirect
Original file line number Diff line number Diff line change @@ -825,8 +825,12 @@ github.com/ncruces/go-strftime v0.1.9/go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJm
825
825
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e /go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno =
826
826
github.com/oklog/run v1.2.0 h1:O8x3yXwah4A73hJdlrwo/2X6J62gE5qTMusH0dvz60E =
827
827
github.com/oklog/run v1.2.0 /go.mod h1:mgDbKRSwPhJfesJ4PntqFUbKQRZ50NgmZTSPlFA0YFk =
828
- github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec =
829
- github.com/olekukonko/tablewriter v0.0.5 /go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY =
828
+ github.com/olekukonko/errors v1.1.0 h1:RNuGIh15QdDenh+hNvKrJkmxxjV4hcS50Db478Ou5sM =
829
+ github.com/olekukonko/errors v1.1.0 /go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y =
830
+ github.com/olekukonko/ll v0.0.9 h1:Y+1YqDfVkqMWuEQMclsF9HUR5+a82+dxJuL1HHSRpxI =
831
+ github.com/olekukonko/ll v0.0.9 /go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g =
832
+ github.com/olekukonko/tablewriter v1.0.9 h1:XGwRsYLC2bY7bNd93Dk51bcPZksWZmLYuaTHR0FqfL8 =
833
+ github.com/olekukonko/tablewriter v1.0.9 /go.mod h1:5c+EBPeSqvXnLLgkm9isDdzR3wjfBkHR9Nhfp3NWrzo =
830
834
github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k =
831
835
github.com/onsi/gomega v1.34.1 /go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY =
832
836
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U =
You can’t perform that action at this time.
0 commit comments