1
0
mirror of https://github.com/moby/moby.git synced 2025-11-03 16:33:18 +03:00

Create github.com/moby/moby/v2 module

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-07-31 10:13:29 -07:00
parent a954a0f4a2
commit f74e5d48b3
1013 changed files with 8199 additions and 2743 deletions

View File

@@ -11,7 +11,7 @@ import (
"time"
"github.com/creack/pty"
"github.com/docker/docker/integration-cli/cli"
"github.com/moby/moby/v2/integration-cli/cli"
"gotest.tools/v3/assert"
is "gotest.tools/v3/assert/cmp"
)