spiegel_podman/vendor/github.com/mattn/go-runewidth
Paul Holzinger 8af2158a83
vendor: update go.podman.io/... and buildah to latest
Mainly so we get a commit after [1] which makes the renovate auto update
work again. And also buildah to get a fix for a flake [2].

[1] https://github.com/containers/container-libs/pull/635
[2] https://github.com/containers/buildah/pull/6688

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2026-02-18 14:07:29 +01:00
..
benchstat.txt Update module github.com/vbauerster/mpb/v8 to v8.11.1 2025-11-07 10:36:01 +00:00
LICENSE compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
new.txt Update module github.com/vbauerster/mpb/v8 to v8.11.1 2025-11-07 10:36:01 +00:00
old.txt Update module github.com/vbauerster/mpb/v8 to v8.11.1 2025-11-07 10:36:01 +00:00
README.md Vendor in latest containers/(buildah, image, common) 2022-12-21 06:12:45 -05:00
runewidth.go Update module github.com/vbauerster/mpb/v8 to v8.11.1 2025-11-07 10:36:01 +00:00
runewidth_appengine.go Vendor in latest containers/(buildah, image, common) 2022-12-21 06:12:45 -05:00
runewidth_js.go Vendor in latest containers/(buildah, image, common) 2022-12-21 06:12:45 -05:00
runewidth_posix.go Vendor in latest containers/(buildah, image, common) 2022-12-21 06:12:45 -05:00
runewidth_table.go vendor: update go.podman.io/... and buildah to latest 2026-02-18 14:07:29 +01:00
runewidth_windows.go Update module github.com/vbauerster/mpb/v8 to v8.11.1 2025-11-07 10:36:01 +00:00

go-runewidth

Build Status Codecov GoDoc Go Report Card

Provides functions to get fixed width of the character or string.

Usage

runewidth.StringWidth("つのだ☆HIRO") == 12

Author

Yasuhiro Matsumoto

License

under the MIT License: http://mattn.mit-license.org/2013