mod: upgrade fastwalk to 1.0.4 (#3878)

Fixes #3832
This commit is contained in:
Jan Palus
2024-06-19 04:23:43 +02:00
committed by GitHub
parent 16dc236a25
commit 6179faf778
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.3
github.com/charlievieth/fastwalk v1.0.4
github.com/gdamore/tcell/v2 v2.7.4
github.com/mattn/go-isatty v0.0.20
github.com/mattn/go-shellwords v1.0.12