mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 18:57:17 -07:00
refact: using repo bettercap/readline
This commit is contained in:
parent
3e640c4bac
commit
81a7e701f9
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
package session
|
||||
|
||||
import (
|
||||
"github.com/evilsocket/readline"
|
||||
"github.com/bettercap/readline"
|
||||
"regexp"
|
||||
)
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import (
|
|||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/evilsocket/readline"
|
||||
"github.com/bettercap/readline"
|
||||
|
||||
"github.com/bettercap/bettercap/core"
|
||||
"github.com/bettercap/bettercap/firewall"
|
||||
|
|
|
@ -10,7 +10,7 @@ import (
|
|||
"github.com/bettercap/bettercap/core"
|
||||
"github.com/bettercap/bettercap/network"
|
||||
|
||||
"github.com/evilsocket/readline"
|
||||
"github.com/bettercap/readline"
|
||||
)
|
||||
|
||||
func (s *Session) helpHandler(args []string, sess *Session) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue