Skip to content

chore(deps): bump the dependencies group across 1 directory with 19 updates #733

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

Merged
merged 2 commits into from
Aug 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
cloud.google.com/go/bigquery 1.67.0 1.69.0
cloud.google.com/go/spanner 1.80.0 1.83.0
github.com/ClickHouse/clickhouse-go/v2 2.34.0 2.40.1
github.com/aws/aws-sdk-go 1.55.7 1.55.8
github.com/expr-lang/expr 1.17.2 1.17.5
github.com/go-sql-driver/mysql 1.9.2 1.9.3
github.com/goccy/go-yaml 1.17.1 1.18.0
github.com/k1LoW/ghfs 1.5.0 1.5.1
github.com/k1LoW/go-github-client/v67 67.0.17 67.0.18
github.com/mattn/go-sqlite3 1.14.28 1.14.30
github.com/microsoft/go-mssqldb 1.8.0 1.9.2
github.com/samber/lo 1.50.0 1.51.0
github.com/snowflakedb/gosnowflake 1.14.0 1.15.0
github.com/tenntenn/golden 0.5.4 0.5.5
github.com/xo/dburl 0.23.7 0.23.8
go.mongodb.org/mongo-driver 1.17.3 1.17.4
golang.org/x/image 0.26.0 0.29.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.

dialogflow: v1.69.0

1.69.0 (2025-07-09)

Features

  • dialogflow/cx: Add support for generator settings on fulfillment (98ba6f0)
Commits

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

Release notes

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

spanner: v1.83.0

1.83.0 (2025-06-27)

Features

  • spanner/spansql: Add support for TOKENIZE_JSON. (#12338) (72225a5)
  • spanner/spansql: Support EXISTS in query parsing (#12439) (f5cb67b)
  • spanner: Add new change_stream.proto (40b60a4)
  • spanner: Add option for how to call BeginTransaction (#12436) (2cba13b)
  • spanner: Wrap proto mutation (#12497) (e655889)

Bug Fixes

Commits
  • 036d99c chore(main): release spanner 1.83.0 (#12398)
  • 208745b feat(shopping/merchant/accounts): Add CheckoutSettings service (#12505)
  • ac3cafb fix(spanner): pointer type custom struct decoder (#12496)
  • 91d03e3 test(spanner): verify that RESOURCE_EXHAUSTED is retried (#11450)
  • 280cec1 chore: update owlbot lock, remove bigquery/v2 (again) (#12507)
  • ee3deaf test(storage): add universe domain signedURL DefaultSignBytes integration tes...
  • 8f25e1c feat(aiplatform): add invoke_route_prefix to ModelContainerSpec in aiplatform...
  • dfcb16f chore: release main (#12499)
  • 4939f28 chore: redact bigquery/v2 from the common config/manifest (#12498)
  • 737615d chore(main): release vertexai 0.15.0 (#12487)
  • Additional commits viewable in compare view

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

Release notes

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

v2.40.1

What's Changed

Bug fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.40.0...v2.40.1

v2.40.0

What's Changed

Enhancements 🎉

Bug fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.39.0...v2.40.0

v2.39.0

What's Changed

Bug fixes 🐛

Read Timeout behavior changes

This bug fix has potential to affect longer running queries, ensure you're setting clickhouse.Options ReadTimeout to a reasonable value, and that your context.WithDeadline is also set to a reasonable value. The read timeout will now be applied to all blocks, previously it was only set for the first block.

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.38.1...v2.39.0

v2.38.1

What's Changed

Bug fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.38.0...v2.38.1

v2.38.0

... (truncated)

Changelog

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

v2.40.1, 2025-07-30

What's Changed

Bug fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.40.0...v2.40.1

v2.40.0, 2025-07-30

What's Changed

Enhancements 🎉

Bug fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.39.0...v2.40.0

v2.39.0, 2025-07-23

What's Changed

Bug fixes 🐛

Read Timeout behavior changes

This bug fix has potential to affect longer running queries, ensure you're setting clickhouse.Options ReadTimeout to a reasonable value, and that your context.WithDeadline is also set to a reasonable value. The read timeout will now be applied to all blocks, previously it was only set for the first block.

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.38.1...v2.39.0

v2.38.1, 2025-07-23

What's Changed

Bug fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.38.0...v2.38.1

v2.38.0, 2025-07-22

What's Changed

Enhancements 🎉

... (truncated)

Commits
  • 7bbaf83 Update release notes
  • 6b6b5b2 Merge pull request #1625 from ClickHouse/stdlib_json_nullable_fix
  • 0bd445c fix: database/sql Nullable(JSON) string scan
  • affd90d Update release notes
  • 500ce05 Merge pull request #1623 from ClickHouse/stdlib_json_scan_string
  • 3fa9e16 Merge pull request #1624 from ClickHouse/fix_nullable_json
  • 487d31d fix min version for json string tests
  • b6978e4 add version check for Nullable(JSON) test
  • 2b866a1 fix: Nullable base types with prefix
  • 783e407 support stdlib scanning json into string/[]byte/json.RawMessage
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go from 1.55.7 to 1.55.8

Release notes

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

Release v1.55.8 (2025-07-31)

SDK Features

  • Mark the module and all packages as deprecated.
    • This SDK has entered end-of-support.
Commits

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

Release notes

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

v1.17.5

v1.17.4

v1.17.3

Commits

Updates github.com/go-sql-driver/mysql from 1.9.2 to 1.9.3

Release notes

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

v1.9.3

What's Changed

Full Changelog: go-sql-driver/mysql@v1.9.2...v1.9.3

Changelog

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

v1.9.3 (2025-06-13)

  • tx.Commit() and tx.Rollback() returned ErrInvalidConn always. Now they return cached real error if present. (#1690)

  • Optimize reading small resultsets to fix performance regression introduced by compression protocol support. (#1707)

  • Fix db.Ping() on compressed connection. (#1723)

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/k1LoW/go-github-client/v67 from 67.0.17 to 67.0.18

Commits

Updates github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.30

Commits

Updates github.com/microsoft/go-mssqldb from 1.8.0 to 1.9.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.9.2

Bug fixes

  • Fix race condition in message queue query model (#277)

1.9.1

Bug fixes

  • Fix bulk insert failure with datetime values near midnight due to day overflow (#271)
  • Fix: apply guidConversion option in TestBulkcopy (#255)

Features

  • support configuring custom time.Location for datetime encoding and decoding via DSN (#260)
  • Implement support for the latest Azure credential types in the azuread package (#269)

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

... (truncated)

Commits
  • 5a620f4 Fix: make the message queue model work correctly (#277)
  • cf6d86d Restore tests against Azure resources (#276)
  • e798eb7 updating version (oops) (#275)
  • 59e2032 fix build breaks (#274)
  • 5356bbc feat: support configuring custom time.Location for datetime encoding and deco...
  • 116a21e Fix bulk insert failure with datetime values near midnight due to day overflo...
  • 418c250 fix stuck message queue (#273)
  • 48e8e0a Fix: apply guidConversion option in TestBulkcopy (#255)
  • 696c95e feat: Implement support for the latest Azure credential types in the azuread ...
  • d3c6336 Parse does not recognize Pwd as a valid password field alias (#263)
  • Additional commits viewable in compare view

Updates github.com/samber/lo from 1.50.0 to 1.51.0

Release notes

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

v1.51.0

What's Changed

Doc

Dependencies

New Contributors

Full Changelog: samber/lo@v1.50.0...v1.51.0

Commits
  • 203faca bump v1.51.0
  • 49f24de style: merge assertion.go and errors.go
  • e9281d8 feat(assertions): add Assert and Assertf (#638)
  • 2b57de7 docs: fix wrong variable name for mutable map example (#637)
  • f2cfb22 docs: Fix description for LastOrEmpty and LastOr (#636)
  • 52ad90c doc: Improve comment for lo.Ellipsis
  • f1dce8f docs: Add a more precise description to the Ellipsis function to prevent misu...
  • a9a589c fix(ci): correct cleanup deps - remove all *_test.go files using find (#630)
  • 975e837 chore(deps): bump golangci/golangci-lint-action from 7 to 8 (#628)
  • 3a534ad Fixed the error in the usage example of lo.Latest in readme.md (#627)
  • Additional commits viewable in compare view

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

Release notes

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

Release

Release

Commits
  • 15020c8 MINOR: Bumped up GoLang connector MINOR version from 1.14.1 to 1.15.0 (#1454)
  • ffc37eb SNOW-190224: Add support for sovereign clouds + remove obsolete checks for WI...
  • cc7a4a4 SNOW-2161709: Fix permission handling for configuration.toml and session/toke...
  • 57a9c17 SNOW-2021015 Adding codecov test analyse (#1413)
  • dd94b3b SNOW-2135451 Support snake_case connection parameters (#1434)
  • 34ffe17 Fix unprotected concurrent access to slice (#1436)
  • bea1b0c SNOW-1029631: [gosnowflake][GH#536] optimize PUT memory usage / PUT operation...
  • 71ef85c NO-SNOW Add DNS localhost name to ECDSA cert SAN (#1426)
  • 776a7d6 SNOW-1902248: Add Azure WIF authentication support (#1431)
  • 1bb1d08 SNOW-1902248: Add support for GCP & OIDC Workload Identity authentication (#1...
  • Additional commits viewable in compare view

Updates github.com/tenntenn/golden from 0.5.4 to 0.5.5

Release notes

Sourced from github.com/tenntenn/golden's releases.

v0.5.5

What's Changed

New Contributors

Full Changelog: tenntenn/golden@v0.5.4...v0.5.5

Changelog

Sourced from github.com/tenntenn/golden's changelog.

v0.5.5 - 2025-06-02

Commits
  • ee9df54 Merge pull request #26 from tenntenn/tagpr-from-v0.5.4
  • 0a36bfc [tagpr] update CHANGELOG.md
  • 2ac61a9 [tagpr] prepare for the next release
  • f3f9451 Merge pull request #31 from tenntenn/add-dependabot
  • 1b8de40 Merge pull request #30 from tenntenn/update-dependencies
  • a3c9aad Add dependabot
  • a38400c Update dependencies
  • b6b37bc Merge pull request #29 from tenntenn/udpate-workflow
  • 89af787 Fix step o...

    Description has been truncated

…pdates

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

| 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.83.0` |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.34.0` | `2.40.1` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.55.7` | `1.55.8` |
| [github.com/expr-lang/expr](https://github.com/expr-lang/expr) | `1.17.2` | `1.17.5` |
| [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) | `1.9.2` | `1.9.3` |
| [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/k1LoW/go-github-client/v67](https://github.com/k1LoW/go-github-client) | `67.0.17` | `67.0.18` |
| [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.28` | `1.14.30` |
| [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) | `1.8.0` | `1.9.2` |
| [github.com/samber/lo](https://github.com/samber/lo) | `1.50.0` | `1.51.0` |
| [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) | `1.14.0` | `1.15.0` |
| [github.com/tenntenn/golden](https://github.com/tenntenn/golden) | `0.5.4` | `0.5.5` |
| [github.com/xo/dburl](https://github.com/xo/dburl) | `0.23.7` | `0.23.8` |
| [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) | `1.17.3` | `1.17.4` |
| [golang.org/x/image](https://github.com/golang/image) | `0.26.0` | `0.29.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.83.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.83.0)

Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.34.0 to 2.40.1
- [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.40.1)

Updates `github.com/aws/aws-sdk-go` from 1.55.7 to 1.55.8
- [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.7...v1.55.8)

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

Updates `github.com/go-sql-driver/mysql` from 1.9.2 to 1.9.3
- [Release notes](https://github.com/go-sql-driver/mysql/releases)
- [Changelog](https://github.com/go-sql-driver/mysql/blob/v1.9.3/CHANGELOG.md)
- [Commits](go-sql-driver/mysql@v1.9.2...v1.9.3)

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/k1LoW/go-github-client/v67` from 67.0.17 to 67.0.18
- [Commits](k1LoW/go-github-client@v67.0.17...v67.0.18)

Updates `github.com/mattn/go-sqlite3` from 1.14.28 to 1.14.30
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.28...v1.14.30)

Updates `github.com/microsoft/go-mssqldb` from 1.8.0 to 1.9.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.9.2)

Updates `github.com/samber/lo` from 1.50.0 to 1.51.0
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.50.0...v1.51.0)

Updates `github.com/snowflakedb/gosnowflake` from 1.14.0 to 1.15.0
- [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.15.0)

Updates `github.com/tenntenn/golden` from 0.5.4 to 0.5.5
- [Release notes](https://github.com/tenntenn/golden/releases)
- [Changelog](https://github.com/tenntenn/golden/blob/main/CHANGELOG.md)
- [Commits](tenntenn/golden@v0.5.4...v0.5.5)

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 `go.mongodb.org/mongo-driver` from 1.17.3 to 1.17.4
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.17.3...v1.17.4)

Updates `golang.org/x/image` from 0.26.0 to 0.29.0
- [Commits](golang/image@v0.26.0...v0.29.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.237.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.237.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.83.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.40.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go
  dependency-version: 1.55.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/expr-lang/expr
  dependency-version: 1.17.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/go-sql-driver/mysql
  dependency-version: 1.9.3
  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/k1LoW/go-github-client/v67
  dependency-version: 67.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/mattn/go-sqlite3
  dependency-version: 1.14.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/microsoft/go-mssqldb
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/samber/lo
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/snowflakedb/gosnowflake
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/tenntenn/golden
  dependency-version: 0.5.5
  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: go.mongodb.org/mongo-driver
  dependency-version: 1.17.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: golang.org/x/image
  dependency-version: 0.29.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.237.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 minor labels Jul 31, 2025
@k1LoW k1LoW removed the minor label Aug 1, 2025
Copy link
Contributor

github-actions bot commented Aug 1, 2025

Code Metrics Report

#726 (eae14b2) #733 (99f2d1f) +/-
Coverage 54.2% 54.2% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Test Execution Time 4m37s 4m42s +5s
Details
  |                     | #726 (eae14b2) | #733 (99f2d1f) | +/-  |
  |---------------------|----------------|----------------|------|
  | Coverage            |          54.2% |          54.2% | 0.0% |
  |   Files             |             52 |             52 |    0 |
  |   Lines             |           4852 |           4852 |    0 |
  |   Covered           |           2634 |           2634 |    0 |
  | Code to Test Ratio  |          1:0.4 |          1:0.4 |  0.0 |
  |   Code              |          10478 |          10478 |    0 |
  |   Test              |           4469 |           4469 |    0 |
- | Test Execution Time |          4m37s |          4m42s |  +5s |

Reported by octocov

@k1LoW k1LoW merged commit 4dce35f into main Aug 1, 2025
4 checks passed
@k1LoW k1LoW deleted the dependabot/go_modules/dependencies-b3eab021e5 branch August 1, 2025 07:41
@github-actions github-actions bot mentioned this pull request Aug 1, 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