summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-28 23:05:34 +0900
committerGitHub <noreply@github.com>2025-03-28 23:05:34 +0900
commit376142eb0d5a0572221c6cada2a6e361c13ac2b4 (patch)
tree03cf754447004ecfecbafaf1cab128ed86c90b34 /go.mod
parent664ee1f4832340ea301f9525cb2d4ce8fc7f12cd (diff)
downloadfzf-376142eb0d5a0572221c6cada2a6e361c13ac2b4.tar.gz
Bump github.com/charlievieth/fastwalk from 1.0.9 to 1.0.10 (#4307)
Bumps [github.com/charlievieth/fastwalk](https://github.com/charlievieth/fastwalk) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/charlievieth/fastwalk/releases) - [Commits](https://github.com/charlievieth/fastwalk/compare/v1.0.9...v1.0.10) --- updated-dependencies: - dependency-name: github.com/charlievieth/fastwalk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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 e9b76d75..d4f0b170 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
module github.com/junegunn/fzf
require (
- github.com/charlievieth/fastwalk v1.0.9
+ github.com/charlievieth/fastwalk v1.0.10
github.com/gdamore/tcell/v2 v2.8.1
github.com/junegunn/go-shellwords v0.0.0-20250127100254-2aa3b3277741
github.com/mattn/go-isatty v0.0.20