mod: update charlievieth/fastwalk to v1.0.13 and min Go version to 1.21 (#4508)
CodeQL / Analyze (go) (push) Has been cancelled
build / build (push) Has been cancelled
Test fzf on macOS / build (push) Has been cancelled

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.
This commit is contained in:
Charlie Vieth
2025-09-04 09:04:52 -04:00
committed by GitHub
parent de4059c8fa
commit 10d712824a
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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