about summary refs log tree commit diff stats
path: root/lib/ui/popover.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ui/popover.go')
-rw-r--r--lib/ui/popover.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ui/popover.go b/lib/ui/popover.go
index a76f222..7a539de 100644
--- a/lib/ui/popover.go
+++ b/lib/ui/popover.go
@@ -1,6 +1,6 @@
 package ui
 
-import "github.com/gdamore/tcell"
+import "github.com/gdamore/tcell/v2"
 
 type Popover struct {
 	x, y, width, height int