diff options
Diffstat (limited to 'lib/ui/stack.go')
-rw-r--r-- | lib/ui/stack.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ui/stack.go b/lib/ui/stack.go index c9004a0..5371408 100644 --- a/lib/ui/stack.go +++ b/lib/ui/stack.go @@ -5,7 +5,7 @@ import ( "git.sr.ht/~sircmpwn/aerc/config" - "github.com/gdamore/tcell" + "github.com/gdamore/tcell/v2" ) type Stack struct { |