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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user