Skip to content

build(deps): bump the gomod group across 1 directory with 30 updates#15

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-76356e1ee8
Open

build(deps): bump the gomod group across 1 directory with 30 updates#15
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-76356e1ee8

Conversation

@dependabot
Copy link
Copy Markdown

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

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

Package From To
chainguard.dev/go-grpc-kit 0.17.10 0.17.15
chainguard.dev/sdk 0.1.32 0.1.45
cloud.google.com/go/profiler 0.4.2 0.4.3
cloud.google.com/go/pubsub 1.49.0 1.50.1
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace 1.27.0 1.30.0
github.com/bradleyfalzon/ghinstallation/v2 2.15.0 2.17.0
github.com/chainguard-dev/clog 1.7.0 1.8.0
github.com/shirou/gopsutil/v4 4.25.4 4.25.11
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp 1.35.0 1.39.0
gocloud.dev 0.41.0 0.44.0

Updates chainguard.dev/go-grpc-kit from 0.17.10 to 0.17.15

Release notes

Sourced from chainguard.dev/go-grpc-kit's releases.

v0.17.15

What's Changed

Full Changelog: chainguard-dev/go-grpc-kit@v0.17.14...v0.17.15

v0.17.14

What's Changed

Full Changelog: chainguard-dev/go-grpc-kit@v0.17.13...v0.17.14

v0.17.13

What's Changed

Full Changelog: chainguard-dev/go-grpc-kit@v0.17.12...v0.17.13

v0.17.12

What's Changed

... (truncated)

Commits
  • 4050e67 update otel deps (#464)
  • 9837aab Bump the otel group with 4 updates (#462)
  • 9da0a5e Bump chainguard-dev/actions from 1.4.10 to 1.4.12 (#457)
  • cf56a18 Bump google.golang.org/grpc from 1.74.2 to 1.75.0 (#461)
  • 438e1a5 Bump google.golang.org/api from 0.246.0 to 0.247.0 (#454)
  • c4adae6 Bump chainguard-dev/actions from 1.4.9 to 1.4.10 (#455)
  • 289a4cf Bump reviewdog/action-actionlint from 1.66.0 to 1.66.1 (#456)
  • a343d82 set wait ready to true for call options (#453)
  • 4b8e720 use listener directly for unit test (#449)
  • 530a9a5 Bump actions/checkout from 4.2.2 to 5.0.0 (#447)
  • Additional commits viewable in compare view

Updates chainguard.dev/sdk from 0.1.32 to 0.1.45

Release notes

Sourced from chainguard.dev/sdk's releases.

v0.1.45

Full Changelog: chainguard-dev/sdk@v0.1.44...v0.1.45

v0.1.44

Full Changelog: chainguard-dev/sdk@v0.1.43...v0.1.44

v0.1.43

Full Changelog: chainguard-dev/sdk@v0.1.42...v0.1.43

v0.1.42

Full Changelog: chainguard-dev/sdk@v0.1.41...v0.1.42

v0.1.41

Full Changelog: chainguard-dev/sdk@v0.1.40...v0.1.41

v0.1.40

Full Changelog: chainguard-dev/sdk@v0.1.39...v0.1.40

v0.1.39

Full Changelog: chainguard-dev/sdk@v0.1.38...v0.1.39

v0.1.38

Full Changelog: chainguard-dev/sdk@v0.1.37...v0.1.38

v0.1.37

Full Changelog: chainguard-dev/sdk@v0.1.36...v0.1.37

v0.1.36

Full Changelog: chainguard-dev/sdk@v0.1.35...v0.1.36

v0.1.35

No release notes provided.

v0.1.34

Full Changelog: chainguard-dev/sdk@v0.1.33...v0.1.34

v0.1.33

Full Changelog: chainguard-dev/sdk@v0.1.32...v0.1.33

Commits
  • e21af89 Merge pull request #125 from chainguard-dev/create-pull-request/patch
  • d405c99 Export 1b1bf053443e26180257065d040a43e4c1353444
  • 19d678a Export 36214279ca11ca062785ef17c9bbd1ca16879c2b
  • 8c53d4b Export 44b12214a8170c44420fadeba04e6275d976c54f
  • f24ea3e Export 2797f385ff6a8a30d398536e03a5c5ac18720743
  • 9631481 Export 31de4027d8a144f96b0340676c94a8c55f5fb216
  • 02bc69a Export f58c719947761b583281475de440e6f06d99fee8
  • 5961889 Export 5545d5845cdac2c5407ce8695acf261153d47a7f
  • d3c5231 Export e5c239f828c0ac48c2b8039b6a5323ce204b8104
  • aa4ef5e Export 23cdd48f8ce39343d2be1c28b7b13db0b6de7981
  • Additional commits viewable in compare view

Updates cloud.google.com/go/bigquery from 1.67.0 to 1.69.0

Commits

Updates cloud.google.com/go/compute/metadata from 0.6.0 to 0.9.0

Release notes

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

longrunning 0.7.0

0.7.0 (2025-10-14)

Features

  • add ListOperations partial success flag
  • add ListOperations unreachable resources
Changelog

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

Code changes required from v0.9.0

  • pubsub: Replace

    sub.ModifyPushConfig(ctx, pubsub.PushConfig{Endpoint: "https://example.com/push"})
    

    with

    sub.Update(ctx, pubsub.SubscriptionConfigToUpdate{
        PushConfig: &pubsub.PushConfig{Endpoint: "https://example.com/push"},
    })
    
  • trace: traceGRPCServerInterceptor will be provided from *trace.Client. Given an initialized *trace.Client named tc, instead of

    s := grpc.NewServer(grpc.UnaryInterceptor(trace.GRPCServerInterceptor(tc)))
    

    write

    s := grpc.NewServer(grpc.UnaryInterceptor(tc.GRPCServerInterceptor()))
    
  • trace trace.GRPCClientInterceptor will also provided from *trace.Client. Instead of

    conn, err := grpc.Dial(srv.Addr, grpc.WithUnaryInterceptor(trace.GRPCClientInterceptor()))
    

    write

    conn, err := grpc.Dial(srv.Addr, grpc.WithUnaryInterceptor(tc.GRPCClientInterceptor()))
    
  • trace: We removed the deprecated trace.EnableGRPCTracing. Use the gRPC interceptor as a dial option as shown below when initializing Cloud package clients:

    c, err := pubsub.NewClient(ctx, "project-id", option.WithGRPCDialOption(grpc.WithUnaryInterceptor(tc.GRPCClientInterceptor())))
    if err != nil {
        ...
    

... (truncated)

Commits
  • d4f8670 BREAKING: all: regenerate toolkit client
  • 23179f2 readme: document Trace and Error Reporting clients
  • c2e00bb trace: switch to grpc-trace-bin for gRPC calls
  • 1de0ed4 rpcreplay: Fprintf functions
  • 8878988 bigtable/bttest: Return proper error code when entity already exists
  • e432073 bigtable: Don't retry on INTERNAL errors.
  • 84bf648 rpcreplay: responses to code review comments from previous CL
  • e687f27 rpcreplay: replay of unary RPCs
  • 9da216d spanner: more integration tests
  • a089e75 logging: document that Close flushes the loggers
  • Additional commits viewable in compare view

Updates cloud.google.com/go/profiler from 0.4.2 to 0.4.3

Commits

Updates cloud.google.com/go/pubsub from 1.49.0 to 1.50.1

Release notes

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

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)
Commits

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

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 compare view

Updates github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace from 1.27.0 to 1.30.0

Release notes

Sourced from github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace's releases.

v1.5.1 and v0.29.1

What's Changed

Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v1.5.0...v1.5.1

v1.5.0 and v0.29.0

What's Changed

Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v1.4.0...v1.5.0

v1.4.0 and v0.28.0

What's Changed

... (truncated)

Commits

Updates github.com/bradleyfalzon/ghinstallation/v2 from 2.15.0 to 2.17.0

Release notes

Sourced from github.com/bradleyfalzon/ghinstallation/v2's releases.

v2.17.0

What's Changed

New Contributors

Full Changelog: bradleyfalzon/ghinstallation@v2.16.0...v2.17.0

v2.16.0

What's Changed

Full Changelog: bradleyfalzon/ghinstallation@v2.15.0...v2.16.0

Commits
  • 6efd7de Update google/go-github to v75
  • a41d4c3 fix branch name
  • 8faada7 update golangci-lint to v2.2.x
  • fed3685 Update go-github to v73
  • 050fa87 Update README: improve formatting, replace GoDoc with GoReference
  • cf2f966 Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0
  • 874b1a2 Bump actions/setup-go from 5.4.0 to 5.5.0 in the actions group
  • c8bdda0 Update to go-github v72
  • See full diff in compare view

Updates github.com/chainguard-dev/clog from 1.7.0 to 1.8.0

Release notes

Sourced from github.com/chainguard-dev/clog's releases.

v1.8.0

What's Changed

New Contributors

Full Changelog: chainguard-dev/clog@v1.7.0...v1.8.0

Commits
  • 6353cd3 Bump actions/setup-go from 5.5.0 to 6.1.0 (#49)
  • f6946fd Bump step-security/harden-runner from 2.12.0 to 2.13.3 (#50)
  • 5ca5d64 Bump actions/checkout from 4.2.2 to 6.0.1 (#51)
  • 3bef2b2 gcp: Refactor to pass in custom writer (#52)
  • 5a063eb slogtest: demonstrate use of t.Context() (#41)
  • f9cf331 Bump actions/setup-go from 5.3.0 to 5.5.0 (#37)
  • e53dba9 [StepSecurity] Apply security best practices (#39)
  • 517105f gcp: Surface trace propagation functions on context (#40)
  • b5e6d19 docs: fix doc comments for clog.Logger (#36)
  • See full diff in compare view

Updates github.com/cloudevents/sdk-go/v2 from 2.16.0 to 2.16.2

Release notes

Sourced from github.com/cloudevents/sdk-go/v2's releases.

Release v2.16.2

No release notes provided.

Release v2.16.1

CloudEvents SDK Go v2.16.1

🐛 Bug Fixes and Improvements

  • ⚡ NATS JetStream Enhancement: Made send subject optional via context by @​kmpm in cloudevents/sdk-go#1143

    • Added WithSubject function to override the default subject when sending messages
    • Added comprehensive tests and updated samples
    • Non-breaking enhancement that adds flexibility for NATS users
  • 📝 CloudEvents JSON Handling Fixes by @​alank-ps:

    • WriteJson Fix in cloudevents/sdk-go#1162: Fixed WriteJson to properly handle data as JSON when dataContentType is application/cloudevents+json or batch
    • ConsumeData Fix in cloudevents/sdk-go#1164: Fixed consumeData functions to properly recognize structured mode JSON content types
    • Improves compatibility with the CloudEvents specification
  • 🔧 CI/Test Improvements: Fix failing CI tests by @​embano1 in cloudevents/sdk-go#1156

🔄 Maintenance and Dependency Updates

  • 🛠️ Dependency Management Overhaul by @​embano1 in cloudevents/sdk-go#1145
    • Added script (hack/update-deps.sh) to update Go dependencies across all modules
    • Replaced Dependabot with custom script for better dependency management
    • Removed stale and broken OpenTelemetry samples

📦 Key Dependency Updates:

  • github.com/google/go-cmp: v0.6.0 → v0.7.0
  • golang.org/x/sync: v0.12.0 → v0.13.0
  • github.com/nats-io/nats.go: v1.37.0 → v1.41.2
  • github.com/IBM/sarama: v1.40.1 → v1.45.1
  • github.com/docker/docker: v20.10.17 → v27.1.1
  • go.opentelemetry.io/otel: v1.18.0 → v1.35.0
  • 🐹 Go version: Updated from 1.22 to 1.23.0 (toolchain 1.23.8)

🚨 Breaking Changes

None. All updates are either backward-compatible improvements, bug fixes, or internal refactors.

👥 New Contributors

📋 What's Changed

... (truncated)

Commits
  • af3e859 Merge pull request #1184 from cloudevents/dependabot/github_actions/actions/s...
  • bf5b8a6 chore(deps): Bump actions/setup-go from 5.5.0 to 6.0.0
  • 945d930 Merge pull request #1180 from philicious/refactor-pubsubv2
  • 35623f2 chore: Replace deprecated grpc.Dial calls
  • f0bd406 fix: Properly test that supplied ReceiveSettings are being used
  • ae89eba Refactor pubsub protocol to use new upstream v2 library
  • 34f7f6f Merge pull request #1183 from embano1/go-version

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

| Package | From | To |
| --- | --- | --- |
| [chainguard.dev/go-grpc-kit](https://github.com/chainguard-dev/go-grpc-kit) | `0.17.10` | `0.17.15` |
| [chainguard.dev/sdk](https://github.com/chainguard-dev/sdk) | `0.1.32` | `0.1.45` |
| [cloud.google.com/go/profiler](https://github.com/googleapis/google-cloud-go) | `0.4.2` | `0.4.3` |
| [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.49.0` | `1.50.1` |
| [github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go) | `1.27.0` | `1.30.0` |
| [github.com/bradleyfalzon/ghinstallation/v2](https://github.com/bradleyfalzon/ghinstallation) | `2.15.0` | `2.17.0` |
| [github.com/chainguard-dev/clog](https://github.com/chainguard-dev/clog) | `1.7.0` | `1.8.0` |
| [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.25.4` | `4.25.11` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | `1.35.0` | `1.39.0` |
| [gocloud.dev](https://github.com/google/go-cloud) | `0.41.0` | `0.44.0` |



Updates `chainguard.dev/go-grpc-kit` from 0.17.10 to 0.17.15
- [Release notes](https://github.com/chainguard-dev/go-grpc-kit/releases)
- [Commits](chainguard-dev/go-grpc-kit@v0.17.10...v0.17.15)

Updates `chainguard.dev/sdk` from 0.1.32 to 0.1.45
- [Release notes](https://github.com/chainguard-dev/sdk/releases)
- [Commits](chainguard-dev/sdk@v0.1.32...v0.1.45)

Updates `cloud.google.com/go/bigquery` from 1.67.0 to 1.69.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@spanner/v1.67.0...spanner/v1.69.0)

Updates `cloud.google.com/go/compute/metadata` from 0.6.0 to 0.9.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.6.0...v0.9.0)

Updates `cloud.google.com/go/profiler` from 0.4.2 to 0.4.3
- [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@apps/v0.4.2...apps/v0.4.3)

Updates `cloud.google.com/go/pubsub` from 1.49.0 to 1.50.1
- [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.49.0...pubsub/v1.50.1)

Updates `cloud.google.com/go/storage` from 1.53.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@spanner/v1.53.0...spanner/v1.56.0)

Updates `github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace` from 1.27.0 to 1.30.0
- [Release notes](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases)
- [Commits](GoogleCloudPlatform/opentelemetry-operations-go@detectors/gcp/v1.27.0...detectors/gcp/v1.30.0)

Updates `github.com/bradleyfalzon/ghinstallation/v2` from 2.15.0 to 2.17.0
- [Release notes](https://github.com/bradleyfalzon/ghinstallation/releases)
- [Commits](bradleyfalzon/ghinstallation@v2.15.0...v2.17.0)

Updates `github.com/chainguard-dev/clog` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/chainguard-dev/clog/releases)
- [Commits](chainguard-dev/clog@v1.7.0...v1.8.0)

Updates `github.com/cloudevents/sdk-go/v2` from 2.16.0 to 2.16.2
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](cloudevents/sdk-go@v2.16.0...v2.16.2)

Updates `github.com/coreos/go-oidc/v3` from 3.14.1 to 3.16.0
- [Release notes](https://github.com/coreos/go-oidc/releases)
- [Commits](coreos/go-oidc@v3.14.1...v3.16.0)

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

Updates `github.com/prometheus/client_golang` from 1.22.0 to 1.23.2
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.22.0...v1.23.2)

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

Updates `go.opentelemetry.io/contrib/detectors/gcp` from 1.35.0 to 1.38.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@v1.35.0...v1.38.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.60.0 to 0.63.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.60.0...zpages/v0.63.0)

Updates `go.opentelemetry.io/otel` from 1.35.0 to 1.38.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.35.0...v1.38.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.35.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.35.0...v1.39.0)

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

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

Updates `gocloud.dev` from 0.41.0 to 0.44.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.41.0...v0.44.0)

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

Updates `golang.org/x/net` from 0.40.0 to 0.47.0
- [Commits](golang/net@v0.40.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.14.0 to 0.18.0
- [Commits](golang/sync@v0.14.0...v0.18.0)

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

Updates `google.golang.org/api` from 0.232.0 to 0.257.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.232.0...v0.257.0)

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

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

---
updated-dependencies:
- dependency-name: chainguard.dev/go-grpc-kit
  dependency-version: 0.17.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: chainguard.dev/sdk
  dependency-version: 0.1.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: cloud.google.com/go/bigquery
  dependency-version: 1.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: cloud.google.com/go/compute/metadata
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: cloud.google.com/go/profiler
  dependency-version: 0.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: cloud.google.com/go/pubsub
  dependency-version: 1.50.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/bradleyfalzon/ghinstallation/v2
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/chainguard-dev/clog
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/cloudevents/sdk-go/v2
  dependency-version: 2.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/coreos/go-oidc/v3
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- 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: gomod
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/shirou/gopsutil/v4
  dependency-version: 4.25.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: go.opentelemetry.io/contrib/detectors/gcp
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-version: 0.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: gocloud.dev
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/exp
  dependency-version: 0.0.0-20250620022241-b7579e27df2b
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/sync
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/time
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/api
  dependency-version: 0.257.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/grpc
  dependency-version: 1.77.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
...

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 11, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants