Skip to content

Bump the go-modules group across 1 directory with 107 updates#696

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-modules-72d9239f7b
Closed

Bump the go-modules group across 1 directory with 107 updates#696
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-modules-72d9239f7b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 23, 2025

Copy link
Copy Markdown
Contributor

Bumps the go-modules group with 46 updates in the / directory:

Package From To
github.com/BurntSushi/toml 1.5.0 1.6.0
github.com/onsi/gomega 1.38.0 1.38.3
github.com/paketo-buildpacks/occam 0.29.1 0.31.0
cloud.google.com/go 0.116.0 0.123.0
github.com/CycloneDX/cyclonedx-go 0.9.2 0.9.3
github.com/DataDog/zstd 1.5.5 1.5.7
github.com/Microsoft/hcsshim 0.11.7 0.13.0
github.com/STARRY-S/zip 0.2.1 0.2.3
github.com/agext/levenshtein 1.2.1 1.2.3
github.com/anchore/go-struct-converter 0.0.0-20221221214134-65614c61201e 0.1.0
github.com/anchore/stereoscope 0.1.12 0.1.16
github.com/andybalholm/brotli 1.1.2-0.20250424173009-453214e765f3 1.2.0
github.com/bodgit/sevenzip 1.6.0 1.6.1
github.com/charmbracelet/colorprofile 0.2.3-0.20250311203215-f60798e515dc 0.4.1
github.com/charmbracelet/x/cellbuf 0.0.13-0.20250311204145-2c3ea96c31dd 0.0.14
github.com/cloudflare/circl 1.6.1 1.6.2
github.com/containerd/containerd 1.7.29 1.7.30
github.com/containerd/containerd/api 1.8.0 1.10.0
github.com/containerd/continuity 0.4.4 0.4.5
github.com/containerd/typeurl/v2 2.2.0 2.2.3
github.com/ebitengine/purego 0.8.4 0.9.1
github.com/fsnotify/fsnotify 1.8.0 1.9.0
github.com/github/go-spdx/v2 2.3.3 2.3.5
github.com/go-git/go-billy/v5 5.6.2 5.7.0
github.com/go-git/go-git/v5 5.16.2 5.16.4
github.com/goccy/go-yaml 1.18.0 1.19.1
github.com/gohugoio/hashstructure 0.5.0 0.6.0
github.com/hashicorp/go-version 1.6.0 1.8.0
github.com/kevinburke/ssh_config 1.2.0 1.4.0
github.com/mholt/archives 0.1.3 0.1.5
github.com/moby/go-archive 0.1.0 0.2.0
github.com/moby/sys/signal 0.7.0 0.7.1
github.com/morikuni/aec 1.0.0 1.1.0
github.com/pelletier/go-toml/v2 2.2.3 2.2.4
github.com/pierrec/lz4/v4 4.1.22 4.1.23
github.com/pjbgf/sha1cd 0.3.2 0.5.0
github.com/pkg/xattr 0.4.9 0.4.12
github.com/sagikazarmark/locafero 0.7.0 0.12.0
github.com/shirou/gopsutil/v4 4.25.6 4.25.11
github.com/skeema/knownhosts 1.3.1 1.3.2
github.com/spf13/cast 1.7.1 1.10.0
github.com/spf13/viper 1.20.0 1.21.0
github.com/zclconf/go-cty 1.16.3 1.17.0
go.opentelemetry.io/auto/sdk 1.1.0 1.2.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.61.0 0.64.0
golang.org/x/time 0.12.0 0.14.0

Updates github.com/BurntSushi/toml from 1.5.0 to 1.6.0

Release notes

Sourced from github.com/BurntSushi/toml's releases.

v1.6.0

TOML 1.1 is now enabled by default. The TOML changelog has an overview of changes: https://github.com/toml-lang/toml/blob/main/CHANGELOG.md

Also two small fixes:

  • Encode large floats as exponent syntax so that round-tripping things like 5e+22 is correct.

  • Using duplicate array keys would not give an error:

    arr = [1]
    arr = [2]
    

    This will now correctly give a "Key 'arr' has already been defined" error.

Commits
  • 5253492 Enable TOML 1.1 by default (#457)
  • e954445 Reject duplicate arrays (#455)
  • 6b16cbd Update toml-test test cases from upstream (#456)
  • 011fa2b Ensure constant format strings in wf calls
  • 4b439bf Remove itemNil
  • a473c12 Add test for out of range float64
  • b535ff8 Add some boring tests for lex.go
  • 6011ef0 Remove unreachable condition in lexTableNameStart
  • c8ca9e6 Remove unreachable condition
  • 1121f81 Make tomlv read from stdin
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.38.0 to 1.38.3

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.38.3

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

v1.38.2

1.38.2

  • roll back to go 1.23.0 [c404969]

v1.38.1

1.38.1

Fixes

Numerous minor fixes and dependency bumps

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

1.38.2

  • roll back to go 1.23.0 [c404969]

1.38.1

Fixes

Numerous minor fixes and dependency bumps

Commits
  • a3ca2ca v1.38.3
  • 4dada36 fix failing have http tests
  • d40c691 make string formatitng more consistent for users who use format.Object directly
  • 2a37b46 doc: fix typos
  • ee26170 docs: fix HaveValue example
  • cc85c05 Bump actions/setup-go from 5 to 6 (#866)
  • 8905788 Bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.3 (#865)
  • 67552c5 chore: apply fixes from Go modernize command
  • 79b8a75 v1.38.2
  • c404969 roll back to go 1.23.0
  • Additional commits viewable in compare view

Updates github.com/paketo-buildpacks/occam from 0.29.1 to 0.31.0

Release notes

Sourced from github.com/paketo-buildpacks/occam's releases.

v0.31.0

What's Changed

Full Changelog: paketo-buildpacks/occam@v0.30.2...v0.31.0

v0.30.2

What's Changed

Full Changelog: paketo-buildpacks/occam@v0.30.1...v0.30.2

v0.30.1

What's Changed

Full Changelog: paketo-buildpacks/occam@v0.30.0...v0.30.1

v0.30.0

What's Changed

Full Changelog: paketo-buildpacks/occam@v0.29.1...v0.30.0

Commits
  • f3f9ded Add new WithAdditionalEnv helper function to pack build. (#438)
  • 4325ba8 chore(deps): updated module github.com/docker/docker from v28.4.0+incompatibl...
  • ca18701 chore(deps): updated module github.com/paketo-buildpacks/packit/v2 from v2.25...
  • 9cb6d44 fix: always setting the cache volumes (#437)
  • 8a84072 Updating github-config
  • 3b96b24 chore(deps): updated module github.com/docker/docker from v28.3.3+incompatibl...
  • f005efe chore(deps): updated module github.com/paketo-buildpacks/packit/v2 from v2.24...
  • e7da996 Add support for registry extension images (#433)
  • aa947da chore(deps): updated module github.com/testcontainers/testcontainers-go from ...
  • b9a7a83 Updating github-config
  • Additional commits viewable in compare view

Updates github.com/paketo-buildpacks/packit/v2 from 2.23.0 to 2.25.2

Release notes

Sourced from github.com/paketo-buildpacks/packit/v2's releases.

v2.25.2

What's Changed

Full Changelog: paketo-buildpacks/packit@v2.25.1...v2.25.2

v2.25.1

What's Changed

Full Changelog: paketo-buildpacks/packit@v2.25.0...v2.25.1

v2.25.0

What's Changed

Full Changelog: paketo-buildpacks/packit@v2.24.0...v2.25.0

v2.24.0

What's Changed

Full Changelog: paketo-buildpacks/packit@v2.23.0...v2.24.0

Commits
  • 65b2869 fix: reverting loging with additional data (#693)
  • ebc8d8d Support fetch the CNB_TARGET_* env variables (#691)
  • 4a9b128 Updating github-config
  • 24c78cf Bump github.com/anchore/syft from 1.32.0 to 1.33.0
  • 331b770 Fetching dependencies based on the CNB_TARGET_ARCH and CNB_TARGET_OS (#687)
  • 42161c0 Bump github.com/ulikunitz/xz from 0.5.14 to 0.5.15
  • 424acac Bump github.com/ulikunitz/xz from 0.5.13 to 0.5.14
  • 2340d7f Bump syft to v1.32.0
  • 2d14be6 Bump github.com/onsi/gomega from 1.38.1 to 1.38.2
  • 5b3decf Bump github.com/onsi/gomega from 1.38.0 to 1.38.1
  • Additional commits viewable in compare view

Updates cloud.google.com/go from 0.116.0 to 0.123.0

Changelog

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

0.123.0 (2025-09-18)

Features

  • internal/stategen: Populate the latest googleapis commit (#12880) (7b017a0)
  • librariangen: Implement the build command (#12817) (14734c8)

Bug Fixes

  • internal/librariangen: Add link to source commit in release notes (#12881) (1c06cc6)
  • internal/librariangen: Fix CHANGES.md headers (#12849) (baf515d)
  • internal/librariangen: Remove go mod init/tidy from postprocessor (#12832) (1fe506a)
  • internal/librariangen: Test for error path with flags (#12830) (f0da7b2)
  • internal/postprocessor: Add dlp to skip-module-scan-paths (#12857) (45a7d9b)
  • librariangen: Honor original container contract (#12846) (71c8fd3)
  • librariangen: Improvements to release-init (#12842) (0db677a)
  • stategen: Specify an appropriate tag format for google-cloud-go (#12835) (ffcff33)

0.122.0 (2025-09-04)

Features

  • internal/librariangen: Add release-init command (#12751) (52e84cc)

Bug Fixes

  • internal/godocfx: Better support for v2 modules (#12797) (4bc8785)
  • internal/godocfx: Module detection when tidy errors (#12801) (83d46cd)
  • internal/librariangen: Fix goimports errors (#12765) (83bdaa4)

0.121.6 (2025-08-14)

Bug Fixes

  • internal/librariangen: Fix Dockerfile permissions for go mod tidy (#12704) (0e70a0b)

0.121.5 (2025-08-12)

Bug Fixes

  • internal/librariangen: Get README title from service config yaml (#12676) (b3b8f70)
  • internal/librariangen: Update source_paths to source_roots in generate-request.json (#12691) (2adb6f9)

0.121.4 (2025-07-17)

... (truncated)

Commits
  • 4e83735 chore(main): release 0.123.0 (#12825)
  • f557e30 chore: release main (#12913)
  • a10ecc9 chore: bump changed modules (#12915)
  • 3ae39f9 chore: refactor request/response handling and metadata updates (#12875)
  • 30a4299 fix: upgrade gRPC service registration func (#12914)
  • 0619833 test(spanner): increase context timeout to allow one executeSql to be execute...
  • 9e2646b fix(compute/metadata): set subClient for UseDefaultClient case (#12911)
  • 4b404fa chore: release main (#12906)
  • 187a58a fix(compute/metadata): disable Client timeouts for subscription client (#12910)
  • 003abca feat(spanner): support "readOnly" column tag parsing for Go struct operations...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/auth from 0.9.9 to 0.16.4

Release notes

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

chat 0.16.0

0.16.0 (2025-11-06)

Features

  • add ROLE_ASSISTANT_MANAGER to the MembershipRole enum in the Membership proto and assistant_managers_allowed to the PermissionSetting (PiperOrigin-RevId: 823185429) (612e608d)

Documentation

  • Update field documentations for space.proto and membership.proto (PiperOrigin-RevId: 823185429) (612e608d)

ai 0.14.0

0.14.0 (2025-10-22)

Features

  • add URL_RETRIEVAL_STATUS_UNSAFE and URL_RETRIEVAL_STATUS_PAYWALL statuses for url retrieval (PiperOrigin-RevId: 819823490) (0241a9ca)

  • add support for finish_message that contain details the reason why the model stopped generating tokens (PiperOrigin-RevId: 819823490) (0241a9ca)

  • add log_probability_sum (PiperOrigin-RevId: 819823490) (0241a9ca)

  • add support for additional reasons to stop image generation (PiperOrigin-RevId: 819823490) (0241a9ca)

  • add support for image generation features (PiperOrigin-RevId: 819821787) (0241a9ca)

  • add support for FunctionResponsePart (PiperOrigin-RevId: 819821787) (0241a9ca)

  • add support for raw media bytes for function response (PiperOrigin-RevId: 819821787) (0241a9ca)

  • add support for additional reasons to stop image generation (PiperOrigin-RevId: 819821787) (0241a9ca)

  • add URL_RETRIEVAL_STATUS_UNSAFE and URL_RETRIEVAL_STATUS_PAYWALL statuses for url retrieval (PiperOrigin-RevId: 819821787) (0241a9ca)

  • add log_probability_sum (PiperOrigin-RevId: 819821787) (0241a9ca)

  • add Computer Use tool type (PiperOrigin-RevId: 819821787) (0241a9ca)

Bug Fixes

  • replaced GenerateVideoResponse by PredictLongRunningGeneratedVideoResponse field (PiperOrigin-RevId: 819821787) (0241a9ca)

Documentation

  • deprecation notice for HarmCategory.HARM_CATEGORY_CIVIC_INTEGRITY (PiperOrigin-RevId: 819823490) (0241a9ca)

parallelstore 0.12.0

0.12.0 (2025-12-04)

Features

... (truncated)

Changelog

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

Changes

0.123.0 (2025-09-18)

Features

  • internal/stategen: Populate the latest googleapis commit (#12880) (7b017a0)
  • librariangen: Implement the build command (#12817) (14734c8)

Bug Fixes

  • internal/librariangen: Add link to source commit in release notes (#12881) (1c06cc6)
  • internal/librariangen: Fix CHANGES.md headers (#12849) (baf515d)
  • internal/librariangen: Remove go mod init/tidy from postprocessor (#12832) (1fe506a)
  • internal/librariangen: Test for error path with flags (#12830) (f0da7b2)
  • internal/postprocessor: Add dlp to skip-module-scan-paths (#12857) (45a7d9b)
  • librariangen: Honor original container contract (#12846) (71c8fd3)
  • librariangen: Improvements to release-init (#12842) (0db677a)
  • stategen: Specify an appropriate tag format for google-cloud-go (#12835) (ffcff33)

0.122.0 (2025-09-04)

Features

  • internal/librariangen: Add release-init command (#12751) (52e84cc)

Bug Fixes

  • internal/godocfx: Better support for v2 modules (#12797) (4bc8785)
  • internal/godocfx: Module detection when tidy errors (#12801) (83d46cd)
  • internal/librariangen: Fix goimports errors (#12765) (83bdaa4)

0.121.6 (2025-08-14)

Bug Fixes

  • internal/librariangen: Fix Dockerfile permissions for go mod tidy (#12704) (0e70a0b)

0.121.5 (2025-08-12)

Bug Fixes

... (truncated)

Commits

Updates cloud.google.com/go/auth/oauth2adapt from 0.2.4 to 0.2.8

Commits
  • b1c9263 chore: release main (#10004)
  • a03bd0e chore(spanner): update Spanner owner to harshachinta (#10060)
  • 7e8600a chore(all): update deps (#10058)
  • daea9d1 chore(deps): ignore go.opentelemetry.io/contrib/detectors/gcp (#10077)
  • 59457a3 feat(shopping): new shopping.merchant.conversions client (#10076)
  • e82cc5f feat(streetview): new client(s) (#10075)
  • 7656129 feat(aiplatform): A new value TPU_V5_LITEPOD is added to enum `AcceleratorT...
  • f537fdd chore: generate streetview publish client (#10072)
  • 1d757c6 docs(batch): Update description on allowed_locations in LocationPolicy field ...
  • bb47185 chore(spanner): temporarily skip spanner tests (#10071)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/compute/metadata from 0.7.0 to 0.8.0

Changelog

Sourced from cloud.google.com/go/compute/metadata's changelog.

v0.8.0

  • profiler package added.
  • storage:
    • Retry Objects.Insert call.
    • Add ProgressFunc to WRiter.
  • pubsub: breaking changes:
    • Publish is now asynchronous (announcement).
    • Subscription.Pull replaced by Subscription.Receive, which takes a callback (announcement).
    • Message.Done replaced with Message.Ack and Message.Nack.
Commits
  • e11d9d1 rpcreplay: file format and I/O
  • f5c3fe2 profiler: Add Cloud Profiler runtime agent for Go.
  • 87cc1d2 rpcreplay: package doc
  • b4e9a38 storage: retry Objects.Insert call
  • 9a04fc8 trace: respond with trace context to report the sampling options
  • e8b5f2c spanner: Increased the maximum allowed sending and recieving msg size to 100 MB
  • dd88571 bigtable: Fix documentation for timestamp range filters
  • c60d02f pubsub: clarify that Topic is goroutine-safe
  • 69931d8 bigquery: get streaming buffer info
  • 7d132fe bigtable: Fix GCRuleToString when GcRule is nil
  • Additional commits viewable in compare view

Updates cloud.google.com/go/iam from 1.2.2 to 1.5.2

Release notes

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

cloudcontrolspartner 1.5.0

1.5.0 (2025-10-10)

Features

backupdr 1.5.0

1.5.0 (2025-11-06)

Features

  • Adding new workload specific fields for Cloud SQL (PiperOrigin-RevId: 827762328) (4a640b5d)

  • Adding FetchBackupsForResourceType API (PiperOrigin-RevId: 827762328) (4a640b5d)

  • Adding ListDataSourceReferences API (PiperOrigin-RevId: 827762328) (4a640b5d)

  • Adding source_resource fields to Backup resource (PiperOrigin-RevId: 827762328) (4a640b5d)

baremetalsolution 1.4.0

1.4.0 (2025-10-10)

Features

shopping 1.4.0

1.4.0 (2025-12-04)

Features

  • A new field products_management is added to message .google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest (PiperOrigin-RevId: 832226276) (185951b3)

  • A new message VerifySelfRequest is added (PiperOrigin-RevId: 832226276) (185951b3)

  • A new field comparison_shopping is added to message .google.shopping.merchant.accounts.v1.AccountService (PiperOrigin-RevId: 832226276) (185951b3)

  • Added C#, PHP, and Ruby namespace options to LocalInventory and RegionalInventory proto files for improved client library generation (PiperOrigin-RevId: 830781339) (185951b3)

  • Added VERIFY_BUSINESS_VIDEO_IN_MERCHANT_CENTER as a new enum value to ExternalAction.Type. This supports redirecting to Merchant Center for business video verification (PiperOrigin-RevId: 830781240) (185951b3)

  • A new message ComparisonShopping is added (PiperOrigin-RevId: 832226276) (185951b3)

  • A new field comparison_shopping is added to message .google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest (PiperOrigin-RevId: 832226276) (185951b3)

  • Added the product_id_base64_url_encoded field to ListLocalInventoriesRequest, InsertLocalInventoryRequest, DeleteLocalInventoryRequest, ListRegionalInventoriesRequest, InsertRegionalInventoryRequest, and DeleteRegionalInventoryRequest. This allows for product IDs containing special characters to be correctly handled when base64url-encoded (PiperOrigin-RevId: 830781339) (185951b3)

  • Added the product_id_base64_url_encoded field to InsertProductInputRequest, DeleteProductInputRequest, and GetProductRequest. This allows for product IDs containing special characters to be correctly handled when unpadded base64url-encoded (PiperOrigin-RevId: 830818193) (185951b3)

... (truncated)

Commits

Updates cloud.google.com/go/storage from 1.43.0 to 1.56.0

Release notes

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

compute 1.52.0

1.52.0 (2025-12-18)

Features

  • Update Compute Engine v1beta API to revision 20251202 (ce62012f)

compute 1.51.0

1.51.0 (2025-12-11)

Features

  • Update Compute Engine v1 API to revision 20251031 (21c9dbfb)

  • Update Compute Engine v1beta API to revision 20251031 (21c9dbfb)

compute 1.50.0

1.50.0 (2025-12-04)

Features

  • Update Compute Engine v1beta API to revision 20251019 (185951b3)

compute: v1.49.1

1.49.1 (2025-10-16)

Bug Fixes

  • compute: Upgrade gRPC service registration func (#13163) (136f25f)

compute: v1.49.0

1.49.0 (2025-10-13)

Features

  • compute: Update Compute Engine v1 API to revision 20250916 (#1107) (ddc086c)
  • compute: Update Compute Engine v1beta API to revision 20250916 (#1106) (ddc086c)

container 1.45.0

1.45.0 (2025-10-22)

Features

  • add privileged_admission_config field to Autopilot (PiperOrigin-RevId: 822311698) (f46efe45)

  • add end_time_behavior field to MaintenanceExclusionOptions (PiperOrigin-RevId: 822311698) (f46efe45)

  • add writable_cgroups field to ContainerdConfig (PiperOrigin-RevId: 822311698) (f46efe45)

... (truncated)

Commits
  • 1782dc3 chore(main): release spanner 1.56.0 (#9271)
  • 5f156e8 feat(spanner/spansql): add support for CREATE VIEW with SQL SECURITY DEFINER ...
  • e577006 chore(internal/actions): add touch flag to changefinder (#9325)
  • dce9db4 deps(bigqueyry): bump google.golang.org/api to 0.160.0 (#9323)
  • 4b4c567 chore(visionai): add config to generate apiv1 (#9322)
  • 053ea29 chore: update Go gapic generator to v0.40.0 (#9314)
  • d39c8a8 chore(main): release pubsub 1.36.0 (#9313)
  • 2b6b0da fix(pubsub): move flow control release to callback completion (#9311)
  • 97d62c7 docs(maps/fleetengine): update comment on Waypoint (#9291)
  • 10c8260 chore(internal/gapicgen/git): run gofmt (#9307)
  • Additional commits viewable in

Bumps the go-modules group with 46 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.5.0` | `1.6.0` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.38.0` | `1.38.3` |
| [github.com/paketo-buildpacks/occam](https://github.com/paketo-buildpacks/occam) | `0.29.1` | `0.31.0` |
| [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) | `0.116.0` | `0.123.0` |
| [github.com/CycloneDX/cyclonedx-go](https://github.com/CycloneDX/cyclonedx-go) | `0.9.2` | `0.9.3` |
| [github.com/DataDog/zstd](https://github.com/DataDog/zstd) | `1.5.5` | `1.5.7` |
| [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim) | `0.11.7` | `0.13.0` |
| [github.com/STARRY-S/zip](https://github.com/STARRY-S/zip) | `0.2.1` | `0.2.3` |
| [github.com/agext/levenshtein](https://github.com/agext/levenshtein) | `1.2.1` | `1.2.3` |
| [github.com/anchore/go-struct-converter](https://github.com/anchore/go-struct-converter) | `0.0.0-20221221214134-65614c61201e` | `0.1.0` |
| [github.com/anchore/stereoscope](https://github.com/anchore/stereoscope) | `0.1.12` | `0.1.16` |
| [github.com/andybalholm/brotli](https://github.com/andybalholm/brotli) | `1.1.2-0.20250424173009-453214e765f3` | `1.2.0` |
| [github.com/bodgit/sevenzip](https://github.com/bodgit/sevenzip) | `1.6.0` | `1.6.1` |
| [github.com/charmbracelet/colorprofile](https://github.com/charmbracelet/colorprofile) | `0.2.3-0.20250311203215-f60798e515dc` | `0.4.1` |
| [github.com/charmbracelet/x/cellbuf](https://github.com/charmbracelet/x) | `0.0.13-0.20250311204145-2c3ea96c31dd` | `0.0.14` |
| [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.6.1` | `1.6.2` |
| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.29` | `1.7.30` |
| [github.com/containerd/containerd/api](https://github.com/containerd/containerd) | `1.8.0` | `1.10.0` |
| [github.com/containerd/continuity](https://github.com/containerd/continuity) | `0.4.4` | `0.4.5` |
| [github.com/containerd/typeurl/v2](https://github.com/containerd/typeurl) | `2.2.0` | `2.2.3` |
| [github.com/ebitengine/purego](https://github.com/ebitengine/purego) | `0.8.4` | `0.9.1` |
| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.8.0` | `1.9.0` |
| [github.com/github/go-spdx/v2](https://github.com/github/go-spdx) | `2.3.3` | `2.3.5` |
| [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) | `5.6.2` | `5.7.0` |
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.16.2` | `5.16.4` |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.18.0` | `1.19.1` |
| [github.com/gohugoio/hashstructure](https://github.com/gohugoio/hashstructure) | `0.5.0` | `0.6.0` |
| [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) | `1.6.0` | `1.8.0` |
| [github.com/kevinburke/ssh_config](https://github.com/kevinburke/ssh_config) | `1.2.0` | `1.4.0` |
| [github.com/mholt/archives](https://github.com/mholt/archives) | `0.1.3` | `0.1.5` |
| [github.com/moby/go-archive](https://github.com/moby/go-archive) | `0.1.0` | `0.2.0` |
| [github.com/moby/sys/signal](https://github.com/moby/sys) | `0.7.0` | `0.7.1` |
| [github.com/morikuni/aec](https://github.com/morikuni/aec) | `1.0.0` | `1.1.0` |
| [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) | `2.2.3` | `2.2.4` |
| [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4) | `4.1.22` | `4.1.23` |
| [github.com/pjbgf/sha1cd](https://github.com/pjbgf/sha1cd) | `0.3.2` | `0.5.0` |
| [github.com/pkg/xattr](https://github.com/pkg/xattr) | `0.4.9` | `0.4.12` |
| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.7.0` | `0.12.0` |
| [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.25.6` | `4.25.11` |
| [github.com/skeema/knownhosts](https://github.com/skeema/knownhosts) | `1.3.1` | `1.3.2` |
| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.7.1` | `1.10.0` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.20.0` | `1.21.0` |
| [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) | `1.16.3` | `1.17.0` |
| [go.opentelemetry.io/auto/sdk](https://github.com/open-telemetry/opentelemetry-go-instrumentation) | `1.1.0` | `1.2.1` |
| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.61.0` | `0.64.0` |
| [golang.org/x/time](https://github.com/golang/time) | `0.12.0` | `0.14.0` |



Updates `github.com/BurntSushi/toml` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/BurntSushi/toml/releases)
- [Commits](BurntSushi/toml@v1.5.0...v1.6.0)

Updates `github.com/onsi/gomega` from 1.38.0 to 1.38.3
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.38.0...v1.38.3)

Updates `github.com/paketo-buildpacks/occam` from 0.29.1 to 0.31.0
- [Release notes](https://github.com/paketo-buildpacks/occam/releases)
- [Commits](paketo-buildpacks/occam@v0.29.1...v0.31.0)

Updates `github.com/paketo-buildpacks/packit/v2` from 2.23.0 to 2.25.2
- [Release notes](https://github.com/paketo-buildpacks/packit/releases)
- [Commits](paketo-buildpacks/packit@v2.23.0...v2.25.2)

Updates `cloud.google.com/go` from 0.116.0 to 0.123.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@v0.116.0...v0.123.0)

Updates `cloud.google.com/go/auth` from 0.9.9 to 0.16.4
- [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@auth/v0.9.9...auth/v0.16.4)

Updates `cloud.google.com/go/auth/oauth2adapt` from 0.2.4 to 0.2.8
- [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@apphub/v0.2.4...netapp/v0.2.8)

Updates `cloud.google.com/go/compute/metadata` from 0.7.0 to 0.8.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@v0.7.0...v0.8.0)

Updates `cloud.google.com/go/iam` from 1.2.2 to 1.5.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@iam/v1.2.2...iam/v1.5.2)

Updates `cloud.google.com/go/storage` from 1.43.0 to 1.56.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@pubsub/v1.43.0...spanner/v1.56.0)

Updates `github.com/CycloneDX/cyclonedx-go` from 0.9.2 to 0.9.3
- [Release notes](https://github.com/CycloneDX/cyclonedx-go/releases)
- [Commits](CycloneDX/cyclonedx-go@v0.9.2...v0.9.3)

Updates `github.com/DataDog/zstd` from 1.5.5 to 1.5.7
- [Release notes](https://github.com/DataDog/zstd/releases)
- [Commits](DataDog/zstd@v1.5.5...v1.5.7)

Updates `github.com/Microsoft/hcsshim` from 0.11.7 to 0.13.0
- [Release notes](https://github.com/Microsoft/hcsshim/releases)
- [Commits](microsoft/hcsshim@v0.11.7...v0.13.0)

Updates `github.com/STARRY-S/zip` from 0.2.1 to 0.2.3
- [Release notes](https://github.com/STARRY-S/zip/releases)
- [Commits](STARRY-S/zip@v0.2.1...v0.2.3)

Updates `github.com/agext/levenshtein` from 1.2.1 to 1.2.3
- [Release notes](https://github.com/agext/levenshtein/releases)
- [Commits](agext/levenshtein@v1.2.1...v1.2.3)

Updates `github.com/anchore/go-struct-converter` from 0.0.0-20221221214134-65614c61201e to 0.1.0
- [Release notes](https://github.com/anchore/go-struct-converter/releases)
- [Commits](https://github.com/anchore/go-struct-converter/commits/v0.1.0)

Updates `github.com/anchore/stereoscope` from 0.1.12 to 0.1.16
- [Release notes](https://github.com/anchore/stereoscope/releases)
- [Changelog](https://github.com/anchore/stereoscope/blob/main/RELEASE.md)
- [Commits](anchore/stereoscope@v0.1.12...v0.1.16)

Updates `github.com/anchore/syft` from 1.29.0 to 1.33.0
- [Release notes](https://github.com/anchore/syft/releases)
- [Changelog](https://github.com/anchore/syft/blob/main/RELEASE.md)
- [Commits](anchore/syft@v1.29.0...v1.33.0)

Updates `github.com/andybalholm/brotli` from 1.1.2-0.20250424173009-453214e765f3 to 1.2.0
- [Commits](https://github.com/andybalholm/brotli/commits/v1.2.0)

Updates `github.com/bodgit/sevenzip` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/bodgit/sevenzip/releases)
- [Changelog](https://github.com/bodgit/sevenzip/blob/main/CHANGELOG.md)
- [Commits](bodgit/sevenzip@v1.6.0...v1.6.1)

Updates `github.com/charmbracelet/colorprofile` from 0.2.3-0.20250311203215-f60798e515dc to 0.4.1
- [Release notes](https://github.com/charmbracelet/colorprofile/releases)
- [Commits](https://github.com/charmbracelet/colorprofile/commits/v0.4.1)

Updates `github.com/charmbracelet/x/ansi` from 0.9.3 to 0.11.3
- [Commits](charmbracelet/x@ansi/v0.9.3...ansi/v0.11.3)

Updates `github.com/charmbracelet/x/cellbuf` from 0.0.13-0.20250311204145-2c3ea96c31dd to 0.0.14
- [Commits](https://github.com/charmbracelet/x/commits/cellbuf/v0.0.14)

Updates `github.com/charmbracelet/x/term` from 0.2.1 to 0.2.2
- [Commits](charmbracelet/x@ansi/v0.2.1...ansi/v0.2.2)

Updates `github.com/cloudflare/circl` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](cloudflare/circl@v1.6.1...v1.6.2)

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/containerd/containerd/api` from 1.8.0 to 1.10.0
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@api/v1.8.0...api/v1.10.0)

Updates `github.com/containerd/continuity` from 0.4.4 to 0.4.5
- [Release notes](https://github.com/containerd/continuity/releases)
- [Commits](containerd/continuity@v0.4.4...v0.4.5)

Updates `github.com/containerd/stargz-snapshotter/estargz` from 0.16.3 to 0.18.1
- [Release notes](https://github.com/containerd/stargz-snapshotter/releases)
- [Commits](containerd/stargz-snapshotter@v0.16.3...v0.18.1)

Updates `github.com/containerd/typeurl/v2` from 2.2.0 to 2.2.3
- [Release notes](https://github.com/containerd/typeurl/releases)
- [Commits](containerd/typeurl@v2.2.0...v2.2.3)

Updates `github.com/cyphar/filepath-securejoin` from 0.4.1 to 0.6.0
- [Release notes](https://github.com/cyphar/filepath-securejoin/releases)
- [Changelog](https://github.com/cyphar/filepath-securejoin/blob/main/CHANGELOG.md)
- [Commits](cyphar/filepath-securejoin@v0.4.1...v0.6.0)

Updates `github.com/diskfs/go-diskfs` from 1.6.1-0.20250601133945-2af1c7ece24c to 1.7.0
- [Commits](https://github.com/diskfs/go-diskfs/commits/v1.7.0)

Updates `github.com/docker/cli` from 28.5.1+incompatible to 29.1.2+incompatible
- [Commits](docker/cli@v28.5.1...v29.1.2)

Updates `github.com/docker/docker-credential-helpers` from 0.9.3 to 0.9.4
- [Release notes](https://github.com/docker/docker-credential-helpers/releases)
- [Commits](docker/docker-credential-helpers@v0.9.3...v0.9.4)

Updates `github.com/ebitengine/purego` from 0.8.4 to 0.9.1
- [Release notes](https://github.com/ebitengine/purego/releases)
- [Commits](ebitengine/purego@v0.8.4...v0.9.1)

Updates `github.com/fatih/color` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.17.0...v1.18.0)

Updates `github.com/fsnotify/fsnotify` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](fsnotify/fsnotify@v1.8.0...v1.9.0)

Updates `github.com/gabriel-vasile/mimetype` from 1.4.9 to 1.4.11
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](gabriel-vasile/mimetype@v1.4.9...v1.4.11)

Updates `github.com/github/go-spdx/v2` from 2.3.3 to 2.3.5
- [Release notes](https://github.com/github/go-spdx/releases)
- [Commits](github/go-spdx@v2.3.3...v2.3.5)

Updates `github.com/go-git/go-billy/v5` from 5.6.2 to 5.7.0
- [Release notes](https://github.com/go-git/go-billy/releases)
- [Commits](go-git/go-billy@v5.6.2...v5.7.0)

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

Updates `github.com/goccy/go-yaml` from 1.18.0 to 1.19.1
- [Release notes](https://github.com/goccy/go-yaml/releases)
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)
- [Commits](goccy/go-yaml@v1.18.0...v1.19.1)

Updates `github.com/gohugoio/hashstructure` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/gohugoio/hashstructure/releases)
- [Commits](gohugoio/hashstructure@v0.5.0...v0.6.0)

Updates `github.com/google/go-containerregistry` from 0.20.6 to 0.20.7
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Commits](google/go-containerregistry@v0.20.6...v0.20.7)

Updates `github.com/google/pprof` from 0.0.0-20250403155104-27863c87afa6 to 0.0.0-20250820193118-f64d9cf942d6
- [Commits](https://github.com/google/pprof/commits)

Updates `github.com/google/s2a-go` from 0.1.8 to 0.1.9
- [Release notes](https://github.com/google/s2a-go/releases)
- [Commits](google/s2a-go@v0.1.8...v0.1.9)

Updates `github.com/googleapis/enterprise-certificate-proxy` from 0.3.4 to 0.3.6
- [Release notes](https://github.com/googleapis/enterprise-certificate-proxy/releases)
- [Commits](googleapis/enterprise-certificate-proxy@v0.3.4...v0.3.6)

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

Updates `github.com/gookit/color` from 1.5.4 to 1.6.0
- [Release notes](https://github.com/gookit/color/releases)
- [Commits](gookit/color@v1.5.4...v1.6.0)

Updates `github.com/hashicorp/go-getter` from 1.7.9 to 1.8.0
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Commits](hashicorp/go-getter@v1.7.9...v1.8.0)

Updates `github.com/hashicorp/go-version` from 1.6.0 to 1.8.0
- [Release notes](https://github.com/hashicorp/go-version/releases)
- [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md)
- [Commits](hashicorp/go-version@v1.6.0...v1.8.0)

Updates `github.com/kevinburke/ssh_config` from 1.2.0 to 1.4.0
- [Changelog](https://github.com/kevinburke/ssh_config/blob/master/CHANGELOG.md)
- [Commits](kevinburke/ssh_config@v1.2...v1.4.0)

Updates `github.com/klauspost/compress` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](klauspost/compress@v1.18.0...v1.18.1)

Updates `github.com/lucasb-eyer/go-colorful` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/lucasb-eyer/go-colorful/releases)
- [Changelog](https://github.com/lucasb-eyer/go-colorful/blob/master/CHANGELOG.md)
- [Commits](lucasb-eyer/go-colorful@v1.2.0...v1.3.0)

Updates `github.com/mattn/go-colorable` from 0.1.13 to 0.1.14
- [Commits](mattn/go-colorable@v0.1.13...v0.1.14)

Updates `github.com/mattn/go-runewidth` from 0.0.16 to 0.0.19
- [Commits](mattn/go-runewidth@v0.0.16...v0.0.19)

Updates `github.com/mholt/archives` from 0.1.3 to 0.1.5
- [Release notes](https://github.com/mholt/archives/releases)
- [Commits](mholt/archives@v0.1.3...v0.1.5)

Updates `github.com/minio/minlz` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/minio/minlz/releases)
- [Commits](minio/minlz@v1.0.0...V1.0.1)

Updates `github.com/moby/go-archive` from 0.1.0 to 0.2.0
- [Release notes](https://github.com/moby/go-archive/releases)
- [Changelog](https://github.com/moby/go-archive/blob/main/changes_test.go)
- [Commits](moby/go-archive@v0.1.0...v0.2.0)

Updates `github.com/moby/sys/signal` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/moby/sys/releases)
- [Commits](moby/sys@signal/v0.7.0...signal/v0.7.1)

Updates `github.com/morikuni/aec` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/morikuni/aec/releases)
- [Commits](morikuni/aec@v1.0.0...v1.1.0)

Updates `github.com/nwaples/rardecode/v2` from 2.1.0 to 2.2.0
- [Commits](nwaples/rardecode@v2.1.0...v2.2.0)

Updates `github.com/olekukonko/errors` from 0.0.0-20250405072817-4e6d85265da6 to 1.1.0
- [Commits](https://github.com/olekukonko/errors/commits/v1.1.0)

Updates `github.com/olekukonko/ll` from 0.0.8 to 0.0.9
- [Commits](olekukonko/ll@v0.0.8...v0.0.9)

Updates `github.com/olekukonko/tablewriter` from 1.0.8 to 1.0.9
- [Commits](olekukonko/tablewriter@v1.0.8...v1.0.9)

Updates `github.com/opencontainers/runtime-spec` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/opencontainers/runtime-spec/releases)
- [Changelog](https://github.com/opencontainers/runtime-spec/blob/main/ChangeLog)
- [Commits](opencontainers/runtime-spec@v1.1.0...v1.2.0)

Updates `github.com/opencontainers/selinux` from 1.11.0 to 1.13.1
- [Release notes](https://github.com/opencontainers/selinux/releases)
- [Commits](opencontainers/selinux@v1.11.0...v1.13.1)

Updates `github.com/pelletier/go-toml/v2` from 2.2.3 to 2.2.4
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Commits](pelletier/go-toml@v2.2.3...v2.2.4)

Updates `github.com/pierrec/lz4/v4` from 4.1.22 to 4.1.23
- [Release notes](https://github.com/pierrec/lz4/releases)
- [Commits](pierrec/lz4@v4.1.22...v4.1.23)

Updates `github.com/pjbgf/sha1cd` from 0.3.2 to 0.5.0
- [Release notes](https://github.com/pjbgf/sha1cd/releases)
- [Commits](pjbgf/sha1cd@v0.3.2...v0.5.0)

Updates `github.com/pkg/xattr` from 0.4.9 to 0.4.12
- [Release notes](https://github.com/pkg/xattr/releases)
- [Commits](pkg/xattr@v0.4.9...v0.4.12)

Updates `github.com/sagikazarmark/locafero` from 0.7.0 to 0.12.0
- [Commits](sagikazarmark/locafero@v0.7.0...v0.12.0)

Updates `github.com/shirou/gopsutil/v4` from 4.25.6 to 4.25.11
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v4.25.6...v4.25.11)

Updates `github.com/skeema/knownhosts` from 1.3.1 to 1.3.2
- [Commits](skeema/knownhosts@v1.3.1...v1.3.2)

Updates `github.com/sorairolake/lzip-go` from 0.3.5 to 0.3.8
- [Release notes](https://github.com/sorairolake/lzip-go/releases)
- [Changelog](https://github.com/sorairolake/lzip-go/blob/develop/CHANGELOG.adoc)
- [Commits](sorairolake/lzip-go@v0.3.5...v0.3.8)

Updates `github.com/spf13/cast` from 1.7.1 to 1.10.0
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](spf13/cast@v1.7.1...v1.10.0)

Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.9.1...v1.10.1)

Updates `github.com/spf13/pflag` from 1.0.7 to 1.0.9
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.7...v1.0.9)

Updates `github.com/spf13/viper` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.20.0...v1.21.0)

Updates `github.com/tklauser/go-sysconf` from 0.3.15 to 0.3.16
- [Release notes](https://github.com/tklauser/go-sysconf/releases)
- [Commits](tklauser/go-sysconf@v0.3.15...v0.3.16)

Updates `github.com/tklauser/numcpus` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/tklauser/numcpus/releases)
- [Commits](tklauser/numcpus@v0.10.0...v0.11.0)

Updates `github.com/vbatts/go-mtree` from 0.5.4 to 0.6.0
- [Release notes](https://github.com/vbatts/go-mtree/releases)
- [Changelog](https://github.com/vbatts/go-mtree/blob/main/releases.md)
- [Commits](vbatts/go-mtree@v0.5.4...v0.6.0)

Updates `github.com/vbatts/tar-split` from 0.12.1 to 0.12.2
- [Release notes](https://github.com/vbatts/tar-split/releases)
- [Commits](vbatts/tar-split@v0.12.1...v0.12.2)

Updates `github.com/zclconf/go-cty` from 1.16.3 to 1.17.0
- [Release notes](https://github.com/zclconf/go-cty/releases)
- [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md)
- [Commits](zclconf/go-cty@v1.16.3...v1.17.0)

Updates `go.opentelemetry.io/auto/sdk` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-instrumentation/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-instrumentation@sdk/v1.1.0...sdk/v1.2.1)

Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.54.0 to 0.61.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.54.0...zpages/v0.61.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.61.0 to 0.64.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.61.0...zpages/v0.64.0)

Updates `go.opentelemetry.io/otel` from 1.37.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.37.0...v1.39.0)

Updates `go.opentelemetry.io/otel/metric` from 1.37.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.37.0...v1.39.0)

Updates `go.opentelemetry.io/otel/trace` from 1.37.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.37.0...v1.39.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.46.0
- [Commits](golang/crypto@v0.43.0...v0.46.0)

Updates `golang.org/x/exp` from 0.0.0-20250408133849-7e4ce0ab07d0 to 0.0.0-20250620022241-b7579e27df2b
- [Commits](https://github.com/golang/exp/commits)

Updates `golang.org/x/mod` from 0.28.0 to 0.30.0
- [Commits](golang/mod@v0.28.0...v0.30.0)

Updates `golang.org/x/net` from 0.45.0 to 0.47.0
- [Commits](golang/net@v0.45.0...v0.47.0)

Updates `golang.org/x/oauth2` from 0.30.0 to 0.33.0
- [Commits](golang/oauth2@v0.30.0...v0.33.0)

Updates `golang.org/x/sync` from 0.17.0 to 0.19.0
- [Commits](golang/sync@v0.17.0...v0.19.0)

Updates `golang.org/x/sys` from 0.37.0 to 0.39.0
- [Commits](golang/sys@v0.37.0...v0.39.0)

Updates `golang.org/x/term` from 0.36.0 to 0.38.0
- [Commits](golang/term@v0.36.0...v0.38.0)

Updates `golang.org/x/text` from 0.30.0 to 0.32.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.30.0...v0.32.0)

Updates `golang.org/x/time` from 0.12.0 to 0.14.0
- [Commits](golang/time@v0.12.0...v0.14.0)

Updates `golang.org/x/tools` from 0.37.0 to 0.39.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.37.0...v0.39.0)

Updates `google.golang.org/api` from 0.203.0 to 0.247.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.203.0...v0.247.0)

Updates `google.golang.org/genproto` from 0.0.0-20241118233622-e639e219e697 to 0.0.0-20250603155806-513f23925822
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20241113202542-65e8d215514f to 0.0.0-20250721164621-a45f3dfb1074
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241223144023-3abc09e42ca8 to 0.0.0-20250818200422-3122310a409c
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.67.3 to 1.74.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.67.3...v1.74.2)

Updates `google.golang.org/protobuf` from 1.36.6 to 1.36.7

---
updated-dependencies:
- dependency-name: github.com/BurntSushi/toml
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.38.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/paketo-buildpacks/occam
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/paketo-buildpacks/packit/v2
  dependency-version: 2.25.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: cloud.google.com/go
  dependency-version: 0.123.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: cloud.google.com/go/auth
  dependency-version: 0.16.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: cloud.google.com/go/auth/oauth2adapt
  dependency-version: 0.2.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: cloud.google.com/go/compute/metadata
  dependency-version: 0.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: cloud.google.com/go/iam
  dependency-version: 1.5.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.56.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/CycloneDX/cyclonedx-go
  dependency-version: 0.9.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/DataDog/zstd
  dependency-version: 1.5.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/Microsoft/hcsshim
  dependency-version: 0.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/STARRY-S/zip
  dependency-version: 0.2.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/agext/levenshtein
  dependency-version: 1.2.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/anchore/go-struct-converter
  dependency-version: 0.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/anchore/stereoscope
  dependency-version: 0.1.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/anchore/syft
  dependency-version: 1.33.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/andybalholm/brotli
  dependency-version: 1.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/bodgit/sevenzip
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/charmbracelet/colorprofile
  dependency-version: 0.4.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/charmbracelet/x/ansi
  dependency-version: 0.11.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/charmbracelet/x/cellbuf
  dependency-version: 0.0.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/charmbracelet/x/term
  dependency-version: 0.2.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/cloudflare/circl
  dependency-version: 1.6.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/containerd/containerd
  dependency-version: 1.7.30
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/containerd/containerd/api
  dependency-version: 1.10.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/containerd/continuity
  dependency-version: 0.4.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/containerd/stargz-snapshotter/estargz
  dependency-version: 0.18.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/containerd/typeurl/v2
  dependency-version: 2.2.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/cyphar/filepath-securejoin
  dependency-version: 0.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/diskfs/go-diskfs
  dependency-version: 1.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/docker/cli
  dependency-version: 29.1.2+incompatible
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: go-modules
- dependency-name: github.com/docker/docker-credential-helpers
  dependency-version: 0.9.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/ebitengine/purego
  dependency-version: 0.9.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/fatih/color
  dependency-version: 1.18.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/fsnotify/fsnotify
  dependency-version: 1.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-version: 1.4.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/github/go-spdx/v2
  dependency-version: 2.3.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/go-git/go-billy/v5
  dependency-version: 5.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.16.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/goccy/go-yaml
  dependency-version: 1.19.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/gohugoio/hashstructure
  dependency-version: 0.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/google/go-containerregistry
  dependency-version: 0.20.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/google/pprof
  dependency-version: 0.0.0-20250820193118-f64d9cf942d6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/google/s2a-go
  dependency-version: 0.1.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/googleapis/enterprise-certificate-proxy
  dependency-version: 0.3.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/googleapis/gax-go/v2
  dependency-version: 2.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/gookit/color
  dependency-version: 1.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/hashicorp/go-getter
  dependency-version: 1.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/hashicorp/go-version
  dependency-version: 1.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/kevinburke/ssh_config
  dependency-version: 1.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/klauspost/compress
  dependency-version: 1.18.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/lucasb-eyer/go-colorful
  dependency-version: 1.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/mattn/go-colorable
  dependency-version: 0.1.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/mholt/archives
  dependency-version: 0.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/minio/minlz
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/moby/go-archive
  dependency-version: 0.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/moby/sys/signal
  dependency-version: 0.7.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/morikuni/aec
  dependency-version: 1.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/nwaples/rardecode/v2
  dependency-version: 2.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/olekukonko/errors
  dependency-version: 1.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: go-modules
- dependency-name: github.com/olekukonko/ll
  dependency-version: 0.0.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.0.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/opencontainers/runtime-spec
  dependency-version: 1.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/opencontainers/selinux
  dependency-version: 1.13.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/pelletier/go-toml/v2
  dependency-version: 2.2.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/pierrec/lz4/v4
  dependency-version: 4.1.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/pjbgf/sha1cd
  dependency-version: 0.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/pkg/xattr
  dependency-version: 0.4.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/sagikazarmark/locafero
  dependency-version: 0.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/shirou/gopsutil/v4
  dependency-version: 4.25.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/skeema/knownhosts
  dependency-version: 1.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/sorairolake/lzip-go
  dependency-version: 0.3.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/spf13/cast
  dependency-version: 1.10.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/spf13/viper
  dependency-version: 1.21.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/tklauser/go-sysconf
  dependency-version: 0.3.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/tklauser/numcpus
  dependency-version: 0.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/vbatts/go-mtree
  dependency-version: 0.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/vbatts/tar-split
  dependency-version: 0.12.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/zclconf/go-cty
  dependency-version: 1.17.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: go.opentelemetry.io/auto/sdk
  dependency-version: 1.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-version: 0.61.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-version: 0.64.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.46.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/exp
  dependency-version: 0.0.0-20250620022241-b7579e27df2b
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: golang.org/x/mod
  dependency-version: 0.30.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.33.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/sync
  dependency-version: 0.19.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/sys
  dependency-version: 0.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/term
  dependency-version: 0.38.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/text
  dependency-version: 0.32.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/time
  dependency-version: 0.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/tools
  dependency-version: 0.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: google.golang.org/api
  dependency-version: 0.247.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: google.golang.org/genproto
  dependency-version: 0.0.0-20250603155806-513f23925822
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-version: 0.0.0-20250721164621-a45f3dfb1074
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-version: 0.0.0-20250818200422-3122310a409c
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: google.golang.org/grpc
  dependency-version: 1.74.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 23, 2025
@dependabot dependabot Bot requested a review from a team as a code owner December 23, 2025 10:09
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Dec 23, 2025
@paketo-bot paketo-bot added the semver:patch A change requiring a patch version bump label Dec 23, 2025
@dependabot @github

dependabot Bot commented on behalf of github Dec 24, 2025

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Dec 24, 2025
@dependabot dependabot Bot deleted the dependabot/go_modules/go-modules-72d9239f7b branch December 24, 2025 10:05
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 semver:patch A change requiring a patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant