client/status: switch to package tcell which works with solaris

Can't cross compile Solaris binaries though:
tcell for Solaris needs cgo.
This commit is contained in:
Christian Schwarz
2018-10-13 16:56:30 +02:00
parent be4e244f1f
commit fb6f58b735
3 changed files with 52 additions and 31 deletions
+6 -3
View File
@@ -60,9 +60,6 @@ ignored = [ "github.com/inconshreveable/mousetrap" ]
name = "github.com/golang/protobuf"
version = "1.2.0"
[[constraint]]
name = "github.com/nsf/termbox-go"
branch = "master"
[[constraint]]
name = "github.com/fatih/color"
version = "1.7.0"
@@ -70,3 +67,9 @@ ignored = [ "github.com/inconshreveable/mousetrap" ]
[[constraint]]
name = "github.com/problame/go-streamrpc"
version = "0.4.0"
[[constraint]]
name = "github.com/gdamore/tcell"
version = "1.0.0"