summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorCharlie Vieth <charlie.vieth@gmail.com>2024-07-08 09:21:37 -0400
committerGitHub <noreply@github.com>2024-07-08 22:21:37 +0900
commit2dbc874e3dfa381b2e5492c94bf4056d4a36f3f1 (patch)
tree9c631f59dbe4c4cb7a8752999a2a6f7b50291e6e /go.mod
parent039a2f1d04417d6aae0a3197227f1cba15bcb22b (diff)
downloadfzf-2dbc874e3dfa381b2e5492c94bf4056d4a36f3f1.tar.gz
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 <junegunn.c@gmail.com>
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 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