fix imports

Signed-off-by: Matthias Bertschy <matthias.bertschy@gmail.com>
This commit is contained in:
Matthias Bertschy
2025-09-01 15:49:31 +02:00
parent 5faade2b66
commit 35e7fa2b94

View File

@@ -2,13 +2,13 @@ package printer
import (
"fmt"
"github.com/kubescape/k8s-interface/workloadinterface"
"regexp"
"sort"
"strconv"
"strings"
"github.com/jwalton/gchalk"
"github.com/kubescape/k8s-interface/workloadinterface"
"github.com/kubescape/kubescape/v3/core/cautils"
"github.com/kubescape/kubescape/v3/core/pkg/resultshandling/printer/v2/prettyprinter"
"github.com/kubescape/kubescape/v3/core/pkg/resultshandling/printer/v2/prettyprinter/tableprinter/utils"