File tree Expand file tree Collapse file tree 7 files changed +455
-2
lines changed
github.com/moby/sys/atomicwriter Expand file tree Collapse file tree 7 files changed +455
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ import (
4242 "github.com/docker/cli/cli/command"
4343 dockeropts "github.com/docker/cli/opts"
4444 "github.com/docker/docker/api/types/versions"
45- "github.com/docker/docker/pkg/atomicwriter"
4645 "github.com/moby/buildkit/client"
4746 "github.com/moby/buildkit/exporter/containerimage/exptypes"
4847 "github.com/moby/buildkit/frontend/subrequests"
@@ -53,6 +52,7 @@ import (
5352 solverpb "github.com/moby/buildkit/solver/pb"
5453 "github.com/moby/buildkit/util/grpcerrors"
5554 "github.com/moby/buildkit/util/progress/progressui"
55+ "github.com/moby/sys/atomicwriter"
5656 "github.com/morikuni/aec"
5757 "github.com/pkg/errors"
5858 "github.com/sirupsen/logrus"
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ require (
3131 github.com/mitchellh/hashstructure/v2 v2.0.2
3232 github.com/moby/buildkit v0.21.0-rc1
3333 github.com/moby/go-archive v0.0.0-20250404171912-21f3f3385ab7
34+ github.com/moby/sys/atomicwriter v0.1.0
3435 github.com/moby/sys/mountinfo v0.7.2
3536 github.com/moby/sys/signal v0.7.1
3637 github.com/morikuni/aec v1.0.0
Original file line number Diff line number Diff line change @@ -291,6 +291,8 @@ github.com/moby/patternmatcher v0.6.0 h1:GmP9lR19aU5GqSSFko+5pRqHi+Ohk1O69aFiKkV
291291github.com/moby/patternmatcher v0.6.0 /go.mod h1:hDPoyOpDY7OrrMDLaYoY3hf52gNCR/YOUYxkhApJIxc =
292292github.com/moby/spdystream v0.4.0 h1:Vy79D6mHeJJjiPdFEL2yku1kl0chZpJfZcPpb16BRl8 =
293293github.com/moby/spdystream v0.4.0 /go.mod h1:xBAYlnt/ay+11ShkdFKNAG7LsyK/tmNBVvVOwrfMgdI =
294+ github.com/moby/sys/atomicwriter v0.1.0 h1:kw5D/EqkBwsBFi0ss9v1VG3wIkVhzGvLklJ+w3A14Sw =
295+ github.com/moby/sys/atomicwriter v0.1.0 /go.mod h1:Ul8oqv2ZMNHOceF643P6FKPXeCmYtlQMvpizfsSoaWs =
294296github.com/moby/sys/mountinfo v0.7.2 h1:1shs6aH5s4o5H2zQLn796ADW1wMrIwHsyJ2v9KouLrg =
295297github.com/moby/sys/mountinfo v0.7.2 /go.mod h1:1YOa8w8Ih7uW0wALDUgT1dTTSBrZ+HiBLGws92L2RU4 =
296298github.com/moby/sys/sequential v0.6.0 h1:qrx7XFUd/5DxtqcoH1h438hF5TmOvzC/lspjy7zgvCU =
Original file line number Diff line number Diff line change 88 "sync"
99
1010 "github.com/docker/cli/cli/command"
11- "github.com/docker/docker/pkg/atomicwriter"
1211 "github.com/moby/buildkit/cmd/buildkitd/config"
12+ "github.com/moby/sys/atomicwriter"
1313 "github.com/pelletier/go-toml"
1414 "github.com/pkg/errors"
1515 fs "github.com/tonistiigi/fsutil/copy"
You can’t perform that action at this time.
0 commit comments