From 6442e8c891ba770bad0504a570ad9e97737c91e8 Mon Sep 17 00:00:00 2001 From: David Wertenteil Date: Tue, 23 Aug 2022 16:31:19 +0300 Subject: [PATCH] fixed test deps pkg --- core/pkg/resourcehandler/k8sresources_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pkg/resourcehandler/k8sresources_test.go b/core/pkg/resourcehandler/k8sresources_test.go index 849650c4..00025f4d 100644 --- a/core/pkg/resourcehandler/k8sresources_test.go +++ b/core/pkg/resourcehandler/k8sresources_test.go @@ -6,8 +6,8 @@ import ( "reflect" "testing" - "github.com/armosec/kubescape/v2/core/cautils" "github.com/kubescape/k8s-interface/workloadinterface" + "github.com/kubescape/kubescape/v2/core/cautils" "github.com/stretchr/testify/assert" v1 "k8s.io/api/core/v1" )