migrate to use github.com/moby/sys/atomicwriter

The github.com/docker/docker/pkg/atomicwriter package was moved
to a separate module.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2025-04-10 09:24:51 +02:00
parent f8de3c3bdc
commit b7b5a3a1cc
7 changed files with 455 additions and 2 deletions

View File

@ -8,8 +8,8 @@ import (
"sync"
"github.com/docker/cli/cli/command"
"github.com/docker/docker/pkg/atomicwriter"
"github.com/moby/buildkit/cmd/buildkitd/config"
"github.com/moby/sys/atomicwriter"
"github.com/pelletier/go-toml"
"github.com/pkg/errors"
fs "github.com/tonistiigi/fsutil/copy"