refact: using repo bettercap/readline

This commit is contained in:
evilsocket 2018-02-27 05:06:34 +01:00
commit 81a7e701f9
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
package session
import (
"github.com/evilsocket/readline"
"github.com/bettercap/readline"
"regexp"
)