From ec4cfeb9302f3d9652be14471aec5ffb2103e98a Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 15 Jan 2025 01:07:29 +0100 Subject: [PATCH] testing with c8d / bk Signed-off-by: Sebastiaan van Stijn --- go.mod | 4 ++-- go.sum | 4 ++-- vendor/modules.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 53f1096cd54a..387e32ddf867 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,8 @@ module github.com/moby/buildkit go 1.22.0 -// FIXME(thaJeztah): testing moby master -replace github.com/docker/docker => github.com/docker/docker v27.0.2-0.20250114194116-a2b1ac7959b8+incompatible +// FIXME(thaJeztah): testing https://github.com/moby/moby/pull/49279 +replace github.com/docker/docker => github.com/thaJeztah/docker v24.0.0-rc.1.0.20250114230606-6306b9953e91+incompatible replace github.com/docker/cli => github.com/docker/cli v27.0.2-0.20250114194141-ce293bdb8141+incompatible diff --git a/go.sum b/go.sum index 6bd3b86f1df2..eed79e4ae296 100644 --- a/go.sum +++ b/go.sum @@ -140,8 +140,6 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= github.com/docker/cli v27.0.2-0.20250114194141-ce293bdb8141+incompatible h1:0x18gsTc5E/HHkcS9XvN+EywkPO+i/7Qc4W0qEFj9iI= github.com/docker/cli v27.0.2-0.20250114194141-ce293bdb8141+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= -github.com/docker/docker v27.0.2-0.20250114194116-a2b1ac7959b8+incompatible h1:kRH/VL3XV2JmiLbqNZJxxvArB2NNjgtx6wUEzrbv6Eg= -github.com/docker/docker v27.0.2-0.20250114194116-a2b1ac7959b8+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= @@ -381,6 +379,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 h1:kdXcSzyDtseVEc4yCz2qF8ZrQvIDBJLl4S1c3GCXmoI= github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww= +github.com/thaJeztah/docker v24.0.0-rc.1.0.20250114230606-6306b9953e91+incompatible h1:nWsyqs2sg+763JM+jlfFtljD95u8P4k7FOUhLY4Bl4A= +github.com/thaJeztah/docker v24.0.0-rc.1.0.20250114230606-6306b9953e91+incompatible/go.mod h1:eZ6Ef2GDr/8h8se23uenzFTrBHwc9jBEEnfrxqOb0Ss= github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 h1:eUk79E1w8yMtXeHSzjKorxuC8qJOnyXQnLaJehxpJaI= github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205/go.mod h1:3Iuxbr0P7D3zUzBMAZB+ois3h/et0shEz0qApgHYGpY= github.com/tonistiigi/fsutil v0.0.0-20250113203817-b14e27f4135a h1:EfGw4G0x/8qXWgtcZ6KVaPS+wpWOQMaypczzP8ojkMY= diff --git a/vendor/modules.txt b/vendor/modules.txt index 4ffadb6a4d11..2cfec491686c 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -482,7 +482,7 @@ github.com/docker/cli/cli/config/configfile github.com/docker/cli/cli/config/credentials github.com/docker/cli/cli/config/types github.com/docker/cli/cli/connhelper/commandconn -# github.com/docker/docker v27.5.0+incompatible => github.com/docker/docker v27.0.2-0.20250114194116-a2b1ac7959b8+incompatible +# github.com/docker/docker v27.5.0+incompatible => github.com/thaJeztah/docker v24.0.0-rc.1.0.20250114230606-6306b9953e91+incompatible ## explicit github.com/docker/docker/api github.com/docker/docker/api/types @@ -1140,5 +1140,5 @@ tags.cncf.io/container-device-interface/pkg/parser # tags.cncf.io/container-device-interface/specs-go v0.8.0 ## explicit; go 1.19 tags.cncf.io/container-device-interface/specs-go -# github.com/docker/docker => github.com/docker/docker v27.0.2-0.20250114194116-a2b1ac7959b8+incompatible +# github.com/docker/docker => github.com/thaJeztah/docker v24.0.0-rc.1.0.20250114230606-6306b9953e91+incompatible # github.com/docker/cli => github.com/docker/cli v27.0.2-0.20250114194141-ce293bdb8141+incompatible