Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2026

Bumps the golang group with 10 updates in the / directory:

Package From To
cloud.google.com/go/cloudbuild 1.23.1 1.25.0
cloud.google.com/go/storage 1.57.1 1.58.0
github.com/buildpacks/pack 0.38.2 0.39.1
github.com/containerd/containerd 1.7.29 1.7.30
github.com/googleapis/gax-go/v2 2.15.0 2.16.0
github.com/grpc-ecosystem/grpc-gateway/v2 2.27.3 2.27.4
github.com/letsencrypt/boulder 0.20251208.0 0.20260105.0
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric 1.38.0 1.39.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace 1.38.0 1.39.0
google.golang.org/api 0.257.0 0.259.0

Updates cloud.google.com/go/cloudbuild from 1.23.1 to 1.25.0

Release notes

Sourced from cloud.google.com/go/cloudbuild's releases.

maps 1.25.0

1.25.0 (2025-10-22)

Features

  • Add moved_place and moved_place_id to Place (PiperOrigin-RevId: 821809971) (f46efe45)

  • add experimental Load Costs feature (PiperOrigin-RevId: 819788002) (0241a9ca)

  • add OptimizeToursLongRunning method (PiperOrigin-RevId: 819788002) (0241a9ca)

  • add experimental U-turn Avoidance feature (PiperOrigin-RevId: 819788002) (0241a9ca)

  • add OptimizeToursUri method (PiperOrigin-RevId: 819788002) (0241a9ca)

Documentation

  • Change comments in some fields in Places API (PiperOrigin-RevId: 821809971) (f46efe45)

  • A comment for field place_id in message .google.maps.routeoptimization.v1.Waypoint is changed (PiperOrigin-RevId: 819788002) (0241a9ca)

  • A comment for field precedence_rules in message .google.maps.routeoptimization.v1.ShipmentModel is changed (PiperOrigin-RevId: 819788002) (0241a9ca)

  • A comment for field duration_distance_matrices in message .google.maps.routeoptimization.v1.ShipmentModel is changed (PiperOrigin-RevId: 819788002) (0241a9ca)

  • A comment for enum TravelMode is changed (PiperOrigin-RevId: 819788002) (0241a9ca)

cloudbuild 1.25.0

1.25.0 (2025-12-18)

maps 1.24.0

1.24.0 (2025-10-10)

Features

Bug Fixes

  • upgrade gRPC service registration func (#13014) (PiperOrigin-RevId: 813834114) (b80fb13)

cloudbuild 1.24.0

1.24.0 (2025-12-04)

Features

  • Update GCB with latest proto changes (PiperOrigin-RevId: 837135318) (185951b3)

kms: v1.23.2

1.23.2 (2025-10-15)

... (truncated)

Changelog

Sourced from cloud.google.com/go/cloudbuild's changelog.

1.25.0 (2024-02-09)

Features

  • documentai: Expose model_type in v1 processor, so that user can see the model_type after get or list processor version (2fcf55c)

1.24.0 (2024-02-06)

Features

  • documentai: Add model_type in v1beta3 processor proto (#9355) (05e9e1f)

1.23.8 (2024-01-30)

Bug Fixes

  • documentai: Enable universe domain resolution options (fd1d569)

1.23.7 (2023-12-13)

Documentation

  • documentai: Clarify Properties documentation (757c1b0)

1.23.6 (2023-11-27)

Documentation

  • documentai: Update comment for ProcessOptions.page_range (63ffff2)

1.23.5 (2023-11-01)

Bug Fixes

  • documentai: Bump google.golang.org/api to v0.149.0 (8d2ab9f)

Documentation

  • documentai: Updated comments (24e410e)

1.23.4 (2023-10-26)

... (truncated)

Commits

Updates cloud.google.com/go/storage from 1.57.1 to 1.58.0

Release notes

Sourced from cloud.google.com/go/storage's releases.

storage 1.58.0

1.58.0 (2025-12-03)

Features

  • add object contexts in Go GCS SDK (#13390) (079c4d96)

  • calculate crc32c by default and pass checksum in trailing and per-chunk request (#13205) (2ab1c778)

  • add support for partial success in ListBuckets (#13320) (d91e47f2)

Bug Fixes

storage 1.57.2

1.57.2 (2025-11-14)

Features

Bug Fixes

Documentation

  • updates to docs and docs formatting (PiperOrigin-RevId: 828488192) (93ca68d5)
Commits

Updates github.com/buildpacks/pack from 0.38.2 to 0.39.1

Release notes

Sourced from github.com/buildpacks/pack's releases.

pack v0.39.1

Prerequisites

  • A container runtime such as Docker or podman must be available to execute builds.

Install

For instructions on installing pack, see our installation docs.

Run

Run the command pack.

You should see the following output

CLI for building apps using Cloud Native Buildpacks

Usage: pack [command]

Available Commands: build Generate app image from source code builder Interact with builders buildpack Interact with buildpacks extension Interact with extensions config Interact with your local pack config file inspect Show information about a built app image stack (deprecated) Interact with stacks rebase Rebase app image with latest run image sbom Interact with SBoM completion Outputs completion script location report Display useful information for reporting an issue version Show current 'pack' version help Help about any command

Flags: --force-color Force color output -h, --help Help for 'pack' --no-color Disable color output -q, --quiet Show less output --timestamps Enable timestamps in output -v, --verbose Show more output --version Show current 'pack' version

Use "pack [command] --help" for more information about a command.

Info

... (truncated)

Commits

Updates github.com/containerd/containerd from 1.7.29 to 1.7.30

Release notes

Sourced from github.com/containerd/containerd's releases.

containerd 1.7.30

Welcome to the v1.7.30 release of containerd!

The thirtieth patch release for containerd 1.7 contains various fixes and updates.

Highlights

Container Runtime Interface (CRI)

  • Fix NRI dropping requested CDI devices silently (#12650)
  • Redact all query parameters in CRI error logs (#12551)

Runtime

  • Update runc binary to v1.3.4 (#12619)

Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.

Contributors

  • Derek McGowan
  • Akihiro Suda
  • Austin Vazquez
  • Mike Brown
  • Wei Fu
  • Andrey Noskov
  • CrazyMax
  • Davanum Srinivas
  • Jin Dong
  • Krisztian Litkey
  • Maksym Pavlenko
  • Paweł Gronowski
  • Phil Estes
  • Samuel Karp

Changes

  • Prepare release notes for v1.7.30 (#12652)
    • 3d0ca6d2e Prepare release notes for v1.7.30
  • Fix NRI dropping requested CDI devices silently (#12650)
    • 0bc74f47e cri,nri: don't drop requested CDI devices silently.
  • script/setup/install-cni: install CNI plugins v1.9.0 (#12660)
    • 7db16b562 script/setup/install-cni: install CNI plugins v1.9.0
  • go.mod: golang.org/x/crypto v0.45.0 (drop support for Go 1.23) (#12640)

... (truncated)

Commits
  • 71c1c86 Merge pull request #12652 from dmcgowan/prepare-1.7.30
  • 3d0ca6d Prepare release notes for v1.7.30
  • a8ce78b Merge pull request #12650 from klihub/fixes/1.7.x/nri-cdi-device-injection
  • ba2b3a2 Merge pull request #12660 from AkihiroSuda/cni-1.9.0-1.7
  • 0bc74f4 cri,nri: don't drop requested CDI devices silently.
  • 7db16b5 script/setup/install-cni: install CNI plugins v1.9.0
  • 3b655c2 Merge pull request #12640 from AkihiroSuda/dev-1.7
  • bca897b go.mod: golang.org/x/crypto v0.45.0
  • 37cbd22 CI: drop Go 1.23
  • ee49d17 Update Go requirements in BUILDING
  • Additional commits viewable in compare view

Updates github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.16.4

What's Changed

Full Changelog: go-git/go-git@v5.16.3...v5.16.4

Commits
  • de8ecc3 Merge pull request #1743 from go-git/renovate/releases/v5.x-go-github.com-go-...
  • 3e752f0 build: Update module github.com/go-git/go-git/v5 to v5.13.0 [SECURITY]
  • 3a31754 Merge pull request #1741 from go-git/renovate/releases/v5.x-go-github.com-clo...
  • acc28f1 build: Update module github.com/cloudflare/circl to v1.6.1 [SECURITY]
  • 95f3880 Merge pull request #1742 from go-git/renovate/releases/v5.x-go-golang.org-x-n...
  • 329f926 build: Update module golang.org/x/net to v0.38.0 [SECURITY]
  • 399e04b Merge pull request #1734 from pjbgf/fix-ci
  • 2025eae build: test, Fix build on Windows.
  • fb6806f Merge pull request #1732 from swills/find-hash-panic-fix-backport
  • 382530f plumbing: format/idxfile, prevent panic
  • See full diff in compare view

Updates github.com/googleapis/gax-go/v2 from 2.15.0 to 2.16.0

Release notes

Sourced from github.com/googleapis/gax-go/v2's releases.

v2 2.16.0

2.16.0 (2025-12-17)

Features

Commits

Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.3 to 2.27.4

Release notes

Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.

v2.27.4

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.3...v2.27.4

Commits
  • 11fc3b8 fix(gengateway): correct body field decoding in opaque API mode (#6197)
  • 2cca0ef chore(deps): update googleapis digest to 60f1e6a (#6196)
  • c32ae8d fix(deps): update module google.golang.org/grpc to v1.78.0 (#6195)
  • 5cd2c52 chore(deps): update googleapis digest to ef6a532 (#6194)
  • 7506f3b fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 0a764e5...
  • a895f47 fix(deps): update google.golang.org/genproto/googleapis/api digest to 0a764e5...
  • 4abd9dc chore(deps): update googleapis digest to 347b0e4 (#6190)
  • 01881e6 Add note about Authorization header forwarding (#6185)
  • e88e585 chore(deps): update googleapis digest to affadb6 (#6188)
  • 63ea9aa chore(deps): update googleapis digest to bc7e3ba (#6187)
  • Additional commits viewable in compare view

Updates github.com/letsencrypt/boulder from 0.20251208.0 to 0.20260105.0

Release notes

Sourced from github.com/letsencrypt/boulder's releases.

v0.20260105.0

What's Changed

New Contributors

Full Changelog: letsencrypt/boulder@v0.20251216.0...v0.20260105.0

v0.20251216.0

What's Changed

Full Changelog: letsencrypt/boulder@v0.20251208.0...v0.20251216.0

Commits
  • 5cd6873 web: No longer escape HTML characters in SendError (#8533)
  • 533c6a2 CA: Log error instead of cert upon storage failure (#8528)
  • e0ef9a3 add bsetup notes to README (#8521)
  • bfaa3d8 test: Refactor initSA to simplify cleanup in tests (#8525)
  • 6e253fb fix: correct typos in test and documentation comments (#8526)
  • a769ed6 lint: fix staticcheck QF issues (#8524)
  • f3e973a ca/cert-checker: Support test log submissions (#8522)
  • be957c2 Refactor DNS to pass full messages up to the VA (#8513)
  • 3922886 Fix wildcard authorization reuse with DNS-Account-01 (#8504)
  • 0303e88 docker: Add build context for vtcomboserver service (#8520)
  • Additional commits viewable in compare view

Updates github.com/moby/buildkit from 0.25.2 to 0.26.1

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.26.1

Welcome to the v0.26.1 release of buildkit!

Please try out the release binaries and report any issues at https://github.com/moby/buildkit/issues.

Contributors

  • Tõnis Tiigi

Notable Changes

  • Fix excessive chunking when fetching blobs #6366

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.26.0

v0.26.0

buildkit 0.26.0

Welcome to the v0.26.0 release of buildkit!

Please try out the release binaries and report any issues at https://github.com/moby/buildkit/issues.

Contributors

  • Tõnis Tiigi
  • CrazyMax
  • Akihiro Suda
  • Sebastiaan van Stijn
  • Jonathan A. Sternberg
  • Brian Goff
  • Dawei Wei
  • Alberto Garcia Hierro
  • Damon Holden
  • David Karlsson
  • Justin Chadwell
  • Mikhail Dmitrichenko
  • bpascard

Notable Changes

... (truncated)

Commits
  • 29fc55f Merge pull request #6367 from tonistiigi/v0.26-picks
  • 247e13c contentutil: avoid defaulting to ReadAt for fetch
  • a8e548f Merge pull request #4673 from bpascard/master
  • cc2d332 Merge pull request #6351 from thaJeztah/bump_tarsplit
  • 640f8bb Merge pull request #6349 from tonistiigi/dockerd-test-fixes
  • c3fd6a3 vendor: github.com/vbatts/tar-split v0.12.2
  • 2224254 test: test updates for dockerd
  • a2a940e Merge pull request #6345 from tonistiigi/cap-session-policy
  • ae4ee62 Merge pull request #6344 from tonistiigi/git-policy-signatures
  • 594543f Merge pull request #6342 from tonistiigi/sourcepolicy-fixes
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/exporters/stdout/stdoutmetric from 1.38.0 to 1.39.0

Changelog

Sourced from go.opentelemetry.io/otel/exporters/stdout/stdoutmetric's changelog.

[1.39.0/0.61.0/0.15.0/0.0.14] 2025-12-05

Added

  • Greatly reduce the cost of recording metrics in go.opentelemetry.io/otel/sdk/metric using hashing for map keys. (#7175)
  • Add WithInstrumentationAttributeSet option to go.opentelemetry.io/otel/log, go.opentelemetry.io/otel/metric, and go.opentelemetry.io/otel/trace packages. This provides a concurrent-safe and performant alternative to WithInstrumentationAttributes by accepting a pre-constructed attribute.Set. (#7287)
  • Add experimental observability for the Prometheus exporter in go.opentelemetry.io/otel/exporters/prometheus. Check the go.opentelemetry.io/otel/exporters/prometheus/internal/x package documentation for more information. (#7345)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#7353)
  • Add temporality selector functions DeltaTemporalitySelector, CumulativeTemporalitySelector, LowMemoryTemporalitySelector to go.opentelemetry.io/otel/sdk/metric. (#7434)
  • Add experimental observability metrics for simple log processor in go.opentelemetry.io/otel/sdk/log. (#7548)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#7459)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#7486)
  • Add experimental observability metrics for simple span processor in go.opentelemetry.io/otel/sdk/trace. (#7374)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#7512)
  • Add experimental observability metrics for manual reader in go.opentelemetry.io/otel/sdk/metric. (#7524)
  • Add experimental observability metrics for periodic reader in go.opentelemetry.io/otel/sdk/metric. (#7571)
  • Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE environmental variables in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#7608)
  • Add Enabled method to the Processor interface in go.opentelemetry.io/otel/sdk/log. All Processor implementations now include an Enabled method. (#7639)
  • The go.opentelemetry.io/otel/semconv/v1.38.0 package. The package contains semantic conventions from the v1.38.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.37.0.(#7648)

Changed

  • Distinct in go.opentelemetry.io/otel/attribute is no longer guaranteed to uniquely identify an attribute set. Collisions between Distinct values for different Sets are possible with extremely high cardinality (billions of series per instrument), but are highly unlikely. (#7175)
  • WithInstrumentationAttributes in go.opentelemetry.io/otel/trace synchronously de-duplicates the passed attributes instead of delegating it to the returned TracerOption. (#7266)
  • WithInstrumentationAttributes in go.opentelemetry.io/otel/meter synchronously de-duplicates the passed attributes instead of delegating it to the returned MeterOption. (#7266)
  • WithInstrumentationAttributes in go.opentelemetry.io/otel/log synchronously de-duplicates the passed attributes instead of delegating it to the returned LoggerOption. (#7266)
  • Rename the OTEL_GO_X_SELF_OBSERVABILITY environment variable to OTEL_GO_X_OBSERVABILITY in go.opentelemetry.io/otel/sdk/trace, go.opentelemetry.io/otel/sdk/log, and go.opentelemetry.io/otel/exporters/stdout/stdouttrace. (#7302)
  • Improve performance of histogram Record in go.opentelemetry.io/otel/sdk/metric when min and max are disabled using NoMinMax. (#7306)
  • Improve error handling for dropped data during translation by using prometheus.NewInvalidMetric in go.opentelemetry.io/otel/exporters/prometheus. ⚠️ Breaking Change: Previously, these cases were only logged and scrapes succeeded. Now, when translation would drop data (e.g., invalid label/value), the exporter emits a NewInvalidMetric, and Prometheus scrapes fail with HTTP 500 by default. To preserve the prior behavior (scrapes succeed while errors are logged), configure your Prometheus HTTP handler with: promhttp.HandlerOpts{ ErrorHandling: promhttp.ContinueOnError }. (#7363)
  • Replace fnv hash with xxhash in go.opentelemetry.io/otel/attribute for better performance. (#7371)
  • The default TranslationStrategy in go.opentelemetry.io/exporters/prometheus is changed from otlptranslator.NoUTF8EscapingWithSuffixes to otlptranslator.UnderscoreEscapingWithSuffixes. (#7421)
  • Improve performance of concurrent measurements in go.opentelemetry.io/otel/sdk/metric. (#7427)
  • Include W3C TraceFlags (bits 0–7) in the OTLP Span.Flags field in go.opentelemetry.io/exporters/otlp/otlptrace/otlptracehttp and go.opentelemetry.io/exporters/otlp/otlptrace/otlptracegrpc. (#7438)
  • The ErrorType function in go.opentelemetry.io/otel/semconv/v1.37.0 now handles custom error types. If an error implements an ErrorType() string method, the return value of that method will be used as the error type. (#7442)

Fixed

  • Fix WithInstrumentationAttributes options in go.opentelemetry.io/otel/trace, go.opentelemetry.io/otel/metric, and go.opentelemetry.io/otel/log to properly merge attributes when passed multiple times instead of replacing them. Attributes with duplicate keys will use the last value passed. (#7300)
  • The equality of attribute.Set when using the Equal method is not affected by the user overriding the empty set pointed to by attribute.EmptySet in go.opentelemetry.io/otel/attribute. (#7357)

... (truncated)

Commits
  • 6ce1429 Release v1.39.0 (#7676)
  • 12e421a sdk/log: move Enabled method from FilterProcessor to Processor (#7639)
  • 5982f16 fix(deps): update module golang.org/x/sys to v0.39.0 (#7684)
  • 9288378 chore(deps): update module golang.org/x/sync to v0.19.0 (#7683)
  • ee3dfef chore(deps): update github.com/securego/gosec/v2 digest to 41f28e2 (#7682)
  • 9345d1f fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.7.2 (#7680)
  • d03b033 Check context prior to delaying retry in OTLP exporters (#7678)
  • 61765e7 Fix flaky TestClientInstrumentation (#7677)
  • a54721c chore(deps): update module github.com/go-git/go-billy/v5 to v5.7.0 (#7679)
  • 746d086 chore(deps): update github/codeql-action action to v4.31.7 (#7675)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.38.0 to 1.39.0

Changelog

Sourced from go.opentelemetry.io/otel/exporters/stdout/stdouttrace's changelog.

[1.39.0/0.61.0/0.15.0/0.0.14] 2025-12-05

Added

  • Greatly reduce the cost of recording metrics in go.opentelemetry.io/otel/sdk/metric using hashing for map keys. (#7175)
  • Add WithInstrumentationAttributeSet option to go.opentelemetry.io/otel/log, go.opentelemetry.io/otel/metric, and go.opentelemetry.io/otel/trace packages. This provides a concurrent-safe and performant alternative to WithInstrumentationAttributes by accepting a pre-constructed attribute.Set. (#7287)
  • Add experimental observability for the Prometheus exporter in go.opentelemetry.io/otel/exporters/prometheus. Check the go.opentelemetry.io/otel/exporters/prometheus/internal/x package documentation for more information. (...

    Description has been truncated

Bumps the golang group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/cloudbuild](https://github.com/googleapis/google-cloud-go) | `1.23.1` | `1.25.0` |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.57.1` | `1.58.0` |
| [github.com/buildpacks/pack](https://github.com/buildpacks/pack) | `0.38.2` | `0.39.1` |
| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.29` | `1.7.30` |
| [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go) | `2.15.0` | `2.16.0` |
| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.27.3` | `2.27.4` |
| [github.com/letsencrypt/boulder](https://github.com/letsencrypt/boulder) | `0.20251208.0` | `0.20260105.0` |
| [go.opentelemetry.io/otel/exporters/stdout/stdoutmetric](https://github.com/open-telemetry/opentelemetry-go) | `1.38.0` | `1.39.0` |
| [go.opentelemetry.io/otel/exporters/stdout/stdouttrace](https://github.com/open-telemetry/opentelemetry-go) | `1.38.0` | `1.39.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.257.0` | `0.259.0` |



Updates `cloud.google.com/go/cloudbuild` from 1.23.1 to 1.25.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](googleapis/google-cloud-go@kms/v1.23.1...dlp/v1.25.0)

Updates `cloud.google.com/go/storage` from 1.57.1 to 1.58.0
- [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...spanner/v1.58.0)

Updates `github.com/buildpacks/pack` from 0.38.2 to 0.39.1
- [Release notes](https://github.com/buildpacks/pack/releases)
- [Changelog](https://github.com/buildpacks/pack/blob/main/RELEASE.md)
- [Commits](buildpacks/pack@v0.38.2...v0.39.1)

Updates `github.com/containerd/containerd` from 1.7.29 to 1.7.30
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.7.29...v1.7.30)

Updates `github.com/go-git/go-git/v5` from 5.16.3 to 5.16.4
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.16.3...v5.16.4)

Updates `github.com/googleapis/gax-go/v2` from 2.15.0 to 2.16.0
- [Release notes](https://github.com/googleapis/gax-go/releases)
- [Commits](googleapis/gax-go@v2.15.0...v2.16.0)

Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.27.3 to 2.27.4
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Commits](grpc-ecosystem/grpc-gateway@v2.27.3...v2.27.4)

Updates `github.com/letsencrypt/boulder` from 0.20251208.0 to 0.20260105.0
- [Release notes](https://github.com/letsencrypt/boulder/releases)
- [Changelog](https://github.com/letsencrypt/boulder/blob/main/docs/release.md)
- [Commits](letsencrypt/boulder@v0.20251208.0...v0.20260105.0)

Updates `github.com/moby/buildkit` from 0.25.2 to 0.26.1
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.25.2...v0.26.1)

Updates `go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `google.golang.org/api` from 0.257.0 to 0.259.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.257.0...v0.259.0)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20251213004720-97cd9d5aeac2 to 0.0.0-20251222181119-0a764e51fe1b
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.77.0 to 1.78.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.77.0...v1.78.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/cloudbuild
  dependency-version: 1.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/buildpacks/pack
  dependency-version: 0.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/containerd/containerd
  dependency-version: 1.7.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.16.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/googleapis/gax-go/v2
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-version: 2.27.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/letsencrypt/boulder
  dependency-version: 0.20260105.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/moby/buildkit
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdoutmetric
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: go.opentelemetry.io/otel/exporters/stdout/stdouttrace
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: google.golang.org/api
  dependency-version: 0.259.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-version: 0.0.0-20251222181119-0a764e51fe1b
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: google.golang.org/grpc
  dependency-version: 1.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 7, 2026 18:44
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code size/L

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants