File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
github.com/mattn/go-runewidth Expand file tree Collapse file tree 4 files changed +10
-4
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.16
29+ github.com/mattn/go-runewidth v0.0.17
3030 github.com/moby/go-archive v0.1.0
3131 github.com/moby/moby/api v1.52.0-beta.1.0.20250923190348-e98849831fc4 // master
3232 github.com/moby/moby/client v0.1.0-beta.0.0.20250923190348-e98849831fc4 // master
Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+
157157github.com/lib/pq v1.9.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
158158github.com/magiconair/properties v1.5.3 h1:C8fxWnhYyME3n0klPOhVM7PtYUB3eV1W3DeFmN3j53Y=
159159github.com/magiconair/properties v1.5.3/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
160- github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc =
161- github.com/mattn/go-runewidth v0.0.16 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
160+ github.com/mattn/go-runewidth v0.0.17 h1:78v8ZlW0bP43XfmAfPsdXcoNCelfMHsDmd/pkENfrjQ =
161+ github.com/mattn/go-runewidth v0.0.17 /go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
162162github.com/mattn/go-sqlite3 v1.6.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc=
163163github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
164164github.com/miekg/pkcs11 v1.0.3/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs=
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ github.com/klauspost/compress/internal/le
154154github.com/klauspost/compress/internal/snapref
155155github.com/klauspost/compress/zstd
156156github.com/klauspost/compress/zstd/internal/xxhash
157- # github.com/mattn/go-runewidth v0.0.16
157+ # github.com/mattn/go-runewidth v0.0.17
158158## explicit; go 1.9
159159github.com/mattn/go-runewidth
160160# github.com/miekg/pkcs11 v1.1.1
You can’t perform that action at this time.
0 commit comments