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

View File

@@ -2,7 +2,7 @@ package client
import (
"fmt"
"github.com/nsf/termbox-go"
"github.com/gdamore/tcell/termbox"
"github.com/pkg/errors"
"github.com/spf13/pflag"
"github.com/zrepl/yaml-config"