about summary refs log tree commit diff stats
path: root/config/style.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/style.go')
-rw-r--r--config/style.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/style.go b/config/style.go
index af7241d..c3e8503 100644
--- a/config/style.go
+++ b/config/style.go
@@ -8,7 +8,7 @@ import (
 	"regexp"
 	"strings"
 
-	"github.com/gdamore/tcell"
+	"github.com/gdamore/tcell/v2"
 	"github.com/go-ini/ini"
 	"github.com/mitchellh/go-homedir"
 )