File tree 4 files changed +12
-12
lines changed 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ require (
60
60
github.com/mattn/go-runewidth v0.0.16 // indirect
61
61
github.com/mitchellh/mapstructure v1.5.0 // indirect
62
62
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
63
- github.com/olekukonko/ll v0.0.8-0.20250516010636-22ea57d81985 // indirect
64
- github.com/olekukonko/tablewriter v1.0.6 // indirect
63
+ github.com/olekukonko/ll v0.0.8 // indirect
64
+ github.com/olekukonko/tablewriter v1.0.7 // indirect
65
65
github.com/ory/go-acc v0.2.6 // indirect
66
66
github.com/ory/jsonschema/v3 v3.0.4 // indirect
67
67
github.com/ory/viper v1.7.5 // indirect
Original file line number Diff line number Diff line change @@ -975,11 +975,11 @@ github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn
975
975
github.com/oleiade/reflections v1.0.1 /go.mod h1:rdFxbxq4QXVZWj0F+e9jqjDkc7dbp97vkRixKo2JR60 =
976
976
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 h1:r3FaAI0NZK3hSmtTDrBVREhKULp8oUeqLT5Eyl2mSPo =
977
977
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 /go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y =
978
- github.com/olekukonko/ll v0.0.8-0.20250516010636-22ea57d81985 h1:V2wKiwjwAfRJRtUP6pC7wt4opeF14enO0du2dRV6Llo =
979
- github.com/olekukonko/ll v0.0.8-0.20250516010636-22ea57d81985 /go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g =
978
+ github.com/olekukonko/ll v0.0.8 h1:sbGZ1Fx4QxJXEqL/6IG8GEFnYojUSQ45dJVwN2FH2fc =
979
+ github.com/olekukonko/ll v0.0.8 /go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g =
980
980
github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5 /go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo =
981
- github.com/olekukonko/tablewriter v1.0.6 h1:/T45mIHc5hcEvibgzBzvMy7ruT+RjgoQRvkHbnl6OWA =
982
- github.com/olekukonko/tablewriter v1.0.6 /go.mod h1:SJ0MV1aHb/89fLcsBMXMp30Xg3g5eGoOUu0RptEk4AU =
981
+ github.com/olekukonko/tablewriter v1.0.7 h1:HCC2e3MM+2g72M81ZcJU11uciw6z/p82aEnm4/ySDGw =
982
+ github.com/olekukonko/tablewriter v1.0.7 /go.mod h1:H428M+HzoUXC6JU2Abj9IT9ooRmdq9CxuDmKMtrOCMs =
983
983
github.com/onsi/ginkgo v1.6.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
984
984
github.com/onsi/ginkgo v1.7.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
985
985
github.com/onsi/ginkgo v1.8.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/JohannesKaufmann/html-to-markdown v1.6.0
11
11
github.com/arduino/arduino-lint v0.0.0
12
12
github.com/arduino/go-paths-helper v1.13.1
13
- github.com/olekukonko/tablewriter v1.0.6
13
+ github.com/olekukonko/tablewriter v1.0.7
14
14
github.com/stretchr/testify v1.10.0
15
15
)
16
16
@@ -58,7 +58,7 @@ require (
58
58
github.com/mattn/go-runewidth v0.0.16 // indirect
59
59
github.com/mitchellh/mapstructure v1.5.0 // indirect
60
60
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
61
- github.com/olekukonko/ll v0.0.8-0.20250516010636-22ea57d81985 // indirect
61
+ github.com/olekukonko/ll v0.0.8 // indirect
62
62
github.com/ory/go-acc v0.2.6 // indirect
63
63
github.com/ory/jsonschema/v3 v3.0.4 // indirect
64
64
github.com/ory/viper v1.7.5 // indirect
Original file line number Diff line number Diff line change @@ -978,11 +978,11 @@ github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn
978
978
github.com/oleiade/reflections v1.0.0 /go.mod h1:RbATFBbKYkVdqmSFtx13Bb/tVhR0lgOBXunWTZKeL4w =
979
979
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 h1:r3FaAI0NZK3hSmtTDrBVREhKULp8oUeqLT5Eyl2mSPo =
980
980
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 /go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y =
981
- github.com/olekukonko/ll v0.0.8-0.20250516010636-22ea57d81985 h1:V2wKiwjwAfRJRtUP6pC7wt4opeF14enO0du2dRV6Llo =
982
- github.com/olekukonko/ll v0.0.8-0.20250516010636-22ea57d81985 /go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g =
981
+ github.com/olekukonko/ll v0.0.8 h1:sbGZ1Fx4QxJXEqL/6IG8GEFnYojUSQ45dJVwN2FH2fc =
982
+ github.com/olekukonko/ll v0.0.8 /go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g =
983
983
github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5 /go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo =
984
- github.com/olekukonko/tablewriter v1.0.6 h1:/T45mIHc5hcEvibgzBzvMy7ruT+RjgoQRvkHbnl6OWA =
985
- github.com/olekukonko/tablewriter v1.0.6 /go.mod h1:SJ0MV1aHb/89fLcsBMXMp30Xg3g5eGoOUu0RptEk4AU =
984
+ github.com/olekukonko/tablewriter v1.0.7 h1:HCC2e3MM+2g72M81ZcJU11uciw6z/p82aEnm4/ySDGw =
985
+ github.com/olekukonko/tablewriter v1.0.7 /go.mod h1:H428M+HzoUXC6JU2Abj9IT9ooRmdq9CxuDmKMtrOCMs =
986
986
github.com/onsi/ginkgo v1.6.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
987
987
github.com/onsi/ginkgo v1.7.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
988
988
github.com/onsi/ginkgo v1.8.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
You can’t perform that action at this time.
0 commit comments