summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorCharlie Vieth <charlie.vieth@gmail.com>2024-04-04 00:29:32 -0400
committerGitHub <noreply@github.com>2024-04-04 13:29:32 +0900
commit9b9ad77e1c330e70c3c3d815f1ff08fc3d82ed55 (patch)
treeeff8d03e364ab4bd09b8c53eb2bcfcf9c89d84a0 /go.mod
parent118b4d4a0153960843fa202fbf2f88d65b52a2b0 (diff)
mod: update changes/fastwalk to v1.0.3 (#3709)
Update charlievieth/fastwalk to resolve issue #3706.
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 7cdfa80f..8160e844 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
module github.com/junegunn/fzf
require (
- github.com/charlievieth/fastwalk v1.0.2
+ github.com/charlievieth/fastwalk v1.0.3
github.com/gdamore/tcell/v2 v2.7.4
github.com/mattn/go-isatty v0.0.20
github.com/mattn/go-shellwords v1.0.12