deprecate pkg/atomicwriter, migrate to github.com/moby/sys/atomicwriter

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-04-04 20:58:00 +02:00
parent d7b743b856
commit 6422ff2804
20 changed files with 277 additions and 338 deletions

View File

@@ -21,7 +21,7 @@ import (
"github.com/docker/docker/daemon/config"
"github.com/docker/docker/errdefs"
"github.com/docker/docker/libcontainerd/shimopts"
"github.com/docker/docker/pkg/atomicwriter"
"github.com/moby/sys/atomicwriter"
"github.com/opencontainers/runtime-spec/specs-go/features"
"github.com/pkg/errors"
)