Replace kubeshark/worker with kubeshark/base

This commit is contained in:
M. Mert Yildiran
2022-11-30 03:58:23 +03:00
parent 6ca0fe137e
commit 5d4fab04c3
11 changed files with 39 additions and 73 deletions

View File

@@ -9,6 +9,7 @@ import (
"regexp"
"time"
"github.com/kubeshark/base/pkg/models"
"github.com/kubeshark/kubeshark/config"
"github.com/kubeshark/kubeshark/config/configStructs"
"github.com/kubeshark/kubeshark/errormessage"
@@ -17,7 +18,6 @@ import (
"github.com/kubeshark/kubeshark/kubeshark"
"github.com/kubeshark/kubeshark/kubeshark/fsUtils"
"github.com/kubeshark/kubeshark/resources"
"github.com/kubeshark/worker/models"
"github.com/rs/zerolog/log"
)