File tree Expand file tree Collapse file tree 4 files changed +171
-160
lines changed
github.com/mattn/go-runewidth Expand file tree Collapse file tree 4 files changed +171
-160
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -259,8 +259,8 @@ github.com/lib/pq v0.0.0-20150723085316-0dad96c0b94f/go.mod h1:5WUZQaWbwv1U+lTRe
259259github.com/magiconair/properties v1.5.3 /go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ =
260260github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 =
261261github.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 =
264264github.com/mattn/go-shellwords v1.0.12 h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk =
265265github.com/mattn/go-shellwords v1.0.12 /go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y =
266266github.com/mattn/go-sqlite3 v1.6.0 /go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc =
You can’t perform that action at this time.
0 commit comments