about summary refs log tree commit diff stats
path: root/lib/ui/borders.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ui/borders.go')
-rw-r--r--lib/ui/borders.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ui/borders.go b/lib/ui/borders.go
index 99d6880..fd49e7f 100644
--- a/lib/ui/borders.go
+++ b/lib/ui/borders.go
@@ -1,7 +1,7 @@
 package ui
 
 import (
-	"github.com/gdamore/tcell"
+	"github.com/gdamore/tcell/v2"
 
 	"git.sr.ht/~sircmpwn/aerc/config"
 )