Update to use github.com/moby/go-archive

Update use of idtools to moby/user for archive and other deprecated uses

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2025-04-03 23:31:17 -07:00
parent 57a042b77c
commit d0154d3e59
77 changed files with 264 additions and 286 deletions

View File

@@ -12,9 +12,9 @@ import (
"github.com/docker/docker/api/types/events"
"github.com/docker/docker/container"
"github.com/docker/docker/errdefs"
"github.com/docker/docker/pkg/archive"
"github.com/docker/docker/pkg/ioutils"
volumemounts "github.com/docker/docker/volume/mounts"
"github.com/moby/go-archive"
"github.com/pkg/errors"
)