From 545d5770be8849dcb8d3fc6270aba8e03a1716c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:35:23 +0900 Subject: Bump github.com/gdamore/tcell/v2 from 2.7.0 to 2.7.1 (#3639) Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/gdamore/tcell/releases) - [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv2.md) - [Commits](https://github.com/gdamore/tcell/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: github.com/gdamore/tcell/v2 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 d27b9f5a..fa75ac69 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/junegunn/fzf require ( github.com/charlievieth/fastwalk v1.0.2 - github.com/gdamore/tcell/v2 v2.7.0 + github.com/gdamore/tcell/v2 v2.7.1 github.com/mattn/go-isatty v0.0.17 github.com/mattn/go-shellwords v1.0.12 github.com/rivo/uniseg v0.4.7 -- cgit v1.2.3