Bump github.com/jedib0t/go-pretty/v6 from 6.6.8 to 6.7.1

Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.6.8 to 6.7.1.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.6.8...v6.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-10 00:20:23 +00:00
committed by GitHub
parent 25d4762a3c
commit 8dd89d64a5
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.25
require (
github.com/brianvoe/gofakeit/v7 v7.3.0
github.com/jedib0t/go-pretty/v6 v6.6.8
github.com/jedib0t/go-pretty/v6 v6.7.1
github.com/valyala/fasthttp v1.65.0
gopkg.in/yaml.v3 v3.0.1
)