summaryrefslogtreecommitdiffstats
path: root/runtime/ui/key/binding.go
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ui/key/binding.go')
-rw-r--r--runtime/ui/key/binding.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/ui/key/binding.go b/runtime/ui/key/binding.go
index 76ffa31..14566a7 100644
--- a/runtime/ui/key/binding.go
+++ b/runtime/ui/key/binding.go
@@ -2,11 +2,12 @@ package key
import (
"fmt"
- "github.com/jroimartin/gocui"
+
+ "github.com/awesome-gocui/gocui"
+ "github.com/awesome-gocui/keybinding"
"github.com/sirupsen/logrus"
"github.com/spf13/viper"
"github.com/wagoodman/dive/runtime/ui/format"
- "github.com/wagoodman/keybinding"
)
type BindingInfo struct {