diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-01-21 02:52:28 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-01-21 02:54:41 +0900 |
| commit | 16f647393838ea3eb0778a45178323aea21b67a0 (patch) | |
| tree | 71f117d5d727b204f3e7f418ab8e68e1f5cbb437 /BUILD.md | |
| parent | 66546208b2d29257b736302592f9566952e29905 (diff) | |
| download | fzf-16f647393838ea3eb0778a45178323aea21b67a0.tar.gz | |
Change mattn/go-runewidth dependency to rivo/uniseg for accurate results
Related #3588 #3588 #3567
Diffstat (limited to 'BUILD.md')
| -rw-r--r-- | BUILD.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,8 +34,8 @@ make release Third-party libraries used -------------------------- -- [mattn/go-runewidth](https://github.com/mattn/go-runewidth) - - Licensed under [MIT](http://mattn.mit-license.org) +- [rivo/uniseg](https://github.com/rivo/uniseg) + - Licensed under [MIT](https://raw.githubusercontent.com/rivo/uniseg/master/LICENSE.txt) - [mattn/go-shellwords](https://github.com/mattn/go-shellwords) - Licensed under [MIT](http://mattn.mit-license.org) - [mattn/go-isatty](https://github.com/mattn/go-isatty) |
