aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-25 19:55:35 +0100
committerMichael Muré <batolettre@gmail.com>2020-02-25 19:55:35 +0100
commit68acfa519ab6656648d1e976db2a4190bbeb5f44 (patch)
tree628720be6d6f443f246bad8139e2b3a3de7404c1 /go.mod
parenta322721a114e41a0ef0912606faad81780dcc357 (diff)
downloadgit-bug-68acfa519ab6656648d1e976db2a4190bbeb5f44.tar.gz
termui: fix bad rendering due to outdated go-runewidth
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index d23e70b5..a5605654 100644
--- a/go.mod
+++ b/go.mod
@@ -17,6 +17,7 @@ require (
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
github.com/mattn/go-isatty v0.0.12
+ github.com/mattn/go-runewidth v0.0.8
github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5
github.com/pkg/errors v0.9.1
github.com/shurcooL/githubv4 v0.0.0-20190601194912-068505affed7