Skip to content
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

chore(deps): bump the dependencies group across 1 directory with 17 updates #662

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps the dependencies group with 15 updates in the / directory:

Package From To
cloud.google.com/go/bigquery 1.65.0 1.66.2
cloud.google.com/go/spanner 1.73.0 1.76.1
github.com/ClickHouse/clickhouse-go/v2 2.30.0 2.32.2
github.com/aquasecurity/go-version 0.0.0-20210121072130-637058cfe492 0.0.1
github.com/aws/aws-sdk-go 1.55.5 1.55.6
github.com/go-sql-driver/mysql 1.8.1 1.9.0
github.com/goccy/go-yaml 1.15.13 1.15.23
github.com/google/go-cmp 0.6.0 0.7.0
github.com/k1LoW/expand 0.15.2 0.15.5
github.com/samber/lo 1.47.0 1.49.1
github.com/snowflakedb/gosnowflake 1.12.1 1.13.0
github.com/spf13/cobra 1.8.1 1.9.1
github.com/xo/dburl 0.23.2 0.23.3
go.mongodb.org/mongo-driver 1.17.1 1.17.3
golang.org/x/image 0.23.0 0.24.0

Updates cloud.google.com/go/bigquery from 1.65.0 to 1.66.2

Release notes

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

dialogflow: v1.66.0

1.66.0 (2025-02-26)

Features

  • dialogflow/cx: Added DocumentProcessingMode & BoostSpec for data stores (1eb601e)
  • dialogflow/cx: Added support for answer feedback & latency metrics in conversation history (1eb601e)
  • dialogflow/cx: Added support for handlers (1eb601e)
  • dialogflow/cx: Added support for playbook level speech settings (1eb601e)
Commits
  • f348396 chore(main): release bigquery 1.66.2 (#11558)
  • 511608b fix(storage): add universe domain to defaultSignBytesFunc (#11521)
  • 678944b docs(pubsub): A comment for field code in message `.google.pubsub.v1.JavaSc...
  • f2ace86 chore(all): update opentelemetry-go-contrib monorepo (#11509)
  • 801494c chore: remove myself from CODEOWNERS (#11557)
  • e70d63b fix(bigquery): broken github.com/envoyproxy/go-control-plane/envoy dep (#11556)
  • 2153d86 chore(main): release bigquery 1.66.1 (#11554)
  • 164492d fix(bigquery): move MaxStaleness field to table level (#10066)
  • 9cde8ab chore(main): release spanner 1.75.0 (#11551)
  • d7671ec feat(spanner): make randIDForProcess hexadecimal in x-goog-spanner-request-id...
  • Additional commits viewable in compare view

Updates cloud.google.com/go/spanner from 1.73.0 to 1.76.1

Release notes

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

spanner: v1.76.1

1.76.1 (2025-02-21)

Bug Fixes

  • spanner: Multiplexed_session_previous_transaction_id is not supported in the request for a non multiplexed session (#11626) (a940bef)

spanner: v1.76.0 [Do not use]

1.76.0 (2025-02-20)

DO NOT USE This version is retracted due to googleapis/google-cloud-go#11630, use version >=v1.76.1

Features

  • spanner/admin/database: Add instance partitions field in backup proto (c6a6dc7)
  • spanner: Support multiplexed session for read-write transactions & partition ops (#11615) (4b40201)

Performance Improvements

Commits
  • e59ac00 chore(main): release spanner 1.76.1 (#11627)
  • 3136c72 fix(spanner): retract versions with bug with use of previous transaction ID u...
  • 4af2602 test(spanner): fix continuous test failure (#11629)
  • 02458a5 chore(spanner): remove previous txn id from selector (#11628)
  • a940bef fix(spanner): multiplexed_session_previous_transaction_id is not supported in...
  • 1898dff feat(confidentialcomputing): A new field attester is added to message `.goo...
  • 761bd1b feat: support listening on custom host (testutil/server) (#11586)
  • 0e56303 chore(.github): update post-processor image (#11621)
  • dfa0b4f chore(all): update Go to 1.23 in postprocessor and profiler (#11620)
  • 93edc82 chore: release main (#11604)
  • Additional commits viewable in compare view

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.30.0 to 2.32.2

Release notes

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

v2.32.2

What's Changed

Bug Fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.32.1...v2.32.2

v2.32.1

What's Changed

Bug Fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.32.0...v2.32.1

v2.32.0

What's Changed

Enhancements 🎉

Performance 🏎️

Bug fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.31.0...v2.32.0

v2.31.0

What's Changed

Enhancements 🎉

... (truncated)

Changelog

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

v2.32.2, 2025-02-20

What's Changed

Bug Fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.32.1...v2.32.2

v2.32.1, 2025-02-17

What's Changed

Bug Fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.32.0...v2.32.1

v2.32.0, 2025-02-14

What's Changed

Enhancements 🎉

Performance 🏎️

Bug fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.31.0...v2.32.0

v2.31.0, 2025-02-10

What's Changed

Enhancements 🎉

Other Changes 🛠

... (truncated)

Commits

Updates github.com/aquasecurity/go-version from 0.0.0-20210121072130-637058cfe492 to 0.0.1

Commits

Updates github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6

Release notes

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

Release v1.55.6 (2025-01-15)

SDK Bugs

  • Fix broken printf for go1.24
Commits
  • e1db430 release v1.55.6 (2025-01-15) (#5341)
  • 5ab6103 changelog
  • 394e0e3 Merge pull request #5340 from djedward/main
  • 19d98e3 Fix improper use of Printf-style functions
  • 7112c0a Merge pull request #5325 from ashishdhingra/user/ashdhin/IssueTemplateRegress...
  • 8d6a0f9 chore: Modified bug issue template to add checkbox to report potential regres...
  • 02c1f72 Update PULL_REQUEST_TEMPLATE.md
  • See full diff in compare view

Updates github.com/go-sql-driver/mysql from 1.8.1 to 1.9.0

Release notes

Sourced from github.com/go-sql-driver/mysql's releases.

v1.9.0

Major Changes

  • Implement zlib compression. (#1487)
  • Supported Go version is updated to Go 1.21+. (#1639)
  • Add support for VECTOR type introduced in MySQL 9.0. (#1609)
  • Config object can have custom dial function. (#1527)

Bugfixes

  • Fix auth errors when username/password are too long. (#1625)
  • Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (#1640)
  • Fix auth switch request handling. (#1666)

Other changes

  • Add "filename:line" prefix to log in go-mysql. Custom loggers now show it. (#1589)
  • Improve error handling. It reduces the "busy buffer" errors. (#1595, #1601, #1641)
  • Use strconv.Atoi to parse max_allowed_packet. (#1661)
  • rejectReadOnly option now handles ER_READ_ONLY_MODE (1290) error too. (#1660)

Full Changelog: go-sql-driver/mysql@v1.8.1...v1.9.0

New Contributors

Changelog

Sourced from github.com/go-sql-driver/mysql's changelog.

v1.9.0 (2025-02-18)

Major Changes

  • Implement zlib compression. (#1487)
  • Supported Go version is updated to Go 1.21+. (#1639)
  • Add support for VECTOR type introduced in MySQL 9.0. (#1609)
  • Config object can have custom dial function. (#1527)

Bugfixes

  • Fix auth errors when username/password are too long. (#1625)
  • Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (#1640)
  • Fix auth switch request handling. (#1666)

Other changes

  • Add "filename:line" prefix to log in go-mysql. Custom loggers now show it. (#1589)
  • Improve error handling. It reduces the "busy buffer" errors. (#1595, #1601, #1641)
  • Use strconv.Atoi to parse max_allowed_packet. (#1661)
  • rejectReadOnly option now handles ER_READ_ONLY_MODE (1290) error too. (#1660)
Commits

Updates github.com/goccy/go-yaml from 1.15.13 to 1.15.23

Release notes

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

1.15.23

What's Changed

Full Changelog: goccy/go-yaml@v1.15.22...v1.15.23

1.15.22

What's Changed

Full Changelog: goccy/go-yaml@v1.15.21...v1.15.22

1.15.21

What's Changed

Full Changelog: goccy/go-yaml@v1.15.20...v1.15.21

1.15.20

What's Changed

Full Changelog: goccy/go-yaml@v1.15.19...v1.15.20

1.15.19

What's Changed

Full Changelog: goccy/go-yaml@v1.15.18...v1.15.19

1.15.18

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.17...v1.15.18

... (truncated)

Commits

Updates github.com/google/go-cmp from 0.6.0 to 0.7.0

Release notes

Sourced from github.com/google/go-cmp's releases.

v0.7.0

New API:

  • (#367) Support compare functions with SortSlices and SortMaps

Panic messaging:

  • (#370) Detect proto.Message types when failing to export a field
Commits

Updates github.com/k1LoW/expand from 0.15.2 to 0.15.5

Release notes

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

v0.15.5

What's Changed

Other Changes

Full Changelog: k1LoW/expand@v0.15.4...v0.15.5

v0.15.4

What's Changed

Other Changes

Full Changelog: k1LoW/expand@v0.15.3...v0.15.4

v0.15.3

What's Changed

Other Changes

Full Changelog: k1LoW/expand@v0.15.2...v0.15.3

Changelog

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

v0.15.5 - 2025-02-19

Other Changes

v0.15.4 - 2025-02-03

Other Changes

v0.15.3 - 2025-01-20

Other Changes

Commits
  • 1ba2953 Merge pull request #65 from k1LoW/tagpr-from-v0.15.4
  • 11c7858 [tagpr] update CHANGELOG.md
  • c6b10d7 [tagpr] prepare for the next release
  • 4381ca4 Merge pull request #66 from k1LoW/dependabot/go_modules/dependencies-44035026b8
  • 28fe7b6 chore(deps): bump github.com/goccy/go-yaml in the dependencies group
  • 3e46ce1 chore: update golangci-lint configuration
  • 254b9a1 chore(deps): update Go version to 1.23 in go.mod
  • 5a93524 Merge pull request #64 from k1LoW/dependabot/go_modules/dependencies-92e211ef58
  • aa4e8ba chore(deps): bump github.com/goccy/go-yaml in the dependencies group
  • 5967d70 Merge pull request #63 from k1LoW/tagpr-from-v0.15.3
  • Additional commits viewable in compare view

Updates github.com/samber/lo from 1.47.0 to 1.49.1

Release notes

Sourced from github.com/samber/lo's releases.

v1.49.1

What's Changed

Full Changelog: samber/lo@v1.49.0...v1.49.1

v1.49.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.48.0...v1.49.0

v1.48.0

What's Changed

Feature

Fix

Refactor

New Contributors

... (truncated)

Commits

Updates github.com/snowflakedb/gosnowflake from 1.12.1 to 1.13.0

Release notes

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

Release

Commits
  • e5ae90f NO-SNOW Bump driver version (#1294)
  • 18f7d87 SNOW-1854657 Fallback to rows parser if JSON returned while in Arrow batches ...
  • 72a121f SNOW-1859664 use correct transport for calling cloud providers (#1288)
  • 7f77aea SNOW-1869750 add check for empty private key before trying to generate JWT fr...
  • 1663004 Snow 1859664 add raiseputgeterror example to doc (#1281)
  • 112ec24 SNOW-1866146 Bump x/crypto library (#1283)
  • b0cd681 SNOW-1856499 Retry HEAD requests to GCP (#1274)
  • 80c18ea [SNOW-1346233] Tests for authentication methods (external browser, oauth, okt...
  • 220e36e NO-SNOW Fix tests which were lacking order by clause (#1290)
  • dda273b fix connection Config Config heading (#1284)
  • Additional commits viewable in compare view

Updates github.com/spf13/cobra from 1.8.1 to 1.9.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.9.1

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades

... (truncated)

Commits

…pdates

Bumps the dependencies group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) | `1.65.0` | `1.66.2` |
| [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) | `1.73.0` | `1.76.1` |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.30.0` | `2.32.2` |
| [github.com/aquasecurity/go-version](https://github.com/aquasecurity/go-version) | `0.0.0-20210121072130-637058cfe492` | `0.0.1` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.55.5` | `1.55.6` |
| [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) | `1.8.1` | `1.9.0` |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.15.13` | `1.15.23` |
| [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.6.0` | `0.7.0` |
| [github.com/k1LoW/expand](https://github.com/k1LoW/expand) | `0.15.2` | `0.15.5` |
| [github.com/samber/lo](https://github.com/samber/lo) | `1.47.0` | `1.49.1` |
| [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) | `1.12.1` | `1.13.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.1` | `1.9.1` |
| [github.com/xo/dburl](https://github.com/xo/dburl) | `0.23.2` | `0.23.3` |
| [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) | `1.17.1` | `1.17.3` |
| [golang.org/x/image](https://github.com/golang/image) | `0.23.0` | `0.24.0` |



Updates `cloud.google.com/go/bigquery` from 1.65.0 to 1.66.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@spanner/v1.65.0...bigquery/v1.66.2)

Updates `cloud.google.com/go/spanner` from 1.73.0 to 1.76.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.73.0...spanner/v1.76.1)

Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.30.0 to 2.32.2
- [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.30.0...v2.32.2)

Updates `github.com/aquasecurity/go-version` from 0.0.0-20210121072130-637058cfe492 to 0.0.1
- [Release notes](https://github.com/aquasecurity/go-version/releases)
- [Commits](https://github.com/aquasecurity/go-version/commits/v0.0.1)

Updates `github.com/aws/aws-sdk-go` from 1.55.5 to 1.55.6
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
- [Commits](aws/aws-sdk-go@v1.55.5...v1.55.6)

Updates `github.com/go-sql-driver/mysql` from 1.8.1 to 1.9.0
- [Release notes](https://github.com/go-sql-driver/mysql/releases)
- [Changelog](https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md)
- [Commits](go-sql-driver/mysql@v1.8.1...v1.9.0)

Updates `github.com/goccy/go-yaml` from 1.15.13 to 1.15.23
- [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.15.13...v1.15.23)

Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.6.0...v0.7.0)

Updates `github.com/k1LoW/expand` from 0.15.2 to 0.15.5
- [Release notes](https://github.com/k1LoW/expand/releases)
- [Changelog](https://github.com/k1LoW/expand/blob/main/CHANGELOG.md)
- [Commits](k1LoW/expand@v0.15.2...v0.15.5)

Updates `github.com/samber/lo` from 1.47.0 to 1.49.1
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.47.0...v1.49.1)

Updates `github.com/snowflakedb/gosnowflake` from 1.12.1 to 1.13.0
- [Release notes](https://github.com/snowflakedb/gosnowflake/releases)
- [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/release.go)
- [Commits](snowflakedb/gosnowflake@v1.12.1...v1.13.0)

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

Updates `github.com/xo/dburl` from 0.23.2 to 0.23.3
- [Release notes](https://github.com/xo/dburl/releases)
- [Commits](xo/dburl@v0.23.2...v0.23.3)

Updates `go.mongodb.org/mongo-driver` from 1.17.1 to 1.17.3
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.17.1...v1.17.3)

Updates `golang.org/x/image` from 0.23.0 to 0.24.0
- [Commits](golang/image@v0.23.0...v0.24.0)

Updates `golang.org/x/oauth2` from 0.24.0 to 0.26.0
- [Commits](golang/oauth2@v0.24.0...v0.26.0)

Updates `google.golang.org/api` from 0.214.0 to 0.222.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.214.0...v0.222.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cloud.google.com/go/spanner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aquasecurity/go-version
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/go-sql-driver/mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/goccy/go-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/google/go-cmp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/expand
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/samber/lo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/snowflakedb/gosnowflake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/xo/dburl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.mongodb.org/mongo-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: golang.org/x/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/api
  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 Mar 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2025

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

@dependabot dependabot bot closed this Mar 1, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-22e058f23b branch March 1, 2025 10:50
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