m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 00:53:42 -05:00

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

2
go.mod
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