feat: added modules

This commit is contained in:
Marvin Zhang
2024-06-14 16:37:48 +08:00
parent ca070cc788
commit 33a30e03ef
157 changed files with 5887 additions and 305 deletions

View File

@@ -5,7 +5,7 @@ import (
"github.com/crawlab-team/crawlab/core/errors"
"github.com/crawlab-team/crawlab/core/interfaces"
"github.com/crawlab-team/crawlab/core/sys_exec"
"github.com/crawlab-team/go-trace"
"github.com/crawlab-team/crawlab/trace"
"math/rand"
"os/exec"
"time"

View File

@@ -1,7 +1,7 @@
package process
import (
"github.com/crawlab-team/go-trace"
"github.com/crawlab-team/crawlab/trace"
"os/exec"
"regexp"
"runtime"