new: exposing the graph object to js

This commit is contained in:
Simone Margaritelli 2021-04-09 13:46:33 +02:00
commit 93b7e7f2ed
8 changed files with 48 additions and 13 deletions

View file

@ -3,7 +3,6 @@ package session
import (
"errors"
"fmt"
"github.com/evilsocket/islazy/plugin"
"net"
"os"
"regexp"
@ -25,6 +24,7 @@ import (
"github.com/evilsocket/islazy/fs"
"github.com/evilsocket/islazy/log"
"github.com/evilsocket/islazy/ops"
"github.com/evilsocket/islazy/plugin"
"github.com/evilsocket/islazy/str"
"github.com/evilsocket/islazy/tui"
)