summaryrefslogtreecommitdiff
path: root/config/bindings_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/bindings_test.go')
-rw-r--r--config/bindings_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bindings_test.go b/config/bindings_test.go
index 1d1cbfe..4459736 100644
--- a/config/bindings_test.go
+++ b/config/bindings_test.go
@@ -4,7 +4,7 @@ import (
"fmt"
"testing"
- "github.com/gdamore/tcell"
+ "github.com/gdamore/tcell/v2"
"github.com/stretchr/testify/assert"
)