summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-09-19 19:54:58 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-09-19 20:16:22 +1000
commit0367399cf3368c6e05b9187ac8a9c994eaf2fc9c (patch)
tree7bc9c833b690690fd526a4933bf48f00ef54c539 /go.mod
parent4ea446205c247f89f2c19e58988f80326cba9b74 (diff)
bump deps to use forked termbox which doesn't crash as easily
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 02db8a03e..61692f46e 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,8 @@ require (
github.com/heroku/rollrus v0.0.0-20180515183152-fc0cef2ff331
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
github.com/jesseduffield/go-getter v0.0.0-20180822080847-906e15686e63
- github.com/jesseduffield/gocui v0.0.0-20180905104005-2cb6e95bbbf8
+ github.com/jesseduffield/gocui v0.0.0-20180919095827-4fca348422d8
+ github.com/jesseduffield/termbox-go v0.0.0-20180919093808-1e272ff78dcb
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
github.com/kevinburke/ssh_config v0.0.0-20180317175531-9fc7bb800b55
@@ -31,7 +32,6 @@ require (
github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77
github.com/mitchellh/mapstructure v0.0.0-20180715050151-f15292f7a699
github.com/nicksnyder/go-i18n v0.0.0-20180803040939-a16b91a3ba80
- github.com/nsf/termbox-go v0.0.0-20180613055208-5c94acc5e6eb
github.com/pelletier/go-buffruneio v0.2.0
github.com/pelletier/go-toml v1.2.0
github.com/pkg/errors v0.8.0