Update fastwalk to v1.0.9 to fix handling of disk root paths on Windows (#4063)
CodeQL / Analyze (go) (push) Has been cancelled
Test fzf on Linux / build (push) Has been cancelled
Test fzf on macOS / build (push) Has been cancelled
Generate Sponsors README / deploy (push) Has been cancelled

Fixes: https://github.com/junegunn/fzf/issues/4027
This commit is contained in:
Charlie Vieth
2024-10-25 23:57:46 +09: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