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

@@ -7,8 +7,8 @@ import (
"regexp"
"strings"
"github.com/kubeshark/base/pkg/models"
"github.com/kubeshark/kubeshark/utils"
"github.com/kubeshark/worker/models"
"github.com/rs/zerolog/log"
)