diff options
| author | Charlie Vieth <charlie.vieth@gmail.com> | 2024-10-25 10:57:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-25 23:57:46 +0900 |
| commit | 71fad63829a9c2107c8ffb05095f71535129ca70 (patch) | |
| tree | 0661c5f4249241a37b95626b419e0797af0287e6 /go.mod | |
| parent | d65c6101a84628b49f1e666977a8b62179f7276e (diff) | |
| download | fzf-71fad63829a9c2107c8ffb05095f71535129ca70.tar.gz | |
Update fastwalk to v1.0.9 to fix handling of disk root paths on Windows (#4063)
Fixes: https://github.com/junegunn/fzf/issues/4027
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ module github.com/junegunn/fzf require ( - github.com/charlievieth/fastwalk v1.0.8 + github.com/charlievieth/fastwalk v1.0.9 github.com/gdamore/tcell/v2 v2.7.4 github.com/junegunn/go-shellwords v0.0.0-20240813092932-a62c48c52e97 github.com/mattn/go-isatty v0.0.20 |
