1
0
mirror of https://github.com/moby/moby.git synced 2025-10-21 10:33:56 +03:00

testutil: move back to internal

This package was originally internal, but was moved out when BuildKit
used it for its integration tests. That's no longer the case, so we
can make it internal again.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-09-06 21:12:32 +02:00
parent 22e8c7f3cf
commit d3e45f8743
205 changed files with 308 additions and 308 deletions

View File

@@ -25,9 +25,9 @@ import (
"github.com/moby/moby/v2/daemon/libnetwork/nlwrap"
"github.com/moby/moby/v2/integration-cli/cli"
"github.com/moby/moby/v2/integration-cli/daemon"
"github.com/moby/moby/v2/internal/testutil"
testdaemon "github.com/moby/moby/v2/internal/testutil/daemon"
"github.com/moby/moby/v2/pkg/plugins"
"github.com/moby/moby/v2/testutil"
testdaemon "github.com/moby/moby/v2/testutil/daemon"
"github.com/vishvananda/netlink"
"golang.org/x/sys/unix"
"gotest.tools/v3/assert"