From 425deadca944de5a92093e881a1410dd2df1571a Mon Sep 17 00:00:00 2001 From: Charlie Vieth Date: Sat, 17 Feb 2024 23:20:50 -0500 Subject: dep: update github.com/charlievieth/fastwalk to v1.0.2 (#3631) This fixes the build for solaris/illumos and removes the extraneous godirwalk dependency. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 556f3753..d27b9f5a 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/junegunn/fzf require ( - github.com/charlievieth/fastwalk v1.0.1 + github.com/charlievieth/fastwalk v1.0.2 github.com/gdamore/tcell/v2 v2.7.0 github.com/mattn/go-isatty v0.0.17 github.com/mattn/go-shellwords v1.0.12 -- cgit v1.2.3