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