Skip to content

Commit 049284a

Browse files
chore(deps): bump github.com/olekukonko/tablewriter from 1.0.5 to 1.0.6 (#503)
Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) from 1.0.5 to 1.0.6. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/olekukonko/tablewriter/commit/3b9eb60d3d901c811bc34d1e685905c4d72ad807"><code>3b9eb60</code></a> document AutoFormat changes</li> <li><a href="https://github.com/olekukonko/tablewriter/commit/8e34b1132ca9dea85f925c8c5934bf751188943b"><code>8e34b11</code></a> fix read and minor update</li> <li><a href="https://github.com/olekukonko/tablewriter/commit/571d727fad4b6b90ebcfb0b65078f2f85b66f3d0"><code>571d727</code></a> Merge Cushion with PaddingNone <a href="https://redirect.github.com/olekukonko/tablewriter/issues/260">#260</a></li> <li><a href="https://github.com/olekukonko/tablewriter/commit/01966370b33d2632f781aec6bc2ea51714ed23e8"><code>0196637</code></a> add default state to Cushion update <a href="https://redirect.github.com/olekukonko/tablewriter/issues/260">#260</a></li> <li><a href="https://github.com/olekukonko/tablewriter/commit/09a4fc8df99c144d5d0e0fee5eb49bb0c5ef2c7b"><code>09a4fc8</code></a> add Cushion update <a href="https://redirect.github.com/olekukonko/tablewriter/issues/260">#260</a></li> <li><a href="https://github.com/olekukonko/tablewriter/commit/46372161b362b5a958287f57deaf49dd079247ea"><code>4637216</code></a> Update <a href="https://redirect.github.com/olekukonko/tablewriter/issues/261">#261</a></li> <li><a href="https://github.com/olekukonko/tablewriter/commit/64ce70b071da4f0f8dc2150d1954241d864eb3e3"><code>64ce70b</code></a> Update <a href="https://redirect.github.com/olekukonko/tablewriter/issues/244">#244</a>, <a href="https://redirect.github.com/olekukonko/tablewriter/issues/255">#255</a></li> <li><a href="https://github.com/olekukonko/tablewriter/commit/3851e7eac74d46796f7c259c63e1924675c1226b"><code>3851e7e</code></a> Update <a href="https://redirect.github.com/olekukonko/tablewriter/issues/255">#255</a></li> <li><a href="https://github.com/olekukonko/tablewriter/commit/f6a284dcec5a7ec76d09cb32f1b374fed723a5a5"><code>f6a284d</code></a> Update <a href="https://redirect.github.com/olekukonko/tablewriter/issues/259">#259</a></li> <li><a href="https://github.com/olekukonko/tablewriter/commit/71769f90a35f46ea4136c6d62e6b54b697b0f590"><code>71769f9</code></a> Update <a href="https://redirect.github.com/olekukonko/tablewriter/issues/258">#258</a></li> <li>Additional commits viewable in <a href="https://github.com/olekukonko/tablewriter/compare/v1.0.5...v1.0.6">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.5&new-version=1.0.6)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea7bd68 commit 049284a

File tree

23 files changed

+651
-391
lines changed

23 files changed

+651
-391
lines changed

go.mod

Lines changed: 2 additions & 2 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.5
14+
github.com/olekukonko/tablewriter v1.0.6
1515
github.com/petar-dambovaliev/aho-corasick v0.0.0-20211021192214-5ab2d9280aa9
1616
github.com/spf13/cobra v1.8.1
1717
github.com/spf13/pflag v1.0.6
@@ -47,7 +47,7 @@ require (
4747
github.com/mattn/go-isatty v0.0.20 // indirect
4848
github.com/mattn/go-runewidth v0.0.16 // indirect
4949
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 // indirect
50-
github.com/olekukonko/ll v0.0.7 // indirect
50+
github.com/olekukonko/ll v0.0.8-0.20250516010636-22ea57d81985 // indirect
5151
github.com/pelletier/go-toml/v2 v2.2.3 // 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
181181
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
182182
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6 h1:r3FaAI0NZK3hSmtTDrBVREhKULp8oUeqLT5Eyl2mSPo=
183183
github.com/olekukonko/errors v0.0.0-20250405072817-4e6d85265da6/go.mod h1:ppzxA5jBKcO1vIpCXQ9ZqgDh8iwODz6OXIGKU8r5m4Y=
184-
github.com/olekukonko/ll v0.0.7 h1:K66xcUlG2qWRhPoLw/cidmbv4pDDJtZuvJGsR5QTzXo=
185-
github.com/olekukonko/ll v0.0.7/go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g=
186-
github.com/olekukonko/tablewriter v1.0.5 h1:8+uKJXxYcl29TcpfQdd0vL+l6Kul7Sk7sWolfgErDv0=
187-
github.com/olekukonko/tablewriter v1.0.5/go.mod h1:Z22i2ywMkT9sw64nuWAUaH62kb+umiwucGaQNbFh8Bg=
184+
github.com/olekukonko/ll v0.0.8-0.20250516010636-22ea57d81985 h1:V2wKiwjwAfRJRtUP6pC7wt4opeF14enO0du2dRV6Llo=
185+
github.com/olekukonko/ll v0.0.8-0.20250516010636-22ea57d81985/go.mod h1:En+sEW0JNETl26+K8eZ6/W4UQ7CYSrrgg/EdIYT2H8g=
186+
github.com/olekukonko/tablewriter v1.0.6 h1:/T45mIHc5hcEvibgzBzvMy7ruT+RjgoQRvkHbnl6OWA=
187+
github.com/olekukonko/tablewriter v1.0.6/go.mod h1:SJ0MV1aHb/89fLcsBMXMp30Xg3g5eGoOUu0RptEk4AU=
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.3 h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M=

vendor/github.com/olekukonko/ll/concat.go

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

vendor/github.com/olekukonko/ll/ll.go

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

0 commit comments

Comments
 (0)