summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-04 21:01:03 +0900
committerGitHub <noreply@github.com>2021-10-04 21:01:03 +0900
commit3df6b2a58c9f8318e70eba564a2ea8770ac01c3e (patch)
tree48e643d223fd6380ae094518fbccda0fb618ec3b /go.mod
parentb8aa2d2c32e791c5d9dc97443f0c7e108b52a34c (diff)
Bump github.com/mattn/go-runewidth from 0.0.12 to 0.0.13 (#2591)
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.12 to 0.0.13. - [Release notes](https://github.com/mattn/go-runewidth/releases) - [Commits](https://github.com/mattn/go-runewidth/compare/v0.0.12...v0.0.13) --- 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> 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 a28d6f8e..acbabe98 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ require (
github.com/gdamore/tcell v1.4.0
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.12
- github.com/mattn/go-runewidth v0.0.12
+ github.com/mattn/go-runewidth v0.0.13
github.com/mattn/go-shellwords v1.0.11
github.com/rivo/uniseg v0.2.0
github.com/saracen/walker v0.1.2