skopeo/vendor/github.com/mattn/go-runewidth
Lokesh Mandvekar 6153a02cef
bump golang.org/x/net to v0.7.0
Resolves: CVE-2022-41723
Ref: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-41723

bumped golang to 1.17

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2023-03-24 10:06:32 +05:30
..
.travis.yml vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
go.test.sh vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
LICENSE vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
README.md vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
runewidth_appengine.go vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
runewidth_js.go vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
runewidth_posix.go vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
runewidth_table.go Bump github.com/containers/image/v5 from 5.12.0 to 5.13.1 2021-06-16 15:34:27 +00:00
runewidth_windows.go vendor github.com/containers/image/v5@v5.5.1 2020-06-17 17:25:15 +02:00
runewidth.go Bump github.com/containers/image/v5 from 5.12.0 to 5.13.1 2021-06-16 15:34:27 +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