Skip to content

chore(deps): bump the gomod-minor-patch group across 1 directory with 7 updates#199

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/gomod-minor-patch-9e25dfe872
Open

chore(deps): bump the gomod-minor-patch group across 1 directory with 7 updates#199
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/gomod-minor-patch-9e25dfe872

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the gomod-minor-patch group with 5 updates in the / directory:

Package From To
cloud.google.com/go/bigquery 1.72.0 1.73.1
cloud.google.com/go/datastore 1.21.0 1.22.0
cloud.google.com/go/storage 1.59.1 1.60.0
github.com/go-test/deep 1.0.6 1.1.1
golang.org/x/net 0.49.0 0.50.0

Updates cloud.google.com/go/bigquery from 1.72.0 to 1.73.1

Release notes

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

bigquery 1.73.1

1.73.1 (2026-02-05)

Bug Fixes

  • revert to useInt64Timestamp for REST format options (#13789) (bdcc2f80)

dialogflow 1.73.0

1.73.0 (2025-12-18)

Features

  • updated v2beta1 dialogflow client libraries (PiperOrigin-RevId: 843755897) (ce62012f)

  • updated v3beta1 dialogflow client libraries (PiperOrigin-RevId: 843704214) (ce62012f)

  • updated v2 dialogflow client libraries (PiperOrigin-RevId: 843703774) (ce62012f)

bigquery 1.73.0

1.73.0 (2026-02-04)

Features

  • add Stored Procedure Sharing support for analyticshub listings (PiperOrigin-RevId: 827828462) (185951b3)

  • add tags support for Pub/Sub subscriptions (PiperOrigin-RevId: 827828462) (185951b3)

  • Support picosecond timestamp precision in BigQuery Storage API (PiperOrigin-RevId: 829486853) (185951b3)

  • add timestamp precision support to schema (#13421) (52020af5)

  • transition format options (#13422) (59efe323)

Bug Fixes

  • make additional errors retriable: tcp timeout and http2 client connection lost (#13269) (466d309d)

  • roundtrip readonly fields (#13370) (9e847052)

Documentation

  • change comment indicating enable_gemini_in_bigquery field for BigQuery Reservation Assignments is deprecated (PiperOrigin-RevId: 850121797) (35d75787)
Commits
  • 592a782 chore: librarian release pull request: 20260205T224334Z (#13801)
  • 9bb9541 feat(pubsub/v2): introduce per stream flow control (#13642)
  • bdcc2f8 fix(bigquery): revert to useInt64Timestamp for REST format options (#13789)
  • e9c0abd chore: remove api-bigtable-partners and api-firestore-partners (#13798)
  • eea3e33 fix(datastore): allow partial updates (#13795)
  • ab05ff5 chore(internal/kokoro): presubmits track preview branch (#13787)
  • 39a25b9 feat(bigtable): support tiered storage (#13793)
  • 7ac8e22 chore: librarian release pull request: 20260204T142425Z (#13770)
  • a805680 chore: librarian release pull request: 20260205T080945Z (#13790)
  • 31c352b feat(retry): adding support for max-retry-duration for all api other than res...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/datastore from 1.21.0 to 1.22.0

Release notes

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

networkmanagement 1.22.0

1.22.0 (2026-01-29)

Features

  • add fields and messages for GKE Pods and IP masquerading (PiperOrigin-RevId: 859595508) (d8ea738a)

datastore 1.22.0

1.22.0 (2026-02-04)

Features

Bug Fixes

Changelog

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

1.22.0 (2023-07-26)

Features

  • documentai: Exposed Import PV external_processor_version_source to v1beta3 public (#8323) (08b151a)
Commits
  • dc9516d chore: release main (#12280)
  • cb8b66c feat(compute): Update Compute Engine v1beta API to revision 20250511 (#1041) ...
  • ff18dbe test(storage): add maxt attempts to common functions (#12302)
  • fb8e1b7 chore(compute): start generating apiv1beta (#12300)
  • 080f6b0 fix(storage): retry url.Error and net.OpErrors when they wrap an io.EOF (#12289)
  • c00965b chore(main): release spanner 1.82.0 (#12294)
  • 62155da feat(aiplatform): add VertexAISearch.max_results, filter, data_store_specs op...
  • e7f03a7 chore(spanner): enable multiplexed sessions for experimental hosts (#11686)
  • 7c1f961 feat(bigquery): add support for dataset view and update modes (#12290)
  • 2a9d8ee feat(spanner/admin/database): add throughput_mode to UpdateDatabaseDdlRequest...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/storage from 1.59.1 to 1.60.0

Release notes

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

storage 1.60.0

1.60.0 (2026-02-10)

Features

  • adding support for max-retry-duration for all api other than resumable-upload (#13749) (31c352bd)

  • support checksum validation in resumable json uploads (#13573) (337ca078)

  • Added a new field ComposeObjectRequest.delete_source_objects field (PiperOrigin-RevId: 863087065) (611f2392)

Bug Fixes

Documentation

  • Updated documentation for BidiReadObject, ReadObjectRequest, and ObjectContexts (PiperOrigin-RevId: 863087065) (611f2392)

storage 1.59.2

1.59.2 (2026-01-28)

Bug Fixes

  • deadlock in event loop while coordinating channels (#13652) (ff6c8e78)
Commits

Updates github.com/go-test/deep from 1.0.6 to 1.1.1

Release notes

Sourced from github.com/go-test/deep's releases.

v1.1.1

What's Changed

New Contributors

Full Changelog: go-test/deep@v1.1.0...v1.1.1

v1.1.0

New minor release, v1.1, that adds support for optional flags.

What's Changed

Full Changelog: go-test/deep@v1.0.9...v1.1.0

v1.0.9

What's Changed

Full Changelog: go-test/deep@v1.0.8...v1.0.9

Changelog

Sourced from github.com/go-test/deep's changelog.

v1.1.1 released 2024-06-23

  • Added NilPointersAreZero option: causes a nil pointer to be equal to a zero value (PR #61) (@​seveas)
  • Updated test matrix to go1.22, go1.21, and go1.20

v1.1.0 released 2022-12-09

  • Add optional flags: Equal(a, b, flags..) and FLAG_IGNORE_SLICE_ORDER (issue #28, PR #56) (@​alenkacz)

v1.0.9 released 2022-12-09

  • Fixed issue #45: Panic when comparing errors in unexported fields (PR #54) (@​seveas)
  • Fixed issue #46: Functions are handled differently from reflect.DeepEqual (PR #55) (@​countcb)
  • Updated test matrix to go1.17, go1.18, and go1.19 and moved testing to GitHub Actions

v1.0.8 released 2021-10-13

  • Updated test matrix to go1.15, go1.16, and go1.17
  • Added SECURITY.md and GitHub code analysis

v1.0.7 released 2020-07-11

  • Fixed issue #39: Confusing diff when comparing distinct types with the same name (PR #44)
Commits
  • 9e863ff Release v1.1.1
  • dc5b2f6 Update SECURITY.md
  • 185886d Restore 100% test coverage (NilPointersAreZero case)
  • 47ae1b8 Merge pull request #61 from seveas/nil-pointers-are-zero
  • 93c35ac Merge branch 'master' into nil-pointers-are-zero
  • 2982c5c Update test matrix to latest 3 Go versions
  • 2b8252e Add an option to consider nil pointers to be equivalent to zero values
  • 95fb3b1 Merge pull request #58 from bartleyg/patch-1
  • 1127c84 fix copy pasta test
  • 7ff4e92 Update changelog for v1.1.0
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.49.0 to 0.50.0

Commits
  • ebddb99 go.mod: update golang.org/x dependencies
  • 4a490d4 internal/http3: add Expect: 100-continue support to ClientConn
  • 73fe701 internal/http3: add Expect: 100-continue support to Server
  • af0c9df html: add NodeType.String() method
  • e02fb33 internal/http3: make responseWriter.Flush write headers if not done yet
  • da558ff internal/http3: ensure bodyReader cannot be read after being closed
  • d7c76fa internal/http3: make responseWriter behave closer to other http.ResponseWriter
  • 64b3af9 http2: prevent transport deadlock due to WINDOW_UPDATE that exceeds limit
  • 1973e8d internal/http3: add Server support for handling HEAD requests
  • 57ea86d icmp, internal/socket, ipv4, ipv6: use binary.NativeEndian
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.34.0 to 0.35.0

Commits

Updates google.golang.org/api from 0.262.0 to 0.265.0

Release notes

Sourced from google.golang.org/api's releases.

v0.265.0

0.265.0 (2026-02-04)

Features

v0.264.0

0.264.0 (2026-01-29)

Features

v0.263.0

0.263.0 (2026-01-27)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.265.0 (2026-02-04)

Features

0.264.0 (2026-01-29)

Features

0.263.0 (2026-01-27)

Features

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

This change is Reviewable

… 7 updates

Bumps the gomod-minor-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) | `1.72.0` | `1.73.1` |
| [cloud.google.com/go/datastore](https://github.com/googleapis/google-cloud-go) | `1.21.0` | `1.22.0` |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.59.1` | `1.60.0` |
| [github.com/go-test/deep](https://github.com/go-test/deep) | `1.0.6` | `1.1.1` |
| [golang.org/x/net](https://github.com/golang/net) | `0.49.0` | `0.50.0` |



Updates `cloud.google.com/go/bigquery` from 1.72.0 to 1.73.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@spanner/v1.72.0...bigquery/v1.73.1)

Updates `cloud.google.com/go/datastore` from 1.21.0 to 1.22.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.21.0...kms/v1.22.0)

Updates `cloud.google.com/go/storage` from 1.59.1 to 1.60.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@storage/v1.59.1...spanner/v1.60.0)

Updates `github.com/go-test/deep` from 1.0.6 to 1.1.1
- [Release notes](https://github.com/go-test/deep/releases)
- [Changelog](https://github.com/go-test/deep/blob/master/CHANGES.md)
- [Commits](go-test/deep@v1.0.6...v1.1.1)

Updates `golang.org/x/net` from 0.49.0 to 0.50.0
- [Commits](golang/net@v0.49.0...v0.50.0)

Updates `golang.org/x/oauth2` from 0.34.0 to 0.35.0
- [Commits](golang/oauth2@v0.34.0...v0.35.0)

Updates `google.golang.org/api` from 0.262.0 to 0.265.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.262.0...v0.265.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-version: 1.73.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
- dependency-name: cloud.google.com/go/datastore
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
- dependency-name: github.com/go-test/deep
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
- dependency-name: golang.org/x/net
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
- dependency-name: google.golang.org/api
  dependency-version: 0.265.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-minor-patch
...

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 Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants