fix: goimports

Signed-off-by: Ruslan Semagin <pixel.365.24@gmail.com>
This commit is contained in:
Ruslan Semagin
2025-04-01 12:26:15 +03:00
parent 218e3914b1
commit 3b10443ff5
3 changed files with 6 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
package patch
import (
metav1 "github.com/kubescape/kubescape/v3/core/meta/datastructures/v1"
"testing"
metav1 "github.com/kubescape/kubescape/v3/core/meta/datastructures/v1"
"github.com/kubescape/kubescape/v3/core/mocks"
"github.com/spf13/cobra"
"github.com/stretchr/testify/assert"

View File

@@ -2,8 +2,9 @@ package cmd
import (
"context"
"github.com/stretchr/testify/assert"
"testing"
"github.com/stretchr/testify/assert"
)
func TestNewDefaultKubescapeCommand(t *testing.T) {

View File

@@ -2,9 +2,10 @@ package update
import (
"context"
"testing"
"github.com/kubescape/kubescape/v3/core/core"
"github.com/stretchr/testify/assert"
"testing"
)
func TestGetUpdateCmd(t *testing.T) {