-
Notifications
You must be signed in to change notification settings - Fork 5.8k
build(deps): bump github.com/docker/buildx v0.33.0, buildkit v0.29.0 #13693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| module github.com/docker/compose/v5 | ||
|
|
||
| go 1.25.0 | ||
| go 1.25.5 | ||
|
||
|
|
||
| require ( | ||
| github.com/AlecAivazis/survey/v2 v2.3.7 | ||
|
|
@@ -15,7 +15,7 @@ require ( | |
| github.com/containerd/platforms v1.0.0-rc.3 | ||
| github.com/creack/pty v1.1.24 | ||
| github.com/distribution/reference v0.6.0 | ||
| github.com/docker/buildx v0.31.1 | ||
| github.com/docker/buildx v0.33.0 | ||
| github.com/docker/cli v29.3.1+incompatible | ||
| github.com/docker/cli-docs-tool v0.11.0 | ||
| github.com/docker/docker v28.5.2+incompatible | ||
|
|
@@ -29,7 +29,7 @@ require ( | |
| github.com/jonboulle/clockwork v0.5.0 | ||
| github.com/mattn/go-shellwords v1.0.12 | ||
| github.com/mitchellh/go-ps v1.0.0 | ||
| github.com/moby/buildkit v0.27.1 | ||
| github.com/moby/buildkit v0.29.0 | ||
| github.com/moby/go-archive v0.2.0 | ||
| github.com/moby/moby/api v1.54.0 | ||
| github.com/moby/moby/client v0.3.0 | ||
|
|
@@ -69,7 +69,7 @@ require ( | |
| github.com/containerd/continuity v0.4.5 // indirect | ||
| github.com/containerd/errdefs/pkg v0.3.0 // indirect | ||
| github.com/containerd/log v0.1.0 // indirect | ||
| github.com/containerd/ttrpc v1.2.7 // indirect | ||
| github.com/containerd/ttrpc v1.2.8 // indirect | ||
| github.com/containerd/typeurl/v2 v2.2.3 // indirect | ||
| github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect | ||
| github.com/docker/distribution v2.8.3+incompatible // indirect | ||
|
|
@@ -87,12 +87,14 @@ require ( | |
| github.com/gorilla/mux v1.8.1 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect | ||
| github.com/hashicorp/errwrap v1.1.0 // indirect | ||
| github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
| github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
| github.com/in-toto/in-toto-golang v0.9.0 // indirect | ||
| github.com/in-toto/attestation v1.1.2 // indirect | ||
| github.com/in-toto/in-toto-golang v0.10.0 // indirect | ||
| github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
| github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf // indirect | ||
| github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
| github.com/klauspost/compress v1.18.3 // indirect | ||
| github.com/klauspost/compress v1.18.5 // indirect | ||
| github.com/mattn/go-colorable v0.1.14 // indirect | ||
| github.com/mattn/go-isatty v0.0.20 // indirect | ||
| github.com/mattn/go-runewidth v0.0.16 // indirect | ||
|
|
@@ -108,16 +110,16 @@ require ( | |
| github.com/moby/sys/userns v0.1.0 // indirect | ||
| github.com/moby/term v0.5.2 // indirect | ||
| github.com/otiai10/mint v1.6.3 // indirect | ||
| github.com/pelletier/go-toml v1.9.5 // indirect | ||
| github.com/pelletier/go-toml/v2 v2.2.4 // indirect | ||
| github.com/pkg/errors v0.9.1 // indirect | ||
| github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect | ||
| github.com/rivo/uniseg v0.4.7 // indirect | ||
| github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
| github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 // indirect | ||
| github.com/secure-systems-lab/go-securesystemslib v0.9.1 // indirect | ||
| github.com/secure-systems-lab/go-securesystemslib v0.10.0 // indirect | ||
| github.com/shibumi/go-pathspec v1.3.0 // indirect | ||
| github.com/sigstore/sigstore v1.10.0 // indirect | ||
| github.com/sigstore/sigstore-go v1.1.4-0.20251124094504-b5fe07a5a7d7 // indirect | ||
| github.com/sigstore/sigstore v1.10.4 // indirect | ||
| github.com/sigstore/sigstore-go v1.1.4 // indirect | ||
| github.com/tonistiigi/dchapes-mode v0.0.0-20250318174251-73d941a28323 // indirect | ||
| github.com/tonistiigi/fsutil v0.0.0-20251211185533-a2aa163d723f // indirect | ||
| github.com/tonistiigi/go-csvvalue v0.0.0-20240814133006-030d3b2625d0 // indirect | ||
|
|
@@ -135,7 +137,7 @@ require ( | |
| go.yaml.in/yaml/v3 v3.0.4 // indirect | ||
| golang.org/x/crypto v0.48.0 // indirect | ||
| golang.org/x/net v0.51.0 // indirect | ||
| golang.org/x/term v0.40.0 // indirect | ||
| golang.org/x/term v0.41.0 // indirect | ||
| golang.org/x/text v0.34.0 // indirect | ||
| golang.org/x/time v0.14.0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This came from go-tuf; work in progress to drop those bumps;