🔨 Rename kubeshark package to misc

This commit is contained in:
M. Mert Yildiran
2022-12-29 03:45:24 +03:00
parent 6d06c53ebf
commit 9ab9f139c0
11 changed files with 23 additions and 23 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/kubeshark/kubeshark/config"
"github.com/kubeshark/kubeshark/config/configStructs"
"github.com/kubeshark/kubeshark/errormessage"
"github.com/kubeshark/kubeshark/kubeshark/fsUtils"
"github.com/kubeshark/kubeshark/misc/fsUtils"
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
)