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 go-deps group with 3 updates #5373

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the go-deps group with 3 updates: github.com/go-chi/chi/v5, github.com/minio/minio-go/v7 and github.com/rudderlabs/sqlconnect-go.

Updates github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0

Release notes

Sourced from github.com/go-chi/chi/v5's releases.

v5.2.0

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.1.0...v5.2.0

Commits

Updates github.com/minio/minio-go/v7 from 7.0.81 to 7.0.82

Release notes

Sourced from github.com/minio/minio-go/v7's releases.

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.81...v7.0.82

Commits

Updates github.com/rudderlabs/sqlconnect-go from 1.13.0 to 1.14.0

Release notes

Sourced from github.com/rudderlabs/sqlconnect-go's releases.

v1.14.0

1.14.0 (2024-12-13)

Features

  • bigquery: bump cloud.google.com/go/bigquery from 1.63.1 to 1.65.0 (#238) (a582787)
  • databricks: normalize column names (#241) (8161d20)
  • snowflake: bump github.com/snowflakedb/gosnowflake from 1.11.1 to 1.12.1 (#237) (8dbffab)
  • trino: bump github.com/trinodb/trino-go-client from 0.317.0 to 0.320.0 (#231) (79c9333)

Miscellaneous

  • deps: bump codecov/codecov-action from 4 to 5 (#234) (5eb7be9)
  • deps: bump github.com/rudderlabs/rudder-go-kit from 0.43.0 to 0.45.0 (#235) (e1b526f)
  • deps: bump github.com/tidwall/gjson from 1.17.3 to 1.18.0 (#229) (bbcffdb)
  • deps: bump golang.org/x/crypto from 0.29.0 to 0.31.0 in the go_modules group (#240) (5757306)
Changelog

Sourced from github.com/rudderlabs/sqlconnect-go's changelog.

1.14.0 (2024-12-13)

Features

  • bigquery: bump cloud.google.com/go/bigquery from 1.63.1 to 1.65.0 (#238) (a582787)
  • databricks: normalize column names (#241) (8161d20)
  • snowflake: bump github.com/snowflakedb/gosnowflake from 1.11.1 to 1.12.1 (#237) (8dbffab)
  • trino: bump github.com/trinodb/trino-go-client from 0.317.0 to 0.320.0 (#231) (79c9333)

Miscellaneous

  • deps: bump codecov/codecov-action from 4 to 5 (#234) (5eb7be9)
  • deps: bump github.com/rudderlabs/rudder-go-kit from 0.43.0 to 0.45.0 (#235) (e1b526f)
  • deps: bump github.com/tidwall/gjson from 1.17.3 to 1.18.0 (#229) (bbcffdb)
  • deps: bump golang.org/x/crypto from 0.29.0 to 0.31.0 in the go_modules group (#240) (5757306)
Commits
  • 8ce6b32 chore: release 1.14.0 (#239)
  • 8161d20 feat(databricks): normalize column names (#241)
  • 5757306 chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 in the go_modules...
  • a582787 feat(bigquery): bump cloud.google.com/go/bigquery from 1.63.1 to 1.65.0 (#238)
  • 8dbffab feat(snowflake): bump github.com/snowflakedb/gosnowflake from 1.11.1 to 1.12....
  • 79c9333 feat(trino): bump github.com/trinodb/trino-go-client from 0.317.0 to 0.320.0 ...
  • e1b526f chore(deps): bump github.com/rudderlabs/rudder-go-kit from 0.43.0 to 0.45.0 (...
  • 5eb7be9 chore(deps): bump codecov/codecov-action from 4 to 5 (#234)
  • bbcffdb chore(deps): bump github.com/tidwall/gjson from 1.17.3 to 1.18.0 (#229)
  • See full diff in compare view

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 go-deps group with 3 updates: [github.com/go-chi/chi/v5](https://github.com/go-chi/chi), [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) and [github.com/rudderlabs/sqlconnect-go](https://github.com/rudderlabs/sqlconnect-go).


Updates `github.com/go-chi/chi/v5` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](go-chi/chi@v5.1.0...v5.2.0)

Updates `github.com/minio/minio-go/v7` from 7.0.81 to 7.0.82
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.81...v7.0.82)

Updates `github.com/rudderlabs/sqlconnect-go` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/rudderlabs/sqlconnect-go/releases)
- [Changelog](https://github.com/rudderlabs/sqlconnect-go/blob/main/CHANGELOG.md)
- [Commits](rudderlabs/sqlconnect-go@v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/rudderlabs/sqlconnect-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

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 Dec 16, 2024
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.72%. Comparing base (f22e8f4) to head (bc3ab67).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5373      +/-   ##
==========================================
+ Coverage   74.68%   74.72%   +0.03%     
==========================================
  Files         437      437              
  Lines       61240    61240              
==========================================
+ Hits        45737    45761      +24     
+ Misses      12954    12947       -7     
+ Partials     2549     2532      -17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cisse21 cisse21 merged commit d0ce669 into master Dec 17, 2024
59 checks passed
@cisse21 cisse21 deleted the dependabot/go_modules/go-deps-ab4aa1132c branch December 17, 2024 05:09
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.

2 participants