File tree Expand file tree Collapse file tree 4 files changed +322
-285
lines changed
github.com/mattn/go-runewidth Expand file tree Collapse file tree 4 files changed +322
-285
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ require (
2626 github.com/google/go-cmp v0.7.0
2727 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2828 github.com/google/uuid v1.6.0
29- github.com/mattn/go-runewidth v0.0.19
29+ github.com/mattn/go-runewidth v0.0.20
3030 github.com/moby/go-archive v0.2.0
3131 github.com/moby/moby/api v1.53.0
3232 github.com/moby/moby/client v0.2.2
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.19 h1:v++JhqYnZuu5jSKrk9RbgF5v4CGUjqRfBm05byFGLdw =
110- github.com/mattn/go-runewidth v0.0.19 /go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=
109+ github.com/mattn/go-runewidth v0.0.20 h1:WcT52H91ZUAwy8+HUkdM3THM6gXqXuLJi9O3rjcQQaQ =
110+ github.com/mattn/go-runewidth v0.0.20 /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=
You can’t perform that action at this time.
0 commit comments