Update fastwalk to v1.0.9 to fix handling of disk root paths on Windows (#4063)

Fixes: https://github.com/junegunn/fzf/issues/4027
This commit is contained in:
Charlie Vieth
2024-10-25 10:57:46 -04:00
committed by GitHub
parent d65c6101a8
commit 71fad63829
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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