Merge pull request #3103 from thaJeztah/use_atomicwriter

migrate to use github.com/moby/sys/atomicwriter
This commit is contained in:
CrazyMax
2025-04-11 12:05:00 +02:00
committed by GitHub
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