Skip to content

Commit 699b029

Browse files
authored
Merge pull request docker#6908 from thaJeztah/bump_runewidth
vendor: github.com/mattn/go-runewidth v0.0.22
2 parents 512607a + 5fca671 commit 699b029

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

vendor.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require (
2828
github.com/google/go-cmp v0.7.0
2929
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
3030
github.com/google/uuid v1.6.0
31-
github.com/mattn/go-runewidth v0.0.21
31+
github.com/mattn/go-runewidth v0.0.22
3232
github.com/moby/go-archive v0.2.0
3333
github.com/moby/moby/api v1.54.1-0.20260403102726-ef0a1e449505
3434
github.com/moby/moby/client v0.3.1-0.20260403102726-ef0a1e449505

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
106106
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
107107
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
108108
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
109-
github.com/mattn/go-runewidth v0.0.21 h1:jJKAZiQH+2mIinzCJIaIG9Be1+0NR+5sz/lYEEjdM8w=
110-
github.com/mattn/go-runewidth v0.0.21/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=
109+
github.com/mattn/go-runewidth v0.0.22 h1:76lXsPn6FyHtTY+jt2fTTvsMUCZq1k0qwRsAMuxzKAk=
110+
github.com/mattn/go-runewidth v0.0.22/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=
111111
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
112112
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
113113
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=

vendor/github.com/mattn/go-runewidth/runewidth.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ github.com/klauspost/compress/internal/le
156156
github.com/klauspost/compress/internal/snapref
157157
github.com/klauspost/compress/zstd
158158
github.com/klauspost/compress/zstd/internal/xxhash
159-
# github.com/mattn/go-runewidth v0.0.21
159+
# github.com/mattn/go-runewidth v0.0.22
160160
## explicit; go 1.20
161161
github.com/mattn/go-runewidth
162162
# github.com/moby/docker-image-spec v1.3.1

0 commit comments

Comments
 (0)