automation-tests/vendor/github.com/mattn/go-runewidth
dependabot[bot] 9457549fff build(deps): bump github.com/vbauerster/mpb/v7 from 7.5.2 to 7.5.3
Bumps [github.com/vbauerster/mpb/v7](https://github.com/vbauerster/mpb) from 7.5.2 to 7.5.3.
- [Release notes](https://github.com/vbauerster/mpb/releases)
- [Commits](https://github.com/vbauerster/mpb/compare/v7.5.2...v7.5.3)

---
updated-dependencies:
- dependency-name: github.com/vbauerster/mpb/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Also bump the go module to 1.17 to be able to compile the new code.
Given containers/common and others already require go 1.17+ we're
safe to go.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-09-13 08:58:22 +02:00
..
.travis.yml compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
LICENSE compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
README.md compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
go.test.sh compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
runewidth.go Bump github.com/vbauerster/mpb/v6 from 6.0.3 to 6.0.4 2021-05-19 06:50:18 +00:00
runewidth_appengine.go compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
runewidth_js.go compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
runewidth_posix.go compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00
runewidth_table.go Bump github.com/vbauerster/mpb/v6 from 6.0.3 to 6.0.4 2021-05-19 06:50:18 +00:00
runewidth_windows.go compat handlers: add X-Registry-Auth header support 2020-05-29 15:39:37 +02:00

README.md

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