Skip to content

Commit 8bed74b

Browse files
committed
update to latest API version
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent b630847 commit 8bed74b

File tree

144 files changed

+7055
-1166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+7055
-1166
lines changed

vendor.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ go 1.23.0
88

99
replace (
1010
// FIXME(thaJeztah): trying https://github.com/moby/moby/pull/50475
11-
github.com/docker/docker => github.com/thaJeztah/docker v24.0.0-rc.1.0.20250724094221-a1990ab76f65+incompatible
11+
github.com/docker/docker => github.com/thaJeztah/docker v24.0.0-rc.1.0.20250729142155-17210ef9c3e0+incompatible
1212

1313
// FIXME(thaJeztah): temporarily need to pin on commits, otherwise go modules won't resolve until these are tagged.
14-
github.com/moby/moby/api => github.com/moby/moby/api v0.0.0-20250724093015-4929f522b80b
15-
github.com/moby/moby/client => github.com/moby/moby/client v0.0.0-20250724093015-4929f522b80b
14+
github.com/moby/moby/api => github.com/moby/moby/api v0.0.0-20250729125042-2574c2b2e917
15+
github.com/moby/moby/client => github.com/moby/moby/client v0.0.0-20250729125042-2574c2b2e917
1616
)
1717

1818
require (
@@ -93,6 +93,7 @@ require (
9393
github.com/miekg/pkcs11 v1.1.1 // indirect
9494
github.com/moby/docker-image-spec v1.3.1 // indirect
9595
github.com/moby/moby/api v0.0.0 // indirect
96+
github.com/moby/moby/client v0.0.0-00010101000000-000000000000 // indirect
9697
github.com/moby/sys/symlink v0.3.0 // indirect
9798
github.com/moby/sys/user v0.4.0 // indirect
9899
github.com/moby/sys/userns v0.1.0 // indirect

vendor.sum

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,10 @@ github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3N
170170
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
171171
github.com/moby/go-archive v0.1.0 h1:Kk/5rdW/g+H8NHdJW2gsXyZ7UnzvJNOy6VKJqueWdcQ=
172172
github.com/moby/go-archive v0.1.0/go.mod h1:G9B+YoujNohJmrIYFBpSd54GTUB4lt9S+xVQvsJyFuo=
173-
github.com/moby/moby/api v0.0.0-20250724093015-4929f522b80b h1:YACg7EgJiYWC7Tpz4q4qFZd6I2Ex/JS+QhxPlw/E4XI=
174-
github.com/moby/moby/api v0.0.0-20250724093015-4929f522b80b/go.mod h1:VA4aMWurxqzKHCXKDSqoBx3hiJxnTStnqSG5zgc8XL0=
173+
github.com/moby/moby/api v0.0.0-20250729125042-2574c2b2e917 h1:kUXvd5/UxuA9rOrBBJ79GKKuBD/HR76jJBZed/bg4+E=
174+
github.com/moby/moby/api v0.0.0-20250729125042-2574c2b2e917/go.mod h1:UXRe3/H6L2SB5SrOqAhx5tsC0RqrhqtBoY8PFxjyp5k=
175+
github.com/moby/moby/client v0.0.0-20250729125042-2574c2b2e917 h1:roWTPpD2XjM1Z8uYZO4HAD1pUKSpm1X5S3JqNsWYnVE=
176+
github.com/moby/moby/client v0.0.0-20250729125042-2574c2b2e917/go.mod h1:aJbR/d6IN3wIBmj3XPFEY5E5Ndd6F57YQsqivzmCyO4=
175177
github.com/moby/patternmatcher v0.6.0 h1:GmP9lR19aU5GqSSFko+5pRqHi+Ohk1O69aFiKkVGiPk=
176178
github.com/moby/patternmatcher v0.6.0/go.mod h1:hDPoyOpDY7OrrMDLaYoY3hf52gNCR/YOUYxkhApJIxc=
177179
github.com/moby/swarmkit/v2 v2.0.0 h1:jkWQKQaJ4ltA61/mC9UdPe1McLma55RUcacTO+pPweY=
@@ -275,8 +277,8 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
275277
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
276278
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
277279
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
278-
github.com/thaJeztah/docker v24.0.0-rc.1.0.20250724094221-a1990ab76f65+incompatible h1:dFFTPF7Jfo1S8UXwnvxJseJatgQNz8vfcVk65QT6Yn4=
279-
github.com/thaJeztah/docker v24.0.0-rc.1.0.20250724094221-a1990ab76f65+incompatible/go.mod h1:eZ6Ef2GDr/8h8se23uenzFTrBHwc9jBEEnfrxqOb0Ss=
280+
github.com/thaJeztah/docker v24.0.0-rc.1.0.20250729142155-17210ef9c3e0+incompatible h1:MCjpqBEr3Cl8lrhAUufXNO1xOZATEzL+aHU0Q7WWXt4=
281+
github.com/thaJeztah/docker v24.0.0-rc.1.0.20250729142155-17210ef9c3e0+incompatible/go.mod h1:eZ6Ef2GDr/8h8se23uenzFTrBHwc9jBEEnfrxqOb0Ss=
280282
github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a h1:tlJ7tGUHvcvL1v3yR6NcCc9nOqh2L+CG6HWrYQtwzQ0=
281283
github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a/go.mod h1:Y94A6rPp2OwNfP/7vmf8O2xx2IykP8pPXQ1DLouGnEw=
282284
github.com/tonistiigi/go-rosetta v0.0.0-20220804170347-3f4430f2d346 h1:TvtdmeYsYEij78hS4oxnwikoiLdIrgav3BA+CbhaDAI=

vendor/github.com/docker/docker/api/types/aliases.go

Lines changed: 18 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/api/types/container/aliases.go

Lines changed: 5 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/api/types/container/state.go

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/api/types/filters/aliases.go

Lines changed: 0 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/api/types/filters/filters_deprecated.go

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/api/types/swarm/aliases.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/pkg/stringid/alias.go

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/pkg/stringid/stringid.go

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)