summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-02 18:39:37 +0900
committerGitHub <noreply@github.com>2024-03-02 18:39:37 +0900
commitc3098e9ab2ff5820c16c7d281da0cd3b97f2677f (patch)
tree44f5b470930d506d539ba98c5e6dd42caf28dfd5 /go.mod
parent686f9288fc841924d7fdad6f4b1740afd5e83c86 (diff)
downloadfzf-c3098e9ab2ff5820c16c7d281da0cd3b97f2677f.tar.gz
Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.20 (#3489)
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.17 to 0.0.20. - [Commits](https://github.com/mattn/go-isatty/compare/v0.0.17...v0.0.20) --- updated-dependencies: - dependency-name: github.com/mattn/go-isatty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 fa75ac69..622d677b 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/junegunn/fzf
require (
github.com/charlievieth/fastwalk v1.0.2
github.com/gdamore/tcell/v2 v2.7.1
- github.com/mattn/go-isatty v0.0.17
+ github.com/mattn/go-isatty v0.0.20
github.com/mattn/go-shellwords v1.0.12
github.com/rivo/uniseg v0.4.7
golang.org/x/sys v0.17.0