Skip to content

Commit 894f7d0

Browse files
deps: update module github.com/jedib0t/go-pretty/v6 to v6.7.1 (#1236)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/jedib0t/go-pretty/v6](https://redirect.github.com/jedib0t/go-pretty) | `v6.7.0` -> `v6.7.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjedib0t%2fgo-pretty%2fv6/v6.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjedib0t%2fgo-pretty%2fv6/v6.7.0/v6.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>jedib0t/go-pretty (github.com/jedib0t/go-pretty/v6)</summary> ### [`v6.7.1`](https://redirect.github.com/jedib0t/go-pretty/releases/tag/v6.7.1) [Compare Source](https://redirect.github.com/jedib0t/go-pretty/compare/v6.7.0...v6.7.1) #### What's Changed - text: more unit-tests for escape seq parser by [@&#8203;jedib0t](https://redirect.github.com/jedib0t) in [#&#8203;376](https://redirect.github.com/jedib0t/go-pretty/pull/376) - progress: speed-up unit-tests by [@&#8203;jedib0t](https://redirect.github.com/jedib0t) in [#&#8203;377](https://redirect.github.com/jedib0t/go-pretty/pull/377) - table: profiling led performance fixes by [@&#8203;jedib0t](https://redirect.github.com/jedib0t) in [#&#8203;378](https://redirect.github.com/jedib0t/go-pretty/pull/378) - progress: minor performance optimizations by [@&#8203;jedib0t](https://redirect.github.com/jedib0t) in [#&#8203;379](https://redirect.github.com/jedib0t/go-pretty/pull/379) - text: transformer code quality fixes by [@&#8203;jedib0t](https://redirect.github.com/jedib0t) in [#&#8203;380](https://redirect.github.com/jedib0t/go-pretty/pull/380) - documentation updates by [@&#8203;jedib0t](https://redirect.github.com/jedib0t) in [#&#8203;381](https://redirect.github.com/jedib0t/go-pretty/pull/381) **Full Changelog**: <jedib0t/go-pretty@v6.7.0...v6.7.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hetznercloud/cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f51cac commit 894f7d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/goccy/go-yaml v1.18.0
1414
github.com/guptarohit/asciigraph v0.7.3
1515
github.com/hetznercloud/hcloud-go/v2 v2.29.0
16-
github.com/jedib0t/go-pretty/v6 v6.7.0
16+
github.com/jedib0t/go-pretty/v6 v6.7.1
1717
github.com/spf13/cast v1.10.0
1818
github.com/spf13/cobra v1.10.1
1919
github.com/spf13/pflag v1.0.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ github.com/iancoleman/orderedmap v0.3.0 h1:5cbR2grmZR/DiVt+VJopEhtVs9YGInGIxAoMJ
4343
github.com/iancoleman/orderedmap v0.3.0/go.mod h1:XuLcCUkdL5owUCQeF2Ue9uuw1EptkJDkXXS7VoV7XGE=
4444
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
4545
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
46-
github.com/jedib0t/go-pretty/v6 v6.7.0 h1:DanoN1RnjXTwDN+B8yqtixXzXqNBCs2Vxo2ARsnrpsY=
47-
github.com/jedib0t/go-pretty/v6 v6.7.0/go.mod h1:YwC5CE4fJ1HFUDeivSV1r//AmANFHyqczZk+U6BDALU=
46+
github.com/jedib0t/go-pretty/v6 v6.7.1 h1:bHDSsj93NuJ563hHuM7ohk/wpX7BmRFNIsVv1ssI2/M=
47+
github.com/jedib0t/go-pretty/v6 v6.7.1/go.mod h1:YwC5CE4fJ1HFUDeivSV1r//AmANFHyqczZk+U6BDALU=
4848
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=
4949
github.com/klauspost/compress v1.18.0/go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ=
5050
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=

0 commit comments

Comments
 (0)