Skip to content

Commit

Permalink
testing with c8d / bk
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jan 15, 2025
1 parent 7801221 commit ec4cfeb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 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

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down Expand Up @@ -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=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit ec4cfeb

Please sign in to comment.