summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-28 17:03:19 +0900
committerGitHub <noreply@github.com>2022-09-28 17:03:19 +0900
commit984049586a5e5409131e4cb4600115f4a6b9c669 (patch)
tree02b3650037cd1eea04e5b764c06817be107c52a1 /go.mod
parentcdfc2b92e348a4e29c8034052e3255587fdade7a (diff)
Bump github.com/mattn/go-runewidth from 0.0.13 to 0.0.14 (#2984)
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.13 to 0.0.14. - [Release notes](https://github.com/mattn/go-runewidth/releases) - [Commits](https://github.com/mattn/go-runewidth/compare/v0.0.13...v0.0.14) --- updated-dependencies: - dependency-name: github.com/mattn/go-runewidth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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 67e1beba..5a5bdcb2 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/junegunn/fzf
require (
github.com/gdamore/tcell/v2 v2.5.3
github.com/mattn/go-isatty v0.0.16
- github.com/mattn/go-runewidth v0.0.13
+ github.com/mattn/go-runewidth v0.0.14
github.com/mattn/go-shellwords v1.0.12
github.com/rivo/uniseg v0.4.2
github.com/saracen/walker v0.1.3