summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorCharlie Vieth <charlie.vieth@gmail.com>2025-09-04 09:04:52 -0400
committerGitHub <noreply@github.com>2025-09-04 22:04:52 +0900
commit10d712824a133863562c6ad1f01bc79a1f1a2f7b (patch)
tree27528c5db0d3a3aec87ad1987742f465e4982679 /go.mod
parentde4059c8fa9d88247e0716f546a76d65fa3eb17b (diff)
downloadfzf-10d712824a133863562c6ad1f01bc79a1f1a2f7b.tar.gz
mod: update charlievieth/fastwalk to v1.0.13 and min Go version to 1.21 (#4508)
This commit updates github.com/charlievieth/fastwalk to v1.0.13 which addresses fastwalk issue #61. It also updates the minimum supported Go version to 1.21 (up from 1.20) since that is now the minimum version supported by fastwalk.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index f1ec901d..da05c75d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
module github.com/junegunn/fzf
require (
- github.com/charlievieth/fastwalk v1.0.12
+ github.com/charlievieth/fastwalk v1.0.13
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
@@ -17,4 +17,4 @@ require (
golang.org/x/text v0.21.0 // indirect
)
-go 1.20
+go 1.21