This commit is contained in:
evilsocket 2018-02-07 21:37:28 +01:00
commit d532163fd6
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -11,7 +11,7 @@ import (
"syscall"
"time"
"github.com/chzyer/readline"
"github.com/evilsocket/readline"
"github.com/evilsocket/bettercap-ng/core"
"github.com/evilsocket/bettercap-ng/firewall"

View file

@ -9,7 +9,7 @@ import (
"github.com/evilsocket/bettercap-ng/core"
"github.com/chzyer/readline"
"github.com/evilsocket/readline"
)
func (s *Session) helpHandler(args []string, sess *Session) error {