diff options
Diffstat (limited to 'lib/ui/grid.go')
-rw-r--r-- | lib/ui/grid.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ui/grid.go b/lib/ui/grid.go index cff5577..f505ce0 100644 --- a/lib/ui/grid.go +++ b/lib/ui/grid.go @@ -6,7 +6,7 @@ import ( "sync" "sync/atomic" - "github.com/gdamore/tcell" + "github.com/gdamore/tcell/v2" ) type Grid struct { |