From 2dbc874e3dfa381b2e5492c94bf4056d4a36f3f1 Mon Sep 17 00:00:00 2001 From: Charlie Vieth Date: Mon, 8 Jul 2024 09:21:37 -0400 Subject: Update charlievieth/fastwalk to use forward-slashes on WSL and MSYS (#3907) This commit changes FZF to enforce that all paths are joined with forward-slashes when running on WSL or MSYS even when the FZF binary was compiled for Windows. Update: github.com/charlievieth/fastwalk Fixes: https://github.com/junegunn/fzf/issues/3859 --------- Co-authored-by: Junegunn Choi --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 4ab49803..5ffa67a1 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/junegunn/fzf require ( - github.com/charlievieth/fastwalk v1.0.4 + github.com/charlievieth/fastwalk v1.0.7-0.20240703190418-87029d931815 github.com/gdamore/tcell/v2 v2.7.4 github.com/mattn/go-isatty v0.0.20 github.com/mattn/go-shellwords v1.0.12 -- cgit v1.2.3