File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
github.com/mattn/go-runewidth Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
106106github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
107107github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
108108github.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=
111111github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
112112github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
113113github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ github.com/klauspost/compress/internal/le
156156github.com/klauspost/compress/internal/snapref
157157github.com/klauspost/compress/zstd
158158github.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
161161github.com/mattn/go-runewidth
162162# github.com/moby/docker-image-spec v1.3.1
You can’t perform that action at this time.
0 commit comments