Skip to content

Commit

Permalink
Bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.0 (#64)
Browse files Browse the repository at this point in the history
Bumps
[github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty)
from 6.5.9 to 6.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jedib0t/go-pretty/releases">github.com/jedib0t/go-pretty/v6's
releases</a>.</em></p>
<blockquote>
<h2>v6.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>table: ignore non-printable characters when suppressing empty
columns by <a
href="https://github.com/iamjoemccormick"><code>@​iamjoemccormick</code></a>
in <a
href="https://redirect.github.com/jedib0t/go-pretty/pull/327">jedib0t/go-pretty#327</a></li>
<li>table: Pager to page through the output by <a
href="https://github.com/jedib0t"><code>@​jedib0t</code></a> in <a
href="https://redirect.github.com/jedib0t/go-pretty/pull/331">jedib0t/go-pretty#331</a></li>
<li>progress: fix possible race in Stop(); fixes <a
href="https://redirect.github.com/jedib0t/go-pretty/issues/322">#322</a>
by <a href="https://github.com/jedib0t"><code>@​jedib0t</code></a> in <a
href="https://redirect.github.com/jedib0t/go-pretty/pull/332">jedib0t/go-pretty#332</a></li>
<li>Text wrapping fix by <a
href="https://github.com/jedib0t"><code>@​jedib0t</code></a> in <a
href="https://redirect.github.com/jedib0t/go-pretty/pull/333">jedib0t/go-pretty#333</a></li>
<li>text: handle hyperlink embedded text correctly; fixes <a
href="https://redirect.github.com/jedib0t/go-pretty/issues/329">#329</a>
by <a href="https://github.com/jedib0t"><code>@​jedib0t</code></a> in <a
href="https://redirect.github.com/jedib0t/go-pretty/pull/334">jedib0t/go-pretty#334</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/iamjoemccormick"><code>@​iamjoemccormick</code></a>
made their first contribution in <a
href="https://redirect.github.com/jedib0t/go-pretty/pull/327">jedib0t/go-pretty#327</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jedib0t/go-pretty/compare/v6.5.9...v6.6.0">https://github.com/jedib0t/go-pretty/compare/v6.5.9...v6.6.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jedib0t/go-pretty/commit/183dee40b5e579c953e45f2f52234e028f1cb2bf"><code>183dee4</code></a>
text: handle hyperlink embedded text correctly; fixes <a
href="https://redirect.github.com/jedib0t/go-pretty/issues/329">#329</a>
(<a
href="https://redirect.github.com/jedib0t/go-pretty/issues/334">#334</a>)</li>
<li><a
href="https://github.com/jedib0t/go-pretty/commit/c4081bb0cd0b8ee5ca81dc6e940d979e08a481d2"><code>c4081bb</code></a>
text: fix parsing escape sequences while wrapping; fixes <a
href="https://redirect.github.com/jedib0t/go-pretty/issues/330">#330</a>
(<a
href="https://redirect.github.com/jedib0t/go-pretty/issues/333">#333</a>)</li>
<li><a
href="https://github.com/jedib0t/go-pretty/commit/c078fb85fea1ca666da92b65c02321bc4d143089"><code>c078fb8</code></a>
progress: fix possible race in Stop(); fixes <a
href="https://redirect.github.com/jedib0t/go-pretty/issues/322">#322</a>
(<a
href="https://redirect.github.com/jedib0t/go-pretty/issues/332">#332</a>)</li>
<li><a
href="https://github.com/jedib0t/go-pretty/commit/2a8f60e9cc619e6289e69076f0f4f4cdd38ec63c"><code>2a8f60e</code></a>
table: Pager to page through the output (<a
href="https://redirect.github.com/jedib0t/go-pretty/issues/331">#331</a>)</li>
<li><a
href="https://github.com/jedib0t/go-pretty/commit/6ea4b174eb3c3ca65479bf13c3d49bbb731b0d13"><code>6ea4b17</code></a>
table: ignore non-printable characters when suppressing empty columns
(<a
href="https://redirect.github.com/jedib0t/go-pretty/issues/327">#327</a>)</li>
<li>See full diff in <a
href="https://github.com/jedib0t/go-pretty/compare/v6.5.9...v6.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/jedib0t/go-pretty/v6&package-manager=go_modules&previous-version=6.5.9&new-version=6.6.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>
  • Loading branch information
MindHunter86 authored Oct 12, 2024
2 parents 1c43864 + 396cd95 commit e4ebe96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/allegro/bigcache/v3 v3.1.0
github.com/gofiber/fiber/v2 v2.52.5
github.com/gofiber/storage/bbolt/v2 v2.0.0
github.com/jedib0t/go-pretty/v6 v6.5.9
github.com/jedib0t/go-pretty/v6 v6.6.0
github.com/klauspost/compress v1.17.9
github.com/mailru/easyjson v0.7.7
github.com/oschwald/maxminddb-golang v1.13.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ github.com/gofiber/utils/v2 v2.0.0-beta.3 h1:pfOhUDDVjBJpkWv6C5jaDyYLvpui7zQ97zp
github.com/gofiber/utils/v2 v2.0.0-beta.3/go.mod h1:jsl17+MsKfwJjM3ONCE9Rzji/j8XNbwjhUVTjzgfDCo=
github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU=
github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/jedib0t/go-pretty/v6 v6.5.9 h1:ACteMBRrrmm1gMsXe9PSTOClQ63IXDUt03H5U+UV8OU=
github.com/jedib0t/go-pretty/v6 v6.5.9/go.mod h1:zbn98qrYlh95FIhwwsbIip0LYpwSG8SUOScs+v9/t0E=
github.com/jedib0t/go-pretty/v6 v6.6.0 h1:wmZVuAcEkZRT+Aq1xXpE8IGat4vE5WXOMmBpbQqERXw=
github.com/jedib0t/go-pretty/v6 v6.6.0/go.mod h1:zbn98qrYlh95FIhwwsbIip0LYpwSG8SUOScs+v9/t0E=
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA=
Expand Down

0 comments on commit e4ebe96

Please sign in to comment.