summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorCharlie Vieth <charlie.vieth@gmail.com>2024-02-17 23:20:50 -0500
committerGitHub <noreply@github.com>2024-02-18 13:20:50 +0900
commit425deadca944de5a92093e881a1410dd2df1571a (patch)
tree54be97c320e3bdcfc371431d648fc6ec3ed1b08f /go.mod
parent2c8e9dd3a5e237c4a0eeca1ca11551d9c8d14112 (diff)
downloadfzf-425deadca944de5a92093e881a1410dd2df1571a.tar.gz
dep: update github.com/charlievieth/fastwalk to v1.0.2 (#3631)
This fixes the build for solaris/illumos and removes the extraneous godirwalk dependency.
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 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