diff options
| author | Charlie Vieth <charlie.vieth@gmail.com> | 2024-02-17 23:20:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-18 13:20:50 +0900 |
| commit | 425deadca944de5a92093e881a1410dd2df1571a (patch) | |
| tree | 54be97c320e3bdcfc371431d648fc6ec3ed1b08f /go.mod | |
| parent | 2c8e9dd3a5e237c4a0eeca1ca11551d9c8d14112 (diff) | |
| download | fzf-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
