From c3098e9ab2ff5820c16c7d281da0cd3b97f2677f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 18:39:37 +0900 Subject: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit v1.2.3