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

@@ -8,12 +8,12 @@ import (
"time"
"github.com/distribution/reference"
"github.com/docker/docker/daemon/builder/dockerfile"
"github.com/docker/docker/daemon/internal/metrics"
"github.com/docker/docker/daemon/server/backend"
"github.com/docker/docker/errdefs"
containertypes "github.com/moby/moby/api/types/container"
"github.com/moby/moby/api/types/events"
"github.com/moby/moby/v2/daemon/builder/dockerfile"
"github.com/moby/moby/v2/daemon/internal/metrics"
"github.com/moby/moby/v2/daemon/server/backend"
"github.com/moby/moby/v2/errdefs"
"github.com/pkg/errors"
)