Skip to content

Commit 5398c33

Browse files
thaJeztahtonistiigi
authored andcommitted
vendor: github.com/mattn/go-runewidth v0.0.16
adds support for Unicode 15.1.0 full diff: mattn/go-runewidth@v0.0.15...v0.0.16 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 1365652 commit 5398c33

File tree

4 files changed

+171
-160
lines changed

4 files changed

+171
-160
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ require (
126126
github.com/json-iterator/go v1.1.12 // indirect
127127
github.com/klauspost/compress v1.18.0 // indirect
128128
github.com/mailru/easyjson v0.7.7 // indirect
129-
github.com/mattn/go-runewidth v0.0.15 // indirect
129+
github.com/mattn/go-runewidth v0.0.16 // indirect
130130
github.com/mattn/go-shellwords v1.0.12 // indirect
131131
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
132132
github.com/moby/docker-image-spec v1.3.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ github.com/lib/pq v0.0.0-20150723085316-0dad96c0b94f/go.mod h1:5WUZQaWbwv1U+lTRe
259259
github.com/magiconair/properties v1.5.3/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
260260
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
261261
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
262-
github.com/mattn/go-runewidth v0.0.15 h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=
263-
github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
262+
github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=
263+
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
264264
github.com/mattn/go-shellwords v1.0.12 h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk=
265265
github.com/mattn/go-shellwords v1.0.12/go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y=
266266
github.com/mattn/go-sqlite3 v1.6.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc=

0 commit comments

Comments
 (0)