Skip to content

Commit 571a601

Browse files
Bump github.com/jedib0t/go-pretty/v6 from 6.4.3 to 6.4.4
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.4.3 to 6.4.4. - [Release notes](https://github.com/jedib0t/go-pretty/releases) - [Commits](jedib0t/go-pretty@v6.4.3...v6.4.4) --- 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>
1 parent a5532e1 commit 571a601

File tree

7 files changed

+32
-13
lines changed

7 files changed

+32
-13
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/google/uuid v1.3.0
2525
github.com/gorilla/mux v1.8.0
2626
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
27-
github.com/jedib0t/go-pretty/v6 v6.4.3
27+
github.com/jedib0t/go-pretty/v6 v6.4.4
2828
github.com/kbinani/screenshot v0.0.0-20191211154542-3a185f1ce18f
2929
github.com/lesnuages/go-winio v0.4.19
3030
github.com/lesnuages/snitch v0.6.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ github.com/jackc/pgx/v5 v5.2.0/go.mod h1:Ptn7zmohNsWEsdxRawMzk3gaKma2obW+NWTnKa0
180180
github.com/jackc/puddle/v2 v2.1.2/go.mod h1:2lpufsF5mRHO6SuZkm0fNYxM6SWHfvyFj62KwNzgels=
181181
github.com/jcmturner/gofork v1.0.0 h1:J7uCkflzTEhUZ64xqKnkDxq3kzc96ajM1Gli5ktUem8=
182182
github.com/jcmturner/gofork v1.0.0/go.mod h1:MK8+TM0La+2rjBD4jE12Kj1pCCxK7d2LK/UM3ncEo0o=
183-
github.com/jedib0t/go-pretty/v6 v6.4.3 h1:2n9BZ0YQiXGESUSR+6FLg0WWWE80u+mIz35f0uHWcIE=
184-
github.com/jedib0t/go-pretty/v6 v6.4.3/go.mod h1:MgmISkTWDSFu0xOqiZ0mKNntMQ2mDgOcwOkwBEkMDJI=
183+
github.com/jedib0t/go-pretty/v6 v6.4.4 h1:N+gz6UngBPF4M288kiMURPHELDMIhF/Em35aYuKrsSc=
184+
github.com/jedib0t/go-pretty/v6 v6.4.4/go.mod h1:MgmISkTWDSFu0xOqiZ0mKNntMQ2mDgOcwOkwBEkMDJI=
185185
github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=
186186
github.com/jinzhu/inflection v1.0.0/go.mod h1:h+uFLlag+Qp1Va5pdKtLDYj+kHp5pxUVkryuEj+Srlc=
187187
github.com/jinzhu/now v1.1.4/go.mod h1:d3SSVoowX0Lcu0IBviAWJpolVfI5UJVZZ7cO71lE/z8=

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

+11-7
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/render_hint.go

+4
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/style.go

+4
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

+9-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ github.com/jackc/pgx/v5/stdlib
261261
## explicit
262262
github.com/jcmturner/gofork/encoding/asn1
263263
github.com/jcmturner/gofork/x/crypto/pbkdf2
264-
# github.com/jedib0t/go-pretty/v6 v6.4.3
264+
# github.com/jedib0t/go-pretty/v6 v6.4.4
265265
## explicit; go 1.16
266266
github.com/jedib0t/go-pretty/v6/table
267267
github.com/jedib0t/go-pretty/v6/text

0 commit comments

Comments
 (0)