Skip to content

Commit d6f731e

Browse files
committed
test c8d errdefs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 557cabb commit d6f731e

File tree

6 files changed

+55
-91
lines changed

6 files changed

+55
-91
lines changed

vendor.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ module github.com/docker/cli
66

77
go 1.23.0
88

9+
replace github.com/docker/docker => github.com/thaJeztah/docker v24.0.0-rc.1.0.20250516102317-0a7f459dc462+incompatible
10+
911
require (
1012
dario.cat/mergo v1.0.1
1113
github.com/containerd/errdefs v1.0.0

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ github.com/docker/cli-docs-tool v0.9.0/go.mod h1:ClrwlNW+UioiRyH9GiAOe1o3J/TsY3T
5555
github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
5656
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
5757
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
58-
github.com/docker/docker v28.1.2-0.20250515215111-fd1a78e0a388+incompatible h1:t6fp4pyFO9bUagzR2mxee6JdTAv5SJmqwMGUlllS7Hc=
59-
github.com/docker/docker v28.1.2-0.20250515215111-fd1a78e0a388+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
6058
github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8=
6159
github.com/docker/docker-credential-helpers v0.9.3/go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo=
6260
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c h1:lzqkGL9b3znc+ZUgi7FlLnqjQhcXxkNM/quxIjBVMD0=
@@ -273,6 +271,8 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
273271
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
274272
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
275273
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
274+
github.com/thaJeztah/docker v24.0.0-rc.1.0.20250516102317-0a7f459dc462+incompatible h1:ul4mC/sedWi5H2gVX0jxJF2CBP2vYEsBekL5iaL8m2s=
275+
github.com/thaJeztah/docker v24.0.0-rc.1.0.20250516102317-0a7f459dc462+incompatible/go.mod h1:eZ6Ef2GDr/8h8se23uenzFTrBHwc9jBEEnfrxqOb0Ss=
276276
github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a h1:tlJ7tGUHvcvL1v3yR6NcCc9nOqh2L+CG6HWrYQtwzQ0=
277277
github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a/go.mod h1:Y94A6rPp2OwNfP/7vmf8O2xx2IykP8pPXQ1DLouGnEw=
278278
github.com/tonistiigi/go-rosetta v0.0.0-20220804170347-3f4430f2d346 h1:TvtdmeYsYEij78hS4oxnwikoiLdIrgav3BA+CbhaDAI=

vendor/github.com/docker/docker/AUTHORS

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/errdefs/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/docker/docker/errdefs/is.go

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

vendor/modules.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ github.com/docker/distribution/registry/client/transport
6161
github.com/docker/distribution/registry/storage/cache
6262
github.com/docker/distribution/registry/storage/cache/memory
6363
github.com/docker/distribution/uuid
64-
# github.com/docker/docker v28.1.2-0.20250515215111-fd1a78e0a388+incompatible
64+
# github.com/docker/docker v28.1.2-0.20250515215111-fd1a78e0a388+incompatible => github.com/thaJeztah/docker v24.0.0-rc.1.0.20250516102317-0a7f459dc462+incompatible
6565
## explicit
6666
github.com/docker/docker/api
6767
github.com/docker/docker/api/types
@@ -565,3 +565,4 @@ gotest.tools/v3/skip
565565
# tags.cncf.io/container-device-interface v0.8.0
566566
## explicit; go 1.20
567567
tags.cncf.io/container-device-interface/pkg/parser
568+
# github.com/docker/docker => github.com/thaJeztah/docker v24.0.0-rc.1.0.20250516102317-0a7f459dc462+incompatible

0 commit comments

Comments
 (0)