diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2020-10-23 23:31:46 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2020-10-23 23:31:46 +0900 |
| commit | 2750e196573ec7816cc966f2277ea5d14d770fca (patch) | |
| tree | 503635384275c5a01b8ce4d8b5bd21d70263275a /go.mod | |
| parent | b0987f727b38c91f8dfeb5dd38daba3de8d217ab (diff) | |
| download | fzf-2750e196573ec7816cc966f2277ea5d14d770fca.tar.gz | |
Update go-runewidth
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ require ( github.com/gdamore/tcell v1.4.0 github.com/lucasb-eyer/go-colorful v1.0.3 // indirect github.com/mattn/go-isatty v0.0.12 - github.com/mattn/go-runewidth v0.0.8 + github.com/mattn/go-runewidth v0.0.9 github.com/mattn/go-shellwords v1.0.9 github.com/saracen/walker v0.0.0-20191201085201-324a081bae7e golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d |
