summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-01-21 02:52:28 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-01-21 02:54:41 +0900
commit16f647393838ea3eb0778a45178323aea21b67a0 (patch)
tree71f117d5d727b204f3e7f418ab8e68e1f5cbb437 /BUILD.md
parent66546208b2d29257b736302592f9566952e29905 (diff)
downloadfzf-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.md b/BUILD.md
index 71066ef0..af0a04e9 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -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)