summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorCharlie Vieth <charlie.vieth@gmail.com>2024-10-25 10:57:46 -0400
committerGitHub <noreply@github.com>2024-10-25 23:57:46 +0900
commit71fad63829a9c2107c8ffb05095f71535129ca70 (patch)
tree0661c5f4249241a37b95626b419e0797af0287e6 /go.mod
parentd65c6101a84628b49f1e666977a8b62179f7276e (diff)
downloadfzf-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index bd89df41..c097a491 100644
--- a/go.mod
+++ b/go.mod
@@ -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