From d5db02a899540661162ca3b816cd559ff577fff2 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Wed, 13 May 2020 21:08:53 +1000 Subject: bump gocui to be on 'simple' branch. The master branch of gocui contains stuff I added for lazynpm which changes how the cursor is used. This will provide some benefits to lazygit as well but I don't yet have the motivation to make the required changed in lazygit to support it. So we're gonna be on the branch named 'simple' rather than master until I fix that up. --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index eebd5a983..3a81b4883 100644 --- a/go.mod +++ b/go.mod @@ -7,19 +7,19 @@ require ( github.com/creack/pty v1.1.10-0.20191209115840-8ab47f72e854 github.com/fatih/color v1.7.0 github.com/fsnotify/fsnotify v1.4.7 - github.com/go-errors/errors v1.0.1 + github.com/go-errors/errors v1.0.2 github.com/go-git/go-git/v5 v5.0.0 github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 github.com/golang/protobuf v1.3.2 // indirect github.com/google/go-cmp v0.3.1 // indirect github.com/integrii/flaggy v1.4.0 - github.com/jesseduffield/gocui v0.3.1-0.20200309001002-7765949e1c8a - github.com/jesseduffield/termbox-go v0.0.0-20200130214842-1d31d1faa3c9 // indirect + github.com/jesseduffield/gocui v0.3.1-0.20200513110002-8cde0b9be542 + github.com/jesseduffield/termbox-go v0.0.0-20200405031649-4dc645f7e8ba // indirect github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/mattn/go-colorable v0.1.4 // indirect github.com/mattn/go-isatty v0.0.11 // indirect - github.com/mattn/go-runewidth v0.0.8 + github.com/mattn/go-runewidth v0.0.9 github.com/mgutz/str v1.2.0 github.com/nicksnyder/go-i18n/v2 v2.0.3 github.com/onsi/ginkgo v1.10.3 // indirect -- cgit v1.2.3