Skip to content

Commit b490f33

Browse files
chore(deps): bump github.com/olekukonko/tablewriter from 1.0.8 to 1.1.0 (#573)
Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) from 1.0.8 to 1.1.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/olekukonko/tablewriter/commit/afe12b2f18a0afcbec1a4372df7a1f226a2be808"><code>afe12b2</code></a> Merge pull request <a href="https://redirect.github.com/olekukonko/tablewriter/issues/295">#295</a> from olekukonko/counter</li> <li><a href="https://github.com/olekukonko/tablewriter/commit/fe53e0281735786dc5cd7e815ad12affd71eda07"><code>fe53e02</code></a> v1.1.0 in readme</li> <li><a href="https://github.com/olekukonko/tablewriter/commit/aa751db1df3a4f58d144c76cebb34a8ec17f0df0"><code>aa751db</code></a> make count variadic update <a href="https://redirect.github.com/olekukonko/tablewriter/issues/294">#294</a></li> <li><a href="https://github.com/olekukonko/tablewriter/commit/be92b8838a8b148b8bcf5d3d7ca4357aba7b7e9b"><code>be92b88</code></a> initial lien count support <a href="https://redirect.github.com/olekukonko/tablewriter/issues/294">#294</a></li> <li><a href="https://github.com/olekukonko/tablewriter/commit/e520aed3bd36fcbc5935d6c4f778c38627788d1d"><code>e520aed</code></a> Merge pull request <a href="https://redirect.github.com/olekukonko/tablewriter/issues/292">#292</a> from EppO/fix-colorized-hmerge-footer</li> <li><a href="https://github.com/olekukonko/tablewriter/commit/f541e24c61c592889b79e4e2bb2028d5ed19e332"><code>f541e24</code></a> Fix AlignRight override for footer HMerge/TOTAL pattern</li> <li><a href="https://github.com/olekukonko/tablewriter/commit/842268aa09b868d22b42e171d93815bea9717c69"><code>842268a</code></a> Merge pull request <a href="https://redirect.github.com/olekukonko/tablewriter/issues/291">#291</a> from Saurabh2402/improvement/setup-linter</li> <li><a href="https://github.com/olekukonko/tablewriter/commit/8d10b0e53daa75f05515a3b3cca18ac3d8bf59eb"><code>8d10b0e</code></a> lint code after sync</li> <li><a href="https://github.com/olekukonko/tablewriter/commit/3fd0b25bc3764b178a90d23bb56a2d699ca73c10"><code>3fd0b25</code></a> Merge branch 'master' of <a href="https://github.com/Saurabh2402/tablewriter">https://github.com/Saurabh2402/tablewriter</a> into impr...</li> <li><a href="https://github.com/olekukonko/tablewriter/commit/c0bceba813dbe22e480f4021dfcb21ba96a08698"><code>c0bceba</code></a> add support for TrimLine update <a href="https://redirect.github.com/olekukonko/tablewriter/issues/290">#290</a></li> <li>Additional commits viewable in <a href="https://github.com/olekukonko/tablewriter/compare/v1.0.8...v1.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/olekukonko/tablewriter&package-manager=go_modules&previous-version=1.0.8&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6226698 commit b490f33

37 files changed

+2763
-657
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/iancoleman/strcase v0.3.0
1212
github.com/launchdarkly/json-patch v0.0.0-20180720210516-dd68d883319f
1313
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
14-
github.com/olekukonko/tablewriter v1.0.8
14+
github.com/olekukonko/tablewriter v1.1.0
1515
github.com/petar-dambovaliev/aho-corasick v0.0.0-20211021192214-5ab2d9280aa9
1616
github.com/spf13/cobra v1.10.1
1717
github.com/spf13/pflag v1.0.10
@@ -46,8 +46,8 @@ require (
4646
github.com/mattn/go-colorable v0.1.13 // indirect
4747
github.com/mattn/go-isatty v0.0.20 // indirect
4848
github.com/mattn/go-runewidth v0.0.16 // indirect
49-
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
50-
github.com/olekukonko/ll v0.0.8 // indirect
49+
github.com/olekukonko/errors v1.1.0 // indirect
50+
github.com/olekukonko/ll v0.0.9 // indirect
5151
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
5252
github.com/pjbgf/sha1cd v0.3.2 // indirect
5353
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,12 @@ github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6T
179179
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
180180
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=
181181
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
182-
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 h1:r3FaAI0NZK3hSmtTDrBVREhKULp8oUeqLT5Eyl2mSPo=
183-
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6/go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y=
184-
github.com/olekukonko/ll v0.0.8 h1:sbGZ1Fx4QxJXEqL/6IG8GEFnYojUSQ45dJVwN2FH2fc=
185-
github.com/olekukonko/ll v0.0.8/go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g=
186-
github.com/olekukonko/tablewriter v1.0.8 h1:f6wJzHg4QUtJdvrVPKco4QTrAylgaU0+b9br/lJxEiQ=
187-
github.com/olekukonko/tablewriter v1.0.8/go.mod h1:H428M+HzoUXC6JU2Abj9IT9ooRmdq9CxuDmKMtrOCMs=
182+
github.com/olekukonko/errors v1.1.0 h1:RNuGIh15QdDenh+hNvKrJkmxxjV4hcS50Db478Ou5sM=
183+
github.com/olekukonko/errors v1.1.0/go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y=
184+
github.com/olekukonko/ll v0.0.9 h1:Y+1YqDfVkqMWuEQMclsF9HUR5+a82+dxJuL1HHSRpxI=
185+
github.com/olekukonko/ll v0.0.9/go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g=
186+
github.com/olekukonko/tablewriter v1.1.0 h1:N0LHrshF4T39KvI96fn6GT8HEjXRXYNDrDjKFDB7RIY=
187+
github.com/olekukonko/tablewriter v1.1.0/go.mod h1:5c+EBPeSqvXnLLgkm9isDdzR3wjfBkHR9Nhfp3NWrzo=
188188
github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
189189
github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY=
190190
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=

vendor/github.com/olekukonko/errors/README.md

Lines changed: 215 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)