summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-09-27 19:51:44 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-09-27 19:58:24 +1000
commitc8e9d1b4fcde97dbdeae3463ef80da2c61fe5371 (patch)
tree9aa90130b4cede9e069fda744adaefec2ed9c311 /go.mod
parentab0117c416847fcdb82383d31735391ba83bfd74 (diff)
bump gocui
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 6 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 10f488121..642856970 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/creack/pty v1.1.11
github.com/fatih/color v1.9.0 // indirect
github.com/fsnotify/fsnotify v1.4.7
- github.com/gdamore/tcell/v2 v2.3.11 // indirect
+ github.com/gdamore/tcell/v2 v2.4.0 // indirect
github.com/go-errors/errors v1.4.0
github.com/go-logfmt/logfmt v0.5.0 // indirect
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
@@ -21,7 +21,7 @@ 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.20210614081440-74b42ecad52b
+ github.com/jesseduffield/gocui v0.3.1-0.20210927094955-aa62b56c153a
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
@@ -29,7 +29,7 @@ require (
github.com/kyokomi/emoji/v2 v2.2.8
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
- github.com/mattn/go-runewidth v0.0.13
+ github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mgutz/str v1.2.0
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/onsi/gomega v1.7.1 // indirect
@@ -40,7 +40,7 @@ require (
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
golang.org/x/net v0.0.0-20201002202402-0a1ea396d57c // indirect
- golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 // indirect
- golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
- golang.org/x/text v0.3.6 // indirect
+ golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
+ golang.org/x/term v0.0.0-20210916214954-140adaaadfaf // indirect
+ golang.org/x/text v0.3.7 // indirect
)