Skip to content

Commit

Permalink
Revert "vendor: test moby pkg/system refactor"
Browse files Browse the repository at this point in the history
This reverts commit ec76369.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Dec 19, 2024
1 parent ec76369 commit f5f8615
Show file tree
Hide file tree
Showing 58 changed files with 860 additions and 614 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module github.com/moby/buildkit

go 1.22.0

// FIXME(thaJeztah): testing https://github.com/moby/moby/pull/49087
replace github.com/docker/docker => github.com/dmcgowan/docker v1.1.3-0.20241219215548-75a8139e6c42
// FIXME(thaJeztah): testing moby master
replace github.com/docker/docker => github.com/docker/docker v27.0.2-0.20241219215845-ec0dba002046+incompatible

replace github.com/docker/cli => github.com/docker/cli v27.0.2-0.20241218124108-2f67b2f3ff3a+incompatible

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi
github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE=
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
github.com/dmcgowan/docker v1.1.3-0.20241219215548-75a8139e6c42 h1:u2GeTGFCfs9QlOS1wmS7g0Q5i2I6WGcWGs501UzIWGI=
github.com/dmcgowan/docker v1.1.3-0.20241219215548-75a8139e6c42/go.mod h1:AKi7Z6FzccBGsB9PP0AbY4O0g9QR4Y5RmrVhRbN4r3Q=
github.com/docker/cli v27.0.2-0.20241218124108-2f67b2f3ff3a+incompatible h1:XsSN1xr87F/IR/WB7nWhL7qJIb72GLkZKvMSWPYFYrY=
github.com/docker/cli v27.0.2-0.20241218124108-2f67b2f3ff3a+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/docker v27.0.2-0.20241219215845-ec0dba002046+incompatible h1:y5zPikHhd1kWQfhFaQYkBhFNt3SI5oxZfcVQsSFFOvg=
github.com/docker/docker v27.0.2-0.20241219215845-ec0dba002046+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo=
github.com/docker/docker-credential-helpers v0.8.2/go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M=
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
Expand Down
77 changes: 33 additions & 44 deletions vendor/github.com/docker/docker/api/swagger.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 23 additions & 5 deletions vendor/github.com/docker/docker/api/types/registry/registry.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/docker/docker/api/types/system/info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/docker/docker/client/ping.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f5f8615

Please sign in to comment.