0
0
mirror of https://github.com/crazy-max/diun.git synced 2024-12-22 19:38:28 +00:00
crazy-max_diun/vendor/github.com/jedib0t/go-pretty/v6/text
dependabot[bot] 6f7b5b313d
chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.5
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.5.9 to 6.6.5.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.5.9...v6.6.5)

---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-15 14:33:08 +00:00
..
align.go chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.5 2024-12-15 14:33:08 +00:00
ansi_unix.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
ansi_windows.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
ansi.go chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.5 2024-12-15 14:33:08 +00:00
color_html.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
color.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
cursor.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
direction.go chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.5 2024-12-15 14:33:08 +00:00
escape_seq_parser.go chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.5 2024-12-15 14:33:08 +00:00
filter.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
format.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
hyperlink.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
README.md chore: go mod vendor 2024-12-14 22:30:21 +01:00
string.go chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.5 2024-12-15 14:33:08 +00:00
transformer.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
valign.go chore: go mod vendor 2024-12-14 22:30:21 +01:00
wrap.go chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.5 2024-12-15 14:33:08 +00:00

text

Go Reference

Package with utility functions to manipulate strings/text.

Used heavily in the other packages in this repo (list, progress, and table).