File tree 9 files changed +5
-5
lines changed
9 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"testing"
22
22
23
23
. "github.com/inspektor-gadget/inspektor-gadget/integration"
24
- "github.com/inspektor-gadget/inspektor-gadget/integration /containers"
24
+ "github.com/inspektor-gadget/inspektor-gadget/pkg/testing /containers"
25
25
)
26
26
27
27
var (
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ import (
19
19
"testing"
20
20
21
21
. "github.com/inspektor-gadget/inspektor-gadget/integration"
22
- "github.com/inspektor-gadget/inspektor-gadget/integration/containers"
23
22
containercollection "github.com/inspektor-gadget/inspektor-gadget/pkg/container-collection"
23
+ "github.com/inspektor-gadget/inspektor-gadget/pkg/testing/containers"
24
24
"github.com/inspektor-gadget/inspektor-gadget/pkg/types"
25
25
)
26
26
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ import (
19
19
"testing"
20
20
21
21
. "github.com/inspektor-gadget/inspektor-gadget/integration"
22
- "github.com/inspektor-gadget/inspektor-gadget/integration/containers"
23
22
snapshotprocessTypes "github.com/inspektor-gadget/inspektor-gadget/pkg/gadgets/snapshot/process/types"
23
+ "github.com/inspektor-gadget/inspektor-gadget/pkg/testing/containers"
24
24
eventtypes "github.com/inspektor-gadget/inspektor-gadget/pkg/types"
25
25
)
26
26
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ import (
20
20
"testing"
21
21
22
22
. "github.com/inspektor-gadget/inspektor-gadget/integration"
23
- "github.com/inspektor-gadget/inspektor-gadget/integration/containers"
24
23
dnsTypes "github.com/inspektor-gadget/inspektor-gadget/pkg/gadgets/trace/dns/types"
24
+ "github.com/inspektor-gadget/inspektor-gadget/pkg/testing/containers"
25
25
eventtypes "github.com/inspektor-gadget/inspektor-gadget/pkg/types"
26
26
)
27
27
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ import (
19
19
"testing"
20
20
21
21
. "github.com/inspektor-gadget/inspektor-gadget/integration"
22
- "github.com/inspektor-gadget/inspektor-gadget/integration/containers"
23
22
networkTypes "github.com/inspektor-gadget/inspektor-gadget/pkg/gadgets/trace/network/types"
23
+ "github.com/inspektor-gadget/inspektor-gadget/pkg/testing/containers"
24
24
eventtypes "github.com/inspektor-gadget/inspektor-gadget/pkg/types"
25
25
)
26
26
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments