summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-06-27 15:47:41 +0900
committerGitHub <noreply@github.com>2025-06-27 15:47:41 +0900
commit19d858f9b658add0e745e752c28748c7216d52bd (patch)
tree0528917142bb539c892c10cc5d6e7aac7279b74e /go.mod
parent79690724d8fe0dbf785f17a49e24358e0913b5ad (diff)
downloadfzf-19d858f9b658add0e745e752c28748c7216d52bd.tar.gz
Bump github.com/charlievieth/fastwalk from 1.0.10 to 1.0.12 (#4431)
Bumps [github.com/charlievieth/fastwalk](https://github.com/charlievieth/fastwalk) from 1.0.10 to 1.0.12. - [Release notes](https://github.com/charlievieth/fastwalk/releases) - [Commits](https://github.com/charlievieth/fastwalk/compare/v1.0.10...v1.0.12) --- updated-dependencies: - dependency-name: github.com/charlievieth/fastwalk dependency-version: 1.0.12 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 d4f0b170..f1ec901d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
module github.com/junegunn/fzf
require (
- github.com/charlievieth/fastwalk v1.0.10
+ github.com/charlievieth/fastwalk v1.0.12
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