mirror of
https://github.com/junegunn/fzf.git
synced 2025-12-06 12:54:26 +08:00
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>
21 lines
526 B
Modula-2
21 lines
526 B
Modula-2
module github.com/junegunn/fzf
|
|
|
|
require (
|
|
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
|
|
github.com/rivo/uniseg v0.4.7
|
|
golang.org/x/sys v0.21.0
|
|
golang.org/x/term v0.21.0
|
|
)
|
|
|
|
require (
|
|
github.com/gdamore/encoding v1.0.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|
|
|
|
go 1.20
|