Skip to content

Commit 75f3c08

Browse files
authored
Merge pull request #6505 from thaJeztah/bump_runewidth
vendor: github.com/mattn/go-runewidth v0.0.17
2 parents aaed38f + 4287f1d commit 75f3c08

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

vendor.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+
157157
github.com/lib/pq v1.9.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
158158
github.com/magiconair/properties v1.5.3 h1:C8fxWnhYyME3n0klPOhVM7PtYUB3eV1W3DeFmN3j53Y=
159159
github.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=
162162
github.com/mattn/go-sqlite3 v1.6.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc=
163163
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
164164
github.com/miekg/pkcs11 v1.0.3/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs=

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

Lines changed: 6 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
@@ -154,7 +154,7 @@ github.com/klauspost/compress/internal/le
154154
github.com/klauspost/compress/internal/snapref
155155
github.com/klauspost/compress/zstd
156156
github.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
159159
github.com/mattn/go-runewidth
160160
# github.com/miekg/pkcs11 v1.1.1

0 commit comments

Comments
 (0)