Skip to content

Commit 6ddd5ec

Browse files
Merge pull request #1798 from shipwright-io/dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.6.6
Bump github.com/jedib0t/go-pretty/v6 from 6.6.5 to 6.6.6
2 parents f717613 + bb13802 commit 6ddd5ec

File tree

6 files changed

+116
-61
lines changed

6 files changed

+116
-61
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/go-logr/logr v1.4.2
99
github.com/golang-jwt/jwt/v4 v4.5.1
1010
github.com/google/go-containerregistry v0.20.3
11-
github.com/jedib0t/go-pretty/v6 v6.6.5
11+
github.com/jedib0t/go-pretty/v6 v6.6.6
1212
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
1313
github.com/onsi/ginkgo/v2 v2.22.2
1414
github.com/onsi/gomega v1.36.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
247247
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
248248
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
249249
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
250-
github.com/jedib0t/go-pretty/v6 v6.6.5 h1:9PgMJOVBedpgYLI56jQRJYqngxYAAzfEUua+3NgSqAo=
251-
github.com/jedib0t/go-pretty/v6 v6.6.5/go.mod h1:Uq/HrbhuFty5WSVNfjpQQe47x16RwVGXIveNGEyGtHs=
250+
github.com/jedib0t/go-pretty/v6 v6.6.6 h1:LyezkL+1SuqH2z47e5IMQkYUIcs2BD+MnpdPRiRcN0c=
251+
github.com/jedib0t/go-pretty/v6 v6.6.6/go.mod h1:YwC5CE4fJ1HFUDeivSV1r//AmANFHyqczZk+U6BDALU=
252252
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=
253253
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
254254
github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4=

vendor/github.com/jedib0t/go-pretty/v6/table/render_init.go

Lines changed: 79 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/jedib0t/go-pretty/v6/table/table.go

Lines changed: 14 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/jedib0t/go-pretty/v6/table/util.go

Lines changed: 18 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ github.com/inconshreveable/mousetrap
317317
# github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
318318
## explicit
319319
github.com/jbenet/go-context/io
320-
# github.com/jedib0t/go-pretty/v6 v6.6.5
321-
## explicit; go 1.17
320+
# github.com/jedib0t/go-pretty/v6 v6.6.6
321+
## explicit; go 1.18
322322
github.com/jedib0t/go-pretty/v6/table
323323
github.com/jedib0t/go-pretty/v6/text
324324
# github.com/josharian/intern v1.0.0

0 commit comments

Comments
 (0)