From 56a573de86a9d6257f426cee4d8ca895880c9681 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 9 Feb 2021 09:47:57 +1100 Subject: support wide characters in the editor --- go.mod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 84b3ce319..9e453f0f9 100644 --- a/go.mod +++ b/go.mod @@ -19,17 +19,19 @@ require ( github.com/imdario/mergo v0.3.11 github.com/integrii/flaggy v1.4.0 github.com/jesseduffield/go-git/v5 v5.1.2-0.20201006095850-341962be15a4 - github.com/jesseduffield/gocui v0.3.1-0.20201010224802-8a6768078fd7 + github.com/jesseduffield/gocui v0.3.1-0.20210208224444-2eecee85583d github.com/jesseduffield/termbox-go v0.0.0-20200823212418-a2289ed6aafe github.com/jesseduffield/yaml v2.1.0+incompatible github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/kylelemons/godebug v1.1.0 // indirect github.com/mattn/go-colorable v0.1.7 // indirect - github.com/mattn/go-runewidth v0.0.9 + github.com/mattn/go-runewidth v0.0.10 github.com/mgutz/str v1.2.0 + github.com/nsf/termbox-go v0.0.0-20210114135735-d04385b850e8 // indirect github.com/onsi/ginkgo v1.10.3 // indirect github.com/onsi/gomega v1.7.1 // indirect + github.com/rivo/uniseg v0.2.0 // indirect github.com/sahilm/fuzzy v0.1.0 github.com/sirupsen/logrus v1.4.2 github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad -- cgit v1.2.3