Skip to content

Commit a404926

Browse files
chore: bump the golang group with 8 updates
Bumps the golang group with 8 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.57.1` | `1.57.2` | | [github.com/docker/cli](https://github.com/docker/cli) | `28.5.2+incompatible` | `29.0.1+incompatible` | | [github.com/letsencrypt/boulder](https://github.com/letsencrypt/boulder) | `0.20251103.0` | `0.20251110.0` | | [github.com/moby/buildkit](https://github.com/moby/buildkit) | `0.25.2` | `0.26.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.43.0` | `0.44.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.36.0` | `0.37.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.38.0` | `0.39.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.255.0` | `0.256.0` | Updates `cloud.google.com/go/storage` from 1.57.1 to 1.57.2 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@storage/v1.57.1...storage/v1.57.2) Updates `github.com/docker/cli` from 28.5.2+incompatible to 29.0.1+incompatible - [Commits](docker/cli@v28.5.2...v29.0.1) Updates `github.com/letsencrypt/boulder` from 0.20251103.0 to 0.20251110.0 - [Release notes](https://github.com/letsencrypt/boulder/releases) - [Changelog](https://github.com/letsencrypt/boulder/blob/main/docs/release.md) - [Commits](letsencrypt/boulder@v0.20251103.0...v0.20251110.0) Updates `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) Updates `golang.org/x/crypto` from 0.43.0 to 0.44.0 - [Commits](golang/crypto@v0.43.0...v0.44.0) Updates `golang.org/x/term` from 0.36.0 to 0.37.0 - [Commits](golang/term@v0.36.0...v0.37.0) Updates `golang.org/x/tools` from 0.38.0 to 0.39.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.38.0...v0.39.0) Updates `google.golang.org/api` from 0.255.0 to 0.256.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.255.0...v0.256.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage dependency-version: 1.57.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/docker/cli dependency-version: 29.0.1+incompatible dependency-type: direct:production update-type: version-update:semver-major dependency-group: golang - dependency-name: github.com/letsencrypt/boulder dependency-version: 0.20251110.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/moby/buildkit dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/crypto dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/term dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/tools dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: google.golang.org/api dependency-version: 0.256.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 561ce51 commit a404926

File tree

365 files changed

+20580
-9722
lines changed

Some content is hidden

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

365 files changed

+20580
-9722
lines changed

go.mod

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
cloud.google.com/go/cloudbuild v1.23.1
3434
cloud.google.com/go/monitoring v1.24.3
3535
cloud.google.com/go/profiler v0.4.3
36-
cloud.google.com/go/storage v1.57.1
36+
cloud.google.com/go/storage v1.57.2
3737
dario.cat/mergo v1.0.2
3838
github.com/AlecAivazis/survey/v2 v2.3.7
3939
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0
@@ -49,7 +49,7 @@ require (
4949
github.com/cenkalti/backoff/v4 v4.3.0
5050
github.com/containerd/containerd v1.7.29
5151
github.com/distribution/reference v0.6.0
52-
github.com/docker/cli v28.5.2+incompatible
52+
github.com/docker/cli v29.0.1+incompatible
5353
github.com/docker/docker v28.5.2+incompatible
5454
github.com/docker/go-connections v0.6.0
5555
github.com/dustin/go-humanize v1.0.1
@@ -73,10 +73,10 @@ require (
7373
github.com/karrick/godirwalk v1.16.2
7474
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
7575
github.com/krishicks/yaml-patch v0.0.10
76-
github.com/letsencrypt/boulder v0.20251103.0
76+
github.com/letsencrypt/boulder v0.20251110.0
7777
github.com/mattn/go-colorable v0.1.14
7878
github.com/mitchellh/go-homedir v1.1.0
79-
github.com/moby/buildkit v0.25.2
79+
github.com/moby/buildkit v0.26.0
8080
github.com/moby/docker-image-spec v1.3.1
8181
github.com/moby/patternmatcher v0.6.0
8282
github.com/opencontainers/go-digest v1.0.0
@@ -105,13 +105,13 @@ require (
105105
go.opentelemetry.io/otel/sdk v1.38.0
106106
go.opentelemetry.io/otel/sdk/metric v1.38.0
107107
go.opentelemetry.io/otel/trace v1.38.0
108-
golang.org/x/crypto v0.43.0
108+
golang.org/x/crypto v0.44.0
109109
golang.org/x/oauth2 v0.33.0
110110
golang.org/x/sync v0.18.0
111111
golang.org/x/sys v0.38.0
112-
golang.org/x/term v0.36.0
113-
golang.org/x/tools v0.38.0
114-
google.golang.org/api v0.255.0
112+
golang.org/x/term v0.37.0
113+
golang.org/x/tools v0.39.0
114+
google.golang.org/api v0.256.0
115115
google.golang.org/genproto v0.0.0-20251014184007-4626949a642f
116116
google.golang.org/genproto/googleapis/api v0.0.0-20251014184007-4626949a642f
117117
google.golang.org/grpc v1.76.0
@@ -161,7 +161,7 @@ require (
161161
github.com/Masterminds/goutils v1.1.1 // indirect
162162
github.com/Masterminds/semver v1.5.0 // indirect
163163
github.com/Microsoft/go-winio v0.6.2 // indirect
164-
github.com/Microsoft/hcsshim v0.13.0 // indirect
164+
github.com/Microsoft/hcsshim v0.14.0-rc.1 // indirect
165165
github.com/ProtonMail/go-crypto v1.3.0 // indirect
166166
github.com/agext/levenshtein v1.2.3 // indirect
167167
github.com/ahmetalpbalkan/dlog v0.0.0-20170105205344-4fb5f8204f26 // indirect
@@ -194,7 +194,7 @@ require (
194194
github.com/containerd/errdefs v1.0.0 // indirect
195195
github.com/containerd/errdefs/pkg v0.3.0 // indirect
196196
github.com/containerd/log v0.1.0 // indirect
197-
github.com/containerd/platforms v1.0.0-rc.1 // indirect
197+
github.com/containerd/platforms v1.0.0-rc.2 // indirect
198198
github.com/containerd/stargz-snapshotter/estargz v0.17.0 // indirect
199199
github.com/containerd/ttrpc v1.2.7 // indirect
200200
github.com/containerd/typeurl/v2 v2.2.3 // indirect
@@ -256,7 +256,7 @@ require (
256256
github.com/google/pprof v0.0.0-20251007162407-5df77e3f7d1d // indirect
257257
github.com/google/s2a-go v0.1.9 // indirect
258258
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
259-
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
259+
github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect
260260
github.com/gorilla/mux v1.8.1 // indirect
261261
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
262262
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -271,7 +271,7 @@ require (
271271
github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7 // indirect
272272
github.com/json-iterator/go v1.1.12 // indirect
273273
github.com/kevinburke/ssh_config v1.4.0 // indirect
274-
github.com/klauspost/compress v1.18.0 // indirect
274+
github.com/klauspost/compress v1.18.1 // indirect
275275
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
276276
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
277277
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
@@ -284,6 +284,8 @@ require (
284284
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
285285
github.com/mitchellh/reflectwalk v1.0.2 // indirect
286286
github.com/moby/go-archive v0.1.0 // indirect
287+
github.com/moby/moby/api v1.52.0 // indirect
288+
github.com/moby/moby/client v0.1.0 // indirect
287289
github.com/moby/spdystream v0.5.0 // indirect
288290
github.com/moby/sys/atomicwriter v0.1.0 // indirect
289291
github.com/moby/sys/sequential v0.6.0 // indirect
@@ -351,19 +353,18 @@ require (
351353
go.opentelemetry.io/contrib/detectors/gcp v1.38.0 // indirect
352354
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
353355
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
354-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0 // indirect
355356
go.opentelemetry.io/proto/otlp v1.8.0 // indirect
356357
go.uber.org/automaxprocs v1.6.0 // indirect
357358
go.uber.org/multierr v1.11.0 // indirect
358359
go.uber.org/zap v1.27.0 // indirect
359360
go.yaml.in/yaml/v2 v2.4.3 // indirect
360361
go.yaml.in/yaml/v3 v3.0.4 // indirect
361362
golang.org/x/exp v0.0.0-20251009144603-d2f985daa21b // indirect
362-
golang.org/x/mod v0.29.0 // indirect
363-
golang.org/x/net v0.46.0 // indirect
364-
golang.org/x/text v0.30.0 // indirect
363+
golang.org/x/mod v0.30.0 // indirect
364+
golang.org/x/net v0.47.0 // indirect
365+
golang.org/x/text v0.31.0 // indirect
365366
golang.org/x/time v0.14.0 // indirect
366-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
367+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251103181224-f26f9409b101 // indirect
367368
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
368369
gopkg.in/inf.v0 v0.9.1 // indirect
369370
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)