Skip to content

Commit 8e8ac55

Browse files
committed
test update with BridgeNfIptables, BridgeNfIp6tables
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent ae52a22 commit 8e8ac55

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
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.20250516143957-7f4f3a1a4972+incompatible
10+
911
require (
1012
dario.cat/mergo v1.0.1
1113
github.com/containerd/platforms v1.0.0-rc.1

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ github.com/docker/cli-docs-tool v0.9.0/go.mod h1:ClrwlNW+UioiRyH9GiAOe1o3J/TsY3T
5353
github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
5454
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk=
5555
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
56-
github.com/docker/docker v28.1.2-0.20250516114456-c04dec11437f+incompatible h1:0jSTstSvJ1S0l/wH/vJ5JMnsSNpWx6dmqblTwe87dVc=
57-
github.com/docker/docker v28.1.2-0.20250516114456-c04dec11437f+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
5856
github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8=
5957
github.com/docker/docker-credential-helpers v0.9.3/go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo=
6058
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c h1:lzqkGL9b3znc+ZUgi7FlLnqjQhcXxkNM/quxIjBVMD0=
@@ -271,6 +269,8 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
271269
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
272270
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
273271
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
272+
github.com/thaJeztah/docker v24.0.0-rc.1.0.20250516143957-7f4f3a1a4972+incompatible h1:kzjPkY+D97nMScaKcRGfYHG6gPQG2S6q/QYpi1zVX1g=
273+
github.com/thaJeztah/docker v24.0.0-rc.1.0.20250516143957-7f4f3a1a4972+incompatible/go.mod h1:eZ6Ef2GDr/8h8se23uenzFTrBHwc9jBEEnfrxqOb0Ss=
274274
github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a h1:tlJ7tGUHvcvL1v3yR6NcCc9nOqh2L+CG6HWrYQtwzQ0=
275275
github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a/go.mod h1:Y94A6rPp2OwNfP/7vmf8O2xx2IykP8pPXQ1DLouGnEw=
276276
github.com/tonistiigi/go-rosetta v0.0.0-20220804170347-3f4430f2d346 h1:TvtdmeYsYEij78hS4oxnwikoiLdIrgav3BA+CbhaDAI=

vendor/github.com/docker/docker/api/types/system/info.go

Lines changed: 0 additions & 2 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
@@ -58,7 +58,7 @@ github.com/docker/distribution/registry/client/transport
5858
github.com/docker/distribution/registry/storage/cache
5959
github.com/docker/distribution/registry/storage/cache/memory
6060
github.com/docker/distribution/uuid
61-
# github.com/docker/docker v28.1.2-0.20250516114456-c04dec11437f+incompatible
61+
# github.com/docker/docker v28.1.2-0.20250516114456-c04dec11437f+incompatible => github.com/thaJeztah/docker v24.0.0-rc.1.0.20250516143957-7f4f3a1a4972+incompatible
6262
## explicit
6363
github.com/docker/docker/api
6464
github.com/docker/docker/api/types
@@ -563,3 +563,4 @@ gotest.tools/v3/skip
563563
# tags.cncf.io/container-device-interface v0.8.0
564564
## explicit; go 1.20
565565
tags.cncf.io/container-device-interface/pkg/parser
566+
# github.com/docker/docker => github.com/thaJeztah/docker v24.0.0-rc.1.0.20250516143957-7f4f3a1a4972+incompatible

0 commit comments

Comments
 (0)