From 0a6b1640e32638dd433ee7e57ec325a7bdd79561 Mon Sep 17 00:00:00 2001 From: Abiola Ibrahim Date: Thu, 7 Jun 2018 05:08:44 +0100 Subject: [PATCH] use readline fork --- ishell.go | 2 +- reader.go | 2 +- utils_unix.go | 2 +- utils_windows.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ishell.go b/ishell.go index 9d88f36..098af06 100644 --- a/ishell.go +++ b/ishell.go @@ -16,7 +16,7 @@ import ( "time" "unicode" - "github.com/chzyer/readline" + "github.com/abiosoft/readline" "github.com/fatih/color" "github.com/flynn-archive/go-shlex" ) diff --git a/reader.go b/reader.go index 447719c..99dbcb1 100644 --- a/reader.go +++ b/reader.go @@ -5,7 +5,7 @@ import ( "strings" "sync" - "github.com/chzyer/readline" + "github.com/abiosoft/readline" ) type ( diff --git a/utils_unix.go b/utils_unix.go index 2a9c745..9d073c0 100644 --- a/utils_unix.go +++ b/utils_unix.go @@ -3,7 +3,7 @@ package ishell import ( - "github.com/chzyer/readline" + "github.com/abiosoft/readline" ) func clearScreen(s *Shell) error { diff --git a/utils_windows.go b/utils_windows.go index 3351cd1..4e331ab 100644 --- a/utils_windows.go +++ b/utils_windows.go @@ -3,7 +3,7 @@ package ishell import ( - "github.com/chzyer/readline" + "github.com/abiosoft/readline" ) func clearScreen(s *Shell) error {