Skip to content

build(deps): bump the go-dependencies group across 1 directory with 31 updates - #6257

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go/go-dependencies-07ee112a08
Open

build(deps): bump the go-dependencies group across 1 directory with 31 updates#6257
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go/go-dependencies-07ee112a08

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 13 updates in the /go directory:

Package From To
cloud.google.com/go/alloydbconn 1.15.3 1.18.6
cloud.google.com/go/cloudsqlconn 1.17.2 1.25.2
firebase.google.com/go/v4 4.15.2 4.21.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace 1.27.0 1.36.0
github.com/anthropics/anthropic-sdk-go 1.23.0 1.68.0
github.com/coder/websocket 1.8.14 1.8.15
github.com/lib/pq 1.10.9 1.12.3
github.com/mark3labs/mcp-go 0.29.0 0.58.0
github.com/pgvector/pgvector-go 0.3.0 0.4.1
github.com/weaviate/weaviate 1.30.0 1.39.2
github.com/weaviate/weaviate-go-client/v5 5.1.0 5.7.3
google.golang.org/genai 1.57.0 1.70.0
github.com/openai/openai-go 1.8.2 1.12.0

Updates cloud.google.com/go/alloydbconn from 1.15.3 to 1.18.6

Release notes

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

v1.18.6

1.18.6 (2026-08-10)

Bug Fixes

v1.18.5

1.18.5 (2026-07-14)

Bug Fixes

v1.18.4

1.18.4 (2026-06-09)

Bug Fixes

v1.18.3

1.18.3 (2026-05-12)

Bug Fixes

v1.18.2

1.18.2 (2026-04-27)

Bug Fixes

v1.18.1

1.18.1 (2026-03-24)

Bug Fixes

v1.18.0

... (truncated)

Changelog

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

1.18.6 (2026-08-10)

Bug Fixes

1.18.5 (2026-07-14)

Bug Fixes

1.18.4 (2026-06-09)

Bug Fixes

1.18.3 (2026-05-12)

Bug Fixes

1.18.2 (2026-04-27)

Bug Fixes

1.18.1 (2026-03-24)

Bug Fixes

1.18.0 (2026-03-09)

Features

... (truncated)

Commits
  • 69147f7 chore(main): release 1.18.6 (#809)
  • f0f738b fix: update dependencies to latest (#808)
  • 18b8c6d chore(deps): bump golang.org/x/text to v0.39.0 and google.golang.org/grpc to ...
  • c276626 chore(main): release 1.18.5 (#803)
  • 2ce459d fix: update dependencies to latest (#802)
  • 82fd018 refactor: make WithOptOutOfAdvancedConnectionCheck no-op (#801)
  • 42fd629 chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#800)
  • 89f8a00 chore(main): release 1.18.4 (#797)
  • 0371694 fix: update dependencies to latest (#796)
  • 8f22813 deps: Update google.golang.org/genproto/googleapis/rpc digest to 3dc84a4 (#794)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/auth from 0.16.2 to 0.20.0

Changelog

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

v0.20.0

  • bigquery: Support SchemaUpdateOptions for load jobs.

  • bigtable:

    • Add SampleRowKeys.
    • cbt: Support union, intersection GCPolicy.
    • Retry admin RPCS.
    • Add trace spans to retries.
  • datastore: Add OpenCensus tracing.

  • firestore:

    • Fix queries involving Null and NaN.
    • Allow Timestamp protobuffers for time values.
  • logging: Add a WriteTimeout option.

  • spanner: Support Batch API.

  • storage: Add OpenCensus tracing.

v0.19.0

  • bigquery:

    • Support customer-managed encryption keys.
  • bigtable:

    • Improved emulator support.
    • Support GetCluster.
  • datastore:

    • Add general mutations.
    • Support pointer struct fields.
    • Support transaction options.
  • firestore:

    • Add Transaction.GetAll.
    • Support document cursors.
  • logging:

    • Support concurrent RPCs to the service.
    • Support per-entry resources.
  • profiler:

    • Add config options to disable heap and thread profiling.
    • Read the project ID from $GOOGLE_CLOUD_PROJECT when it's set.
  • pubsub:

    • BEHAVIOR CHANGE: Release flow control after ack/nack (instead of after the

... (truncated)

Commits
  • 4b98a63 README.md: add news for next release
  • aae690d storage: mark bucket lock as private alpha
  • 5882e88 firestore: add the read time to DocumentSnapshot, part 1
  • 7808a7b internal: clean up OC tests
  • a1b76a8 pubsub: use the new aggreagation API
  • 63a4704 Bigquery Loader: add SchemaUpdateOptions
  • f0945c7 storage: fix OC test
  • 11ffa33 datastore: add OC integration test
  • 51968c3 storage: add RangeReader test
  • f2174aa storage: put read code together
  • Additional commits viewable in compare view

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

Commits
  • 8500e9e chore(main): release spanner 1.74.0 (#11142)
  • 2dc0184 chore(spanner): Update CODEOWNERS to use TeamSync Managed Team (#11524)
  • afbe132 fix(maps/places): add oauth scopes to Places proto (#11518)
  • de5ca9d docs(analytics/admin): replace "GA4" with "Google Analytics" or "GA" in all c...
  • 1438255 fix(firestore): Convert key before seeting map entry (#11506)
  • 0682bfa fix(bigtable): Allow GC updates on emulated aggregate column family (#11499)
  • b89dd8e doc(bigtable): Fix misspelled words (#11489)
  • 9b9e87a chore(main): release auth 0.14.1 (#11492)
  • 7fb5f95 chore(all): update deps (#11508)
  • 9ad9d76 fix(storage): propagate ctx from invoke to grpc upload reqs (#11475)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/cloudsqlconn from 1.17.2 to 1.25.2

Release notes

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

v1.25.2

1.25.2 (2026-08-27)

Bug Fixes

  • prioritize PSC auto-DNS names (.sql-psc.goog) and aggregate dial errors (#1153) (390df16)

v1.25.1

1.25.1 (2026-08-17)

Bug Fixes

  • Ensure that the SqlDataEndpoint includes the default port :443 (#1148) (a399bd5)

v1.25.0

1.25.0 (2026-08-13)

Features

  • replace local generated gRPC client with GAPIC client library (#1145) (5203f19)

Bug Fixes

v1.24.0

1.24.0 (2026-08-07)

Features

  • implement cooldown on ResourceExhausted errors (#1141) (5de0cf4)

Bug Fixes

  • Address code review comments on PSC DNS error handling (#1140) (57703a5)

v1.23.0

1.23.0 (2026-07-23)

Features

  • Add PSC DNS and Global Write Endpoint support to Go Connector (#1106) (7061e54)

... (truncated)

Changelog

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

1.25.2 (2026-08-27)

Bug Fixes

  • prioritize PSC auto-DNS names (.sql-psc.goog) and aggregate dial errors (#1153) (390df16)

1.25.1 (2026-08-17)

Bug Fixes

  • Ensure that the SqlDataEndpoint includes the default port :443 (#1148) (a399bd5)

1.25.0 (2026-08-13)

Features

  • replace local generated gRPC client with GAPIC client library (#1145) (5203f19)

Bug Fixes

1.24.0 (2026-08-07)

Features

  • implement cooldown on ResourceExhausted errors (#1141) (5de0cf4)

Bug Fixes

  • Address code review comments on PSC DNS error handling (#1140) (57703a5)

1.23.0 (2026-07-23)

Features

  • Add PSC DNS and Global Write Endpoint support to Go Connector (#1106) (7061e54)

Bug Fixes

... (truncated)

Commits
  • 25aeb01 chore(main): release 1.25.2 (#1154)
  • 390df16 fix: prioritize PSC auto-DNS names (.sql-psc.goog) and aggregate dial errors ...
  • 718dc0a chore(main): release 1.25.1 (#1149)
  • a399bd5 fix: Ensure that the SqlDataEndpoint includes the default port :443 (#1148)
  • af9131d chore(main): release 1.25.0 (#1144)
  • 5203f19 chore: Use the SqlAdmin API client library to connect to SqlDataService. (#1145)
  • 9172d6f ci: Use GITHUB_TOKEN in get_golang_tool to avoid rate limits (#1146)
  • ca3c760 fix: Optimize DNS resolution logic (#1143)
  • 475bb8c chore(main): release 1.24.0 (#1142)
  • 5de0cf4 feat: implement cooldown on ResourceExhausted errors (#1141)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/firestore from 1.18.0 to 1.24.0

Release notes

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

firestore: v1.24.0

1.24.0 (2026-07-15)

Features

batch: v1.22.0

1.22.0 (2026-09-02)

Features

secretmanager: v1.21.0

1.21.0 (2026-07-20)

Features

batch: v1.21.0

1.21.0 (2026-07-23)

Features

logging: v1.19.1

1.19.1 (2026-08-07)

Bug Fixes

  • logging: Add HTTP client Timeout to fix metadata probe hang (#19979) (a47a42b)

cloudtasks: v1.19.0

1.19.0 (2026-07-23)

Features

servicecontrol: v1.19.0

1.19.0 (2026-07-23)

... (truncated)

Changelog

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

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)

Bug Fixes

  • documentai: Update grpc-go to v1.59.0 (81a97b0)

1.23.3 (2023-10-17)

... (truncated)

Commits
  • c7ad820 chore: librarian release pull request: 20260115T080547Z (#13617)
  • 18dec3a chore: update librarian image (#13615)
  • 6433f42 chore(internal/librariangen): bump gapic-generator-go to 0.55.2 (#13599)
  • 0f9e3ec chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 in /policysimulat...
  • 2917fcf chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 in /osconfig (#13...
  • 80379ed chore: librarian generate pull request: 20260114T080435Z (#13598)
  • d72d0f4 fix(spanner): decode PG JSONB array to PGJsonB struct (#13602)
  • 337ca07 feat(storage): support checksum validation in resumable json uploads (#13573)
  • 5cd8007 chore: librarian release pull request: 20260114T061057Z (#13597)
  • 585cd82 feat(firestore): [PQ] add pipeline queries
  • Additional commits viewable in compare view

Updates cloud.google.com/go/logging from 1.13.0 to 1.19.0

Release notes

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

cloudtasks: v1.19.0

1.19.0 (2026-07-23)

Features

servicecontrol: v1.19.0

1.19.0 (2026-07-23)

Features

confidentialcomputing: v1.18.0

1.18.0 (2026-09-02)

Features

backupdr: v1.16.0

1.16.0 (2026-07-23)

Features

support: v1.14.0

1.14.0 (2026-08-20)

Features

Changelog

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

1.19.0 (2023-05-30)

Features

  • documentai: Update all direct dependencies (b340d03)

1.18.1 (2023-05-08)

Bug Fixes

  • documentai: Update grpc to v1.55.0 (1147ce0)

1.18.0 (2023-03-22)

Features

  • documentai: Add ImportProcessorVersion in v1beta3 (c967961)

1.17.0 (2023-03-15)

Features

  • documentai: Added hints.language_hints field in OcrConfig (#7522) (b2c40c3)

1.16.0 (2023-02-22)

Features

1.15.0 (2023-02-14)

⚠ BREAKING CHANGES

  • documentai: The TrainProcessorVersion parent was incorrectly annotated.

Features

  • documentai: Add REST client (06a54a1)
  • documentai: Added advanced_ocr_options field in OcrConfig (45c70e3)
  • documentai: Added EvaluationReference to evaluation.proto (#7290) (4623db8)
  • documentai: Added field_mask field in DocumentOutputConfig.GcsOutputConfig in document_io.proto (2a0b1ae)
  • documentai: Added font_family to document.proto feat: added ImageQualityScores message to document.proto feat: added PropertyMetadata and EntityTypeMetadata to document_schema.proto (9c5d6c8)
  • documentai: Added TrainProcessorVersion, EvaluateProcessorVersion, GetEvaluation, and ListEvaluations v1beta3 APIs feat: added evaluation.proto feat: added document_schema field in ProcessorVersion processor.proto feat: added image_quality_scores field in Document.Page in document.proto feat: added font_family field in Document.Style in document.proto (ac0c5c2)

... (truncated)

Commits

Updates firebase.google.com/go/v4 from 4.15.2 to 4.21.0

Release notes

Sourced from firebase.google.com/go/v4's releases.

Firebase Admin Go SDK v4.21.0

What's Changed

New Contributors

Full Changelog: firebase/firebase-admin-go@v4.20.0...v4.21.0

Firebase Admin Go SDK v4.20.0

New Features

  • feat(pnv): Add Firebase Phone Number Verification support (#757)
  • feat(fcm): Add support for bandwidth constrained and restricted satellite APIs (#750)

Miscellaneous

  • [chore] Release v4.20.0 (#763)
  • chore: Upgrade Go versions to 1.25, 1.26 (#759)
  • chore: Revert release workflow changes to use merge commit (#751)
  • chore: Update to Go 1.25 (#743)

Firebase Admin Go SDK v4.19.0

New Features

  • feat(auth): Add QueryUsers API (#727)
  • feat(firestore): Added Firestore Multi Database Support (#733)

Bug Fixes

  • fix(auth): Fixed auth error code parsing (#712)

Miscellaneous

  • [chore] Release 4.19.0 Take 2 (#746)
  • chore: Update Release Workflows for Push triggers (#745)
  • Revert "[chore] Release 4.19.0 (#742)" (#744)
  • [chore] Release 4.19.0 (#742)
  • Update the release actions process (#741)
  • chore: Update github actions workflows and integration test resources (#740)
  • chore: update copyright headers from Google Inc. to Google LLC (#713)
  • chore: Added and AGENTS.md file to instruct AI agents how to interact with this repository (#710)

Firebase Admin Go SDK v4.18.0

New Features

... (truncated)

Commits
  • eebb06f Merge dev into master
  • be55cf5 [chore] Release 4.21.0 (#770)
  • e1f1ef6 feat(fcm): Enable fid and deprecate token for Send API (#765)
  • a37b8ed fix(deps): Bumped golang.org/x/net and golang.org/x/crypto versions (#767)
  • 07b1814 add 'VERIFY_AND_CHANGE_EMAIL' linkType for generateEmailActionLink (#705)
  • e853b36 Merge remote-tracking branch 'origin/dev'
  • aa29809 Merge dev into master to resolve release divergence
  • 460da85 [chore] Release v4.20.0 (#763)
  • 646489a feat(pnv): Add Firebase Phone Number Verification support (#757)
  • f595f98 chore: Upgrade Go versions to 1.25, 1.26 (#759)
  • Additional commits viewable in compare view

Updates github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric from 0.52.0 to 0.56.0

Release notes

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

v1.32.0/v0.56.0

What's Changed

New Contributors

Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.55.0...v0.56.0

v1.31.0/v0.55.0

What's Changed

Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.54.0...v0.55.0

v1.30.0/v0.54.0

What's Changed

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go labels Sep 2, 2026
@github-actions github-actions Bot added the ci label Sep 2, 2026
…1 updates

Bumps the go-dependencies group with 13 updates in the /go directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/alloydbconn](https://github.com/googlecloudplatform/alloydb-go-connector) | `1.15.3` | `1.18.6` |
| [cloud.google.com/go/cloudsqlconn](https://github.com/googlecloudplatform/cloud-sql-go-connector) | `1.17.2` | `1.25.2` |
| [firebase.google.com/go/v4](https://github.com/firebase/firebase-admin-go) | `4.15.2` | `4.21.0` |
| [github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go) | `1.27.0` | `1.36.0` |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.23.0` | `1.68.0` |
| [github.com/coder/websocket](https://github.com/coder/websocket) | `1.8.14` | `1.8.15` |
| [github.com/lib/pq](https://github.com/lib/pq) | `1.10.9` | `1.12.3` |
| [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) | `0.29.0` | `0.58.0` |
| [github.com/pgvector/pgvector-go](https://github.com/pgvector/pgvector-go) | `0.3.0` | `0.4.1` |
| [github.com/weaviate/weaviate](https://github.com/weaviate/weaviate) | `1.30.0` | `1.39.2` |
| [github.com/weaviate/weaviate-go-client/v5](https://github.com/weaviate/weaviate-go-client) | `5.1.0` | `5.7.3` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.57.0` | `1.70.0` |
| [github.com/openai/openai-go](https://github.com/openai/openai-go) | `1.8.2` | `1.12.0` |



Updates `cloud.google.com/go/alloydbconn` from 1.15.3 to 1.18.6
- [Release notes](https://github.com/googlecloudplatform/alloydb-go-connector/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/alloydb-go-connector/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/alloydb-go-connector@v1.15.3...v1.18.6)

Updates `cloud.google.com/go/auth` from 0.16.2 to 0.20.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@auth/v0.16.2...v0.20.0)

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

Updates `cloud.google.com/go/cloudsqlconn` from 1.17.2 to 1.25.2
- [Release notes](https://github.com/googlecloudplatform/cloud-sql-go-connector/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/cloud-sql-go-connector@v1.17.2...v1.25.2)

Updates `cloud.google.com/go/firestore` from 1.18.0 to 1.24.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@dlp/v1.18.0...kms/v1.24.0)

Updates `cloud.google.com/go/logging` from 1.13.0 to 1.19.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.13.0...kms/v1.19.0)

Updates `firebase.google.com/go/v4` from 4.15.2 to 4.21.0
- [Release notes](https://github.com/firebase/firebase-admin-go/releases)
- [Commits](firebase/firebase-admin-go@v4.15.2...v4.21.0)

Updates `github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric` from 0.52.0 to 0.56.0
- [Release notes](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases)
- [Commits](GoogleCloudPlatform/opentelemetry-operations-go@v0.52.0...v0.56.0)

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

Updates `github.com/anthropics/anthropic-sdk-go` from 1.23.0 to 1.68.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-go/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-go@v1.23.0...v1.68.0)

Updates `github.com/coder/websocket` from 1.8.14 to 1.8.15
- [Release notes](https://github.com/coder/websocket/releases)
- [Commits](coder/websocket@v1.8.14...v1.8.15)

Updates `github.com/jackc/pgx/v5` from 5.7.5 to 5.10.0
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.7.5...v5.10.0)

Updates `github.com/lib/pq` from 1.10.9 to 1.12.3
- [Release notes](https://github.com/lib/pq/releases)
- [Changelog](https://github.com/lib/pq/blob/main/CHANGELOG.md)
- [Commits](lib/pq@v1.10.9...v1.12.3)

Updates `github.com/mark3labs/mcp-go` from 0.29.0 to 0.58.0
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.29.0...v0.58.0)

Updates `github.com/pgvector/pgvector-go` from 0.3.0 to 0.4.1
- [Changelog](https://github.com/pgvector/pgvector-go/blob/master/CHANGELOG.md)
- [Commits](pgvector/pgvector-go@v0.3.0...v0.4.1)

Updates `github.com/weaviate/weaviate` from 1.30.0 to 1.39.2
- [Release notes](https://github.com/weaviate/weaviate/releases)
- [Commits](weaviate/weaviate@v1.30.0...v1.39.2)

Updates `github.com/weaviate/weaviate-go-client/v5` from 5.1.0 to 5.7.3
- [Release notes](https://github.com/weaviate/weaviate-go-client/releases)
- [Commits](weaviate/weaviate-go-client@v5.1.0...v5.7.3)

Updates `go.opentelemetry.io/otel` from 1.36.0 to 1.44.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.36.0...v1.44.0)

Updates `go.opentelemetry.io/otel/metric` from 1.36.0 to 1.44.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.36.0...v1.44.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.36.0 to 1.44.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.36.0...v1.44.0)

Updates `go.opentelemetry.io/otel/sdk/metric` from 1.36.0 to 1.44.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.36.0...v1.44.0)

Updates `go.opentelemetry.io/otel/trace` from 1.36.0 to 1.44.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.36.0...v1.44.0)

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

Updates `golang.org/x/tools` from 0.43.0 to 0.47.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.43.0...v0.47.0)

Updates `google.golang.org/api` from 0.236.0 to 0.290.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.236.0...v0.290.0)

Updates `google.golang.org/genai` from 1.57.0 to 1.70.0
- [Release notes](https://github.com/googleapis/go-genai/releases)
- [Changelog](https://github.com/googleapis/go-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/go-genai@v1.57.0...v1.70.0)

Updates `github.com/openai/openai-go` from 1.8.2 to 1.12.0
- [Release notes](https://github.com/openai/openai-go/releases)
- [Changelog](https://github.com/openai/openai-go/blob/main/CHANGELOG.md)
- [Commits](openai/openai-go@v1.8.2...v1.12.0)

Updates `go.opentelemetry.io/contrib/detectors/gcp` from 1.35.0 to 1.43.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.43.0)

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

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20250528174236-200df99c418a to 0.0.0-20260723164925-7274b71286bd
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.73.0 to 1.82.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.73.0...v1.82.1)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/alloydbconn
  dependency-version: 1.18.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: cloud.google.com/go/auth
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: cloud.google.com/go/bigquery
  dependency-version: 1.74.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: cloud.google.com/go/cloudsqlconn
  dependency-version: 1.25.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: cloud.google.com/go/firestore
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: cloud.google.com/go/logging
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: firebase.google.com/go/v4
  dependency-version: 4.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/coder/websocket
  dependency-version: 1.8.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric
  dependency-version: 0.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace
  dependency-version: 1.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/jackc/pgx/v5
  dependency-version: 5.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/lib/pq
  dependency-version: 1.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/openai/openai-go
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/pgvector/pgvector-go
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/weaviate/weaviate
  dependency-version: 1.39.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/weaviate/weaviate-go-client/v5
  dependency-version: 5.7.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/contrib/detectors/gcp
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/sdk/metric
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/exp
  dependency-version: 0.0.0-20251113190631-e25ba8c21ef6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/tools
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/api
  dependency-version: 0.290.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/genai
  dependency-version: 1.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-version: 0.0.0-20260723164925-7274b71286bd
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: google.golang.org/grpc
  dependency-version: 1.82.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go/go-dependencies-07ee112a08 branch from db8a570 to fca575b Compare September 3, 2026 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci dependencies Pull requests that update a dependency file go

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants