mirror of
https://github.com/bettercap/bettercap
synced 2025-07-31 04:00:09 -07:00
refact: session/modules -> modules
This commit is contained in:
parent
da10147b7c
commit
64221a126d
13 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -6,8 +6,8 @@ import (
|
|||
"strings"
|
||||
|
||||
"github.com/evilsocket/bettercap-ng/core"
|
||||
"github.com/evilsocket/bettercap-ng/modules"
|
||||
"github.com/evilsocket/bettercap-ng/session"
|
||||
"github.com/evilsocket/bettercap-ng/session/modules"
|
||||
)
|
||||
|
||||
var sess *session.Session
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue