Skip to content

chore(deps): bump the dependencies group with 13 updates #708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2025

Bumps the dependencies group with 13 updates:

Package From To
cloud.google.com/go/bigquery 1.67.0 1.69.0
cloud.google.com/go/spanner 1.80.0 1.82.0
github.com/ClickHouse/clickhouse-go/v2 2.34.0 2.35.0
github.com/expr-lang/expr 1.17.2 1.17.4
github.com/goccy/go-yaml 1.17.1 1.18.0
github.com/k1LoW/ghfs 1.5.0 1.5.1
github.com/microsoft/go-mssqldb 1.8.0 1.8.2
github.com/olekukonko/tablewriter 0.0.5 1.0.7
github.com/snowflakedb/gosnowflake 1.14.0 1.14.1
github.com/xo/dburl 0.23.7 0.23.8
golang.org/x/image 0.26.0 0.27.0
golang.org/x/oauth2 0.29.0 0.30.0
google.golang.org/api 0.231.0 0.232.0

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

Release notes

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

bigquery: v1.69.0

1.69.0 (2025-05-27)

Features

  • bigquery/analyticshub: Add support for Analytics Hub & Marketplace Integration (2aaada3)
  • bigquery/analyticshub: Adding allow_only_metadata_sharing to Listing resource (2aaada3)
  • bigquery/analyticshub: Adding CommercialInfo message to the Listing and Subscription resources (2aaada3)
  • bigquery/analyticshub: Adding delete_commercial and revoke_commercial to DeleteListingRequest and RevokeSubscriptionRequest (2aaada3)
  • bigquery/analyticshub: Adding DestinationDataset to the Subscription resource (2aaada3)
  • bigquery/analyticshub: Adding routine field to the SharedResource message (2aaada3)
  • bigquery: Add support for dataset view and update modes (#12290) (7c1f961)
  • bigquery: Job creation mode GA (#12225) (1d8990d)

bigquery: v1.68.0

1.68.0 (2025-05-12)

Features

  • bigquery/analyticshub: Support new feature Sharing Cloud Pubsub Streams via AH (GA) and Subscriber Email logging feature (#11908) (a21d596)
  • bigquery/storage: Increased the number of partitions can be written in a single request (43bc515)
  • bigquery: Add performance insights (#12101) (aef68ab)
  • bigquery: Add some missing fields to BQ stats (#12212) (77b08e8)
  • bigquery: Add WriteTruncateData write disposition (#12013) (b1126a3)
  • bigquery: New client(s) (#12228) (f229bd9)
  • bigquery: Support managed iceberg tables (#11931) (35e0774)
  • bigquery: Support per-job reservation assignment (#12078) (c9cebcc)

Bug Fixes

Documentation

  • bigquery/storage: Updated the number of partitions (from 100 to 900) can be inserted, updated and deleted in a single request (43bc515)
Commits

Updates cloud.google.com/go/spanner from 1.80.0 to 1.82.0

Release notes

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

spanner: v1.82.0

1.82.0 (2025-05-20)

Features

  • spanner/admin/database: Add throughput_mode to UpdateDatabaseDdlRequest to be used by Spanner Migration Tool. See https (#12287) (2a9d8ee)

spanner: v1.81.1

1.81.1 (2025-05-15)

Bug Fixes

  • spanner: Do not export metrics during shutdown if prev export was less than 30 seconds ago (#12266) (8ad7511)
  • spanner: Fix invalid trace in case of skipping trailers (#12235) (e54c439)

spanner: v1.81.0

1.81.0 (2025-05-09)

Features

  • spanner/spansql: Add support for DROP SEARCH INDEX and ALTER SEARCH INDEX (#11961) (952cd7f)
  • spanner: Add support of AFE and GRPC metrics in client-side metrics (#12067) (7b77038)

Bug Fixes

  • spanner: Row mismatch in SelectAll using custom type (#12222) (ce6a23a)
Commits
  • 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...
  • e8a16fe chore(dataform): add config to generate apiv1 (#12247)
  • 78266d3 chore(main): release vertexai 0.13.4 (#11842)
  • 917b86f chore(main): release spanner 1.81.1 (#12256)
  • d22b9fc test(spanner): fix unit test for native metrics to match number of requests t...
  • 8ad7511 fix(spanner): do not export metrics during shutdown if prev export was less t...
  • Additional commits viewable in compare view

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.34.0 to 2.35.0

Release notes

Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.

v2.35.0

What's Changed

Enhancements 🎉

Full Changelog: ClickHouse/clickhouse-go@v2.34.0...v2.35.0

Changelog

Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.

v2.35.0, 2025-05-22

What's Changed

Enhancements 🎉

Full Changelog: ClickHouse/clickhouse-go@v2.34.0...v2.35.0

Commits
  • e8c045c Update release notes
  • a71e86e Merge pull request #1556 from ClickHouse/dependabot/go_modules/github.com/Cli...
  • 1abc87e Bump github.com/ClickHouse/ch-go from 0.65.1 to 0.66.0
  • 08c60b9 Merge pull request #1548 from ClickHouse/dependabot/go_modules/github.com/tes...
  • d375bb8 Bump github.com/testcontainers/testcontainers-go from 0.33.0 to 0.37.0
  • f8a9f74 Merge pull request #1551 from ClickHouse/dependabot/go_modules/golang.org/x/n...
  • c9b9622 Bump golang.org/x/net from 0.39.0 to 0.40.0
  • b662344 Update server versions in test matrix
  • b0d6afa Merge pull request #1541 from kokizzu/fix-clickhouse-proxy-issue
  • 8219540 Merge pull request #1544 from ClickHouse/dependabot/go_modules/github.com/doc...
  • Additional commits viewable in compare view

Updates github.com/expr-lang/expr from 1.17.2 to 1.17.4

Release notes

Sourced from github.com/expr-lang/expr's releases.

v1.17.4

v1.17.3

Commits

Updates github.com/goccy/go-yaml from 1.17.1 to 1.18.0

Release notes

Sourced from github.com/goccy/go-yaml's releases.

1.18.0

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.17.1...v1.18.0

Commits

Updates github.com/k1LoW/ghfs from 1.5.0 to 1.5.1

Release notes

Sourced from github.com/k1LoW/ghfs's releases.

v1.5.1

What's Changed

Full Changelog: k1LoW/ghfs@v1.5.0...v1.5.1

Changelog

Sourced from github.com/k1LoW/ghfs's changelog.

v1.5.1 - 2025-05-31

Commits
  • fd78a82 Merge pull request #42 from k1LoW/tagpr-from-v1.5.0
  • 5c058fa [tagpr] update CHANGELOG.md
  • 5c8a48a [tagpr] prepare for the next release
  • 3f49339 Merge pull request #41 from k1LoW/dependabot/go_modules/github.com/cli/go-gh/...
  • 10236d4 Bump github.com/cli/go-gh/v2 from 2.11.1 to 2.12.1
  • 7eca9eb Merge pull request #40 from k1LoW/dependabot/go_modules/example/golang.org/x/...
  • 38f08f0 Bump golang.org/x/net from 0.36.0 to 0.38.0 in /example
  • f674784 chore: golangci-lint migrate
  • See full diff in compare view

Updates github.com/microsoft/go-mssqldb from 1.8.0 to 1.8.2

Release notes

Sourced from github.com/microsoft/go-mssqldb's releases.

v1.8.2

What's Changed

New Contributors

Full Changelog: microsoft/go-mssqldb@v1.8.1...v1.8.2

Changelog

Sourced from github.com/microsoft/go-mssqldb's changelog.

1.8.2

Bug fixes

  • Added "Pwd" as a recognized alias for "Password" in connection strings (#262)
  • Updated isProc to detect more keywords

1.7.0

Changed

  • Changed always encrypted key provider error handling not to panic on failure

Features

  • Support DER certificates for server authentication (#152)

Bug fixes

  • Improved speed of CharsetToUTF8 (#154)

1.7.0

Changed

  • krb5 authenticator supports standard Kerberos environment variables for configuration

1.6.0

Changed

  • Go.mod updated to Go 1.17
  • Azure SDK for Go dependencies updated

Features

  • Added ActiveDirectoryAzCli and ActiveDirectoryDeviceCode authentication types to azuread package
  • Always Encrypted encryption and decryption with 2 hour key cache (#116)
  • 'pfx', 'MSSQL_CERTIFICATE_STORE', and 'AZURE_KEY_VAULT' encryption key providers
  • TDS8 can now be used for connections by setting encrypt="strict"

1.5.0

Features

Bug fixes

  • Handle extended character in SQL instance names for browser lookup (#122)

1.4.0

... (truncated)

Commits
  • d3c6336 Parse does not recognize Pwd as a valid password field alias (#263)
  • 661c0e6 isProc: added COMMIT and ROLLBACK command to the builtin commands list (#...
  • a3ce042 Work around build error introduced by the new 'go vet' tests analyser in v1.2...
  • 6b3e174 replace ioutil with io everywhere (#258)
  • 46d39b9 bump: github.com/golang-jwt/jwt/v5 v5.2.1 => v5.2.2 (#256)
  • 549c925 isProc: recognize builtin-commands (#252)
  • b9933eb DATETIME: fix 1/300 of a seconds rounding logic (Bulk Copy related) (#242)
  • e804768 Add JSON-encoded version of NULL uniqueidentifier (#238)
  • d27f997 Try to fix the github PR validation workflow (#240)
  • ba24acc Fix GUID conversion (#207)
  • See full diff in compare view

Updates github.com/olekukonko/tablewriter from 0.0.5 to 1.0.7

Commits

Updates github.com/snowflakedb/gosnowflake from 1.14.0 to 1.14.1

Release notes

Sourced from github.com/snowflakedb/gosnowflake's releases.

Release

Commits
  • a1a961d PATCH: Bumped up GoLang connector PATCH version from 1.14.0 to 1.14.1 (#1428)
  • 285d57f SNOW-2118577 fix nil pointer dereference (#1423)
  • 90ac92f SNOW-2091309 Fix precision lost for NUMBER(19, 0) by returning big.Int and fo...
  • 6652bd2 SNOW-1902248: AWS WIF support (#1419)
  • 984817e SNOW-2032700 Go driver support virtual-style domains(3) (#1417)
  • 756df8c SNOW-2040202 Lazy start OCSP module (#1390)
  • 3152808 NO-SNOW: encrypt_util: Fix bugs where errors are never returned (#1405)
  • 024bb2f NO-SNOW: chunkDownloader: Wrap errors for better introspection (#1404)
  • 2b6d384 SNOW-2102260 don't delete config in cleanup (#1410)
  • 3930696 NO-SNOW Remove DS_Store from the repo (#1408)
  • Additional commits viewable in compare view

Updates github.com/xo/dburl from 0.23.7 to 0.23.8

Commits

Updates golang.org/x/image from 0.26.0 to 0.27.0

Commits

Updates golang.org/x/oauth2 from 0.29.0 to 0.30.0

Commits
  • cf14319 oauth2: fix expiration time window check
  • 32d34ef internal: include clientID in auth style cache key
  • 2d34e30 oauth2: replace a magic number with AuthStyleUnknown
  • 696f7b3 all: modernize with doc links and any
  • 471209b oauth2: drop dependency on go-cmp
  • 6968da2 oauth2: sync Token.ExpiresIn from internal Token
  • d2c4e0a oauth2: context instead of golang.org/x/net/context in doc
  • 883dc3c endpoints: add various endpoints from stale CLs
  • 1c06e87 all: make use of oauth.Token.ExpiresIn
  • See full diff in compare view

Updates google.golang.org/api from 0.231.0 to 0.232.0

Release notes

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

v0.232.0

0.232.0 (2025-05-05)

Features

Changelog

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

0.232.0 (2025-05-05)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) | `1.67.0` | `1.69.0` |
| [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) | `1.80.0` | `1.82.0` |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.34.0` | `2.35.0` |
| [github.com/expr-lang/expr](https://github.com/expr-lang/expr) | `1.17.2` | `1.17.4` |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.17.1` | `1.18.0` |
| [github.com/k1LoW/ghfs](https://github.com/k1LoW/ghfs) | `1.5.0` | `1.5.1` |
| [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) | `1.8.0` | `1.8.2` |
| [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) | `0.0.5` | `1.0.7` |
| [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) | `1.14.0` | `1.14.1` |
| [github.com/xo/dburl](https://github.com/xo/dburl) | `0.23.7` | `0.23.8` |
| [golang.org/x/image](https://github.com/golang/image) | `0.26.0` | `0.27.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.29.0` | `0.30.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.231.0` | `0.232.0` |


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/spanner` from 1.80.0 to 1.82.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.80.0...spanner/v1.82.0)

Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.34.0 to 2.35.0
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-go@v2.34.0...v2.35.0)

Updates `github.com/expr-lang/expr` from 1.17.2 to 1.17.4
- [Release notes](https://github.com/expr-lang/expr/releases)
- [Commits](expr-lang/expr@v1.17.2...v1.17.4)

Updates `github.com/goccy/go-yaml` from 1.17.1 to 1.18.0
- [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.17.1...v1.18.0)

Updates `github.com/k1LoW/ghfs` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/k1LoW/ghfs/releases)
- [Changelog](https://github.com/k1LoW/ghfs/blob/main/CHANGELOG.md)
- [Commits](k1LoW/ghfs@v1.5.0...v1.5.1)

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

Updates `github.com/olekukonko/tablewriter` from 0.0.5 to 1.0.7
- [Commits](olekukonko/tablewriter@v0.0.5...v1.0.7)

Updates `github.com/snowflakedb/gosnowflake` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/snowflakedb/gosnowflake/releases)
- [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/release.go)
- [Commits](snowflakedb/gosnowflake@v1.14.0...v1.14.1)

Updates `github.com/xo/dburl` from 0.23.7 to 0.23.8
- [Release notes](https://github.com/xo/dburl/releases)
- [Commits](xo/dburl@v0.23.7...v0.23.8)

Updates `golang.org/x/image` from 0.26.0 to 0.27.0
- [Commits](golang/image@v0.26.0...v0.27.0)

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

Updates `google.golang.org/api` from 0.231.0 to 0.232.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.231.0...v0.232.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-version: 1.69.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cloud.google.com/go/spanner
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/expr-lang/expr
  dependency-version: 1.17.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/goccy/go-yaml
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/ghfs
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/microsoft/go-mssqldb
  dependency-version: 1.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: github.com/snowflakedb/gosnowflake
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/xo/dburl
  dependency-version: 0.23.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: golang.org/x/image
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/api
  dependency-version: 0.232.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 31, 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.

1 participant