Bump github.com/jedib0t/go-pretty/v6 from 6.6.5 to 6.6.6

Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.6.5 to 6.6.6.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.6.5...v6.6.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-11 15:44:47 +00:00
committed by GitHub
parent a69e248f8c
commit 391a5bc6ec
2 changed files with 8 additions and 8 deletions

4
go.mod
View File

@ -4,7 +4,7 @@ go 1.23.2
require (
github.com/go-playground/validator/v10 v10.24.0
github.com/jedib0t/go-pretty/v6 v6.6.5
github.com/jedib0t/go-pretty/v6 v6.6.6
github.com/valyala/fasthttp v1.58.0
golang.org/x/net v0.35.0
)
@ -16,7 +16,7 @@ require (
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/crypto v0.33.0 // indirect