summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-09-16 01:19:14 +0900
committerGitHub <noreply@github.com>2025-09-16 01:19:14 +0900
commitc5cabe1691a0c486ae0ac733106aa1b843db2f59 (patch)
treefa24ab68f8f18d7611c1ee48c6e633394024dea1 /go.mod
parentcbed41cd825970e614c69cce4ee65e99f3c1d335 (diff)
downloadfzf-c5cabe1691a0c486ae0ac733106aa1b843db2f59.tar.gz
Bump github.com/charlievieth/fastwalk from 1.0.13 to 1.0.14 (#4522)
Bumps [github.com/charlievieth/fastwalk](https://github.com/charlievieth/fastwalk) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/charlievieth/fastwalk/releases) - [Commits](https://github.com/charlievieth/fastwalk/compare/v1.0.13...v1.0.14) --- updated-dependencies: - dependency-name: github.com/charlievieth/fastwalk dependency-version: 1.0.14 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 b933e0cd..f7a34677 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
module github.com/junegunn/fzf
require (
- github.com/charlievieth/fastwalk v1.0.13
+ github.com/charlievieth/fastwalk v1.0.14
github.com/gdamore/tcell/v2 v2.9.0
github.com/junegunn/go-shellwords v0.0.0-20250127100254-2aa3b3277741
github.com/mattn/go-isatty v0.0.20