Skip to content

Commit a75ab98

Browse files
committed
vendor: github.com/mattn/go-runewidth v0.0.23
full diff: mattn/go-runewidth@v0.0.22...v0.0.23 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 10f1670 commit a75ab98

4 files changed

Lines changed: 73 additions & 26 deletions

File tree

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.22
31+
github.com/mattn/go-runewidth v0.0.23
3232
github.com/moby/go-archive v0.2.0
3333
github.com/moby/moby/api v1.54.1
3434
github.com/moby/moby/client v0.4.0

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.22 h1:76lXsPn6FyHtTY+jt2fTTvsMUCZq1k0qwRsAMuxzKAk=
110-
github.com/mattn/go-runewidth v0.0.22/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=
109+
github.com/mattn/go-runewidth v0.0.23 h1:7ykA0T0jkPpzSvMS5i9uoNn2Xy3R383f9HDx3RybWcw=
110+
github.com/mattn/go-runewidth v0.0.23/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: 69 additions & 22 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.22
159+
# github.com/mattn/go-runewidth v0.0.23
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)