diff options
| author | Jan Palus <jpalus@fastmail.com> | 2024-06-19 04:23:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-19 11:23:43 +0900 |
| commit | 6179faf778bb63dd9930d5e2716ed0b4d11d5240 (patch) | |
| tree | e4ecc81fb18bd9554b6d624c8ac6778193f57808 /go.mod | |
| parent | 16dc236a25c0240c6f4e79f4a7090376d2bd319d (diff) | |
| download | fzf-6179faf778bb63dd9930d5e2716ed0b4d11d5240.tar.gz | |
mod: upgrade fastwalk to 1.0.4 (#3878)
Fixes #3832
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.3 + github.com/charlievieth/fastwalk v1.0.4 github.com/gdamore/tcell/v2 v2.7.4 github.com/mattn/go-isatty v0.0.20 github.com/mattn/go-shellwords v1.0.12 |
