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

1
go.mod
View File

@@ -31,6 +31,7 @@ require (
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/moby/buildkit v0.21.0-rc1
github.com/moby/go-archive v0.0.0-20250404171912-21f3f3385ab7
github.com/moby/sys/atomicwriter v0.1.0
github.com/moby/sys/mountinfo v0.7.2
github.com/moby/sys/signal v0.7.1
github.com/morikuni/aec v1.0.0