mirror of https://github.com/mum4k/termdash.git
explicitly name import "tcell"
This commit is contained in:
parent
685c0af26f
commit
66d9d498b2
|
@ -17,7 +17,7 @@ package tcell
|
|||
import (
|
||||
"image"
|
||||
|
||||
"github.com/gdamore/tcell/v2"
|
||||
tcell "github.com/gdamore/tcell/v2"
|
||||
"github.com/mum4k/termdash/keyboard"
|
||||
"github.com/mum4k/termdash/mouse"
|
||||
"github.com/mum4k/termdash/terminal/terminalapi"
|
||||
|
|
|
@ -21,7 +21,7 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/gdamore/tcell/v2"
|
||||
tcell "github.com/gdamore/tcell/v2"
|
||||
"github.com/kylelemons/godebug/pretty"
|
||||
"github.com/mum4k/termdash/keyboard"
|
||||
"github.com/mum4k/termdash/mouse"
|
||||
|
|
|
@ -17,7 +17,7 @@ package tcell
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/gdamore/tcell/v2"
|
||||
tcell "github.com/gdamore/tcell/v2"
|
||||
"github.com/kylelemons/godebug/pretty"
|
||||
"github.com/mum4k/termdash/cell"
|
||||
"github.com/mum4k/termdash/terminal/terminalapi"
|
||||
|
|
Loading…
Reference in New Issue