Skip to content

Commit 24966d5

Browse files
chore(deps): bump github.com/moby/buildkit from 0.25.2 to 0.26.0 (#213)
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.25.2 to 0.26.0. - [Release notes](https://github.com/moby/buildkit/releases) - [Commits](moby/buildkit@v0.25.2...v0.26.0) --- updated-dependencies: - dependency-name: github.com/moby/buildkit dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 677d9f4 commit 24966d5

213 files changed

Lines changed: 14791 additions & 1556 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/chainguard-dev/kaniko
22

3-
go 1.24.0
3+
go 1.24.3
44

55
require (
66
cloud.google.com/go/storage v1.57.1
@@ -21,7 +21,7 @@ require (
2121
github.com/google/slowjam v1.1.2
2222
github.com/karrick/godirwalk v1.17.0
2323
github.com/minio/highwayhash v1.0.3
24-
github.com/moby/buildkit v0.25.2
24+
github.com/moby/buildkit v0.26.0
2525
github.com/otiai10/copy v1.14.1
2626
github.com/pkg/errors v0.9.1
2727
github.com/sirupsen/logrus v1.9.3
@@ -54,7 +54,7 @@ require (
5454
github.com/Azure/go-autorest/logger v0.2.2 // indirect
5555
github.com/Azure/go-autorest/tracing v0.6.1 // indirect
5656
github.com/Microsoft/go-winio v0.6.2 // indirect
57-
github.com/ProtonMail/go-crypto v1.2.0 // indirect
57+
github.com/ProtonMail/go-crypto v1.3.0 // indirect
5858
github.com/agext/levenshtein v1.2.3 // indirect
5959
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.3 // indirect
6060
github.com/aws/aws-sdk-go-v2/credentials v1.18.23 // indirect
@@ -74,9 +74,9 @@ require (
7474
github.com/beorn7/perks v1.0.1 // indirect
7575
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7676
github.com/containerd/continuity v0.4.5 // indirect
77-
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
77+
github.com/containerd/stargz-snapshotter/estargz v0.17.0 // indirect
7878
github.com/dimchansky/utfbom v1.1.1 // indirect
79-
github.com/docker/cli v28.4.0+incompatible // indirect
79+
github.com/docker/cli v28.5.0+incompatible // indirect
8080
github.com/docker/distribution v2.8.3+incompatible // indirect
8181
github.com/docker/docker-credential-helpers v0.9.4 // indirect
8282
github.com/docker/go-connections v0.5.0 // indirect
@@ -93,7 +93,7 @@ require (
9393
github.com/inconshreveable/mousetrap v1.1.0 // indirect
9494
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
9595
github.com/kevinburke/ssh_config v1.2.0 // indirect
96-
github.com/klauspost/compress v1.18.0 // indirect
96+
github.com/klauspost/compress v1.18.1 // indirect
9797
github.com/mitchellh/go-homedir v1.1.0 // indirect
9898
github.com/moby/locker v1.0.1 // indirect
9999
github.com/moby/patternmatcher v0.6.0
@@ -107,12 +107,12 @@ require (
107107
github.com/opencontainers/go-digest v1.0.0 // indirect
108108
github.com/opencontainers/image-spec v1.1.1 // indirect
109109
github.com/opencontainers/runtime-spec v1.2.1 // indirect
110-
github.com/prometheus/client_golang v1.22.0 // indirect
110+
github.com/prometheus/client_golang v1.23.2 // indirect
111111
github.com/prometheus/client_model v0.6.2 // indirect
112-
github.com/prometheus/common v0.64.0 // indirect
112+
github.com/prometheus/common v0.66.1 // indirect
113113
github.com/prometheus/procfs v0.16.1 // indirect
114114
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
115-
github.com/vbatts/tar-split v0.12.1 // indirect
115+
github.com/vbatts/tar-split v0.12.2 // indirect
116116
github.com/xanzy/ssh-agent v0.3.3 // indirect
117117
go.opencensus.io v0.24.0 // indirect
118118
golang.org/x/crypto v0.44.0 // indirect
@@ -138,18 +138,18 @@ require (
138138
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect
139139
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 // indirect
140140
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
141-
github.com/Microsoft/hcsshim v0.13.0 // indirect
141+
github.com/Microsoft/hcsshim v0.14.0-rc.1 // indirect
142142
github.com/aws/aws-sdk-go-v2/service/ecr v1.51.2 // indirect
143143
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.38.2 // indirect
144144
github.com/cloudflare/circl v1.6.1 // indirect
145145
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
146-
github.com/containerd/cgroups/v3 v3.0.5 // indirect
147-
github.com/containerd/containerd/api v1.9.0 // indirect
148-
github.com/containerd/containerd/v2 v2.1.5 // indirect
146+
github.com/containerd/cgroups/v3 v3.1.0 // indirect
147+
github.com/containerd/containerd/api v1.10.0 // indirect
148+
github.com/containerd/containerd/v2 v2.2.0 // indirect
149149
github.com/containerd/errdefs v1.0.0 // indirect
150150
github.com/containerd/errdefs/pkg v0.3.0 // indirect
151151
github.com/containerd/log v0.1.0 // indirect
152-
github.com/containerd/platforms v1.0.0-rc.1 // indirect
152+
github.com/containerd/platforms v1.0.0-rc.2 // indirect
153153
github.com/containerd/ttrpc v1.2.7 // indirect
154154
github.com/containerd/typeurl/v2 v2.2.3 // indirect
155155
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
@@ -189,18 +189,19 @@ require (
189189
github.com/tonistiigi/go-csvvalue v0.0.0-20240814133006-030d3b2625d0 // indirect
190190
github.com/toqueteos/webbrowser v1.2.0 // indirect
191191
github.com/zeebo/errs v1.4.0 // indirect
192-
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
192+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
193193
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect
194194
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
195195
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
196-
go.opentelemetry.io/otel v1.37.0 // indirect
197-
go.opentelemetry.io/otel/metric v1.37.0 // indirect
198-
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
199-
go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect
200-
go.opentelemetry.io/otel/trace v1.37.0 // indirect
196+
go.opentelemetry.io/otel v1.38.0 // indirect
197+
go.opentelemetry.io/otel/metric v1.38.0 // indirect
198+
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
199+
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
200+
go.opentelemetry.io/otel/trace v1.38.0 // indirect
201201
go.uber.org/multierr v1.11.0 // indirect
202-
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
203-
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
202+
go.yaml.in/yaml/v2 v2.4.2 // indirect
203+
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
204+
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
204205
google.golang.org/genproto/googleapis/rpc v0.0.0-20251103181224-f26f9409b101 // indirect
205206
gopkg.in/ini.v1 v1.67.0 // indirect
206207
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)