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

feat(deps): bump the gomod-deps group with 7 updates #1248

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2023

Bumps the gomod-deps group with 7 updates:

Package From To
golang.org/x/image 0.12.0 0.13.0
google.golang.org/api 0.143.0 0.147.0
google.golang.org/grpc 1.58.2 1.59.0
gorm.io/driver/mysql 1.5.1 1.5.2
github.com/IBM/sarama 1.41.2 1.41.3
github.com/OpenIMSDK/protocol 0.0.26 0.0.27
github.com/tencentyun/cos-go-sdk-v5 0.7.44 0.7.45

Updates golang.org/x/image from 0.12.0 to 0.13.0

Commits
  • c20bbc3 draw: simplify some calls to fmt.Fprintf
  • 491771c draw: merge draw_go117.go into draw.go
  • 4aa0222 go.mod: update go directive to 1.18
  • 3aac9c6 draw: add fast paths for RGBA64Image
  • See full diff in compare view

Updates google.golang.org/api from 0.143.0 to 0.147.0

Release notes

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

v0.147.0

0.147.0 (2023-10-12)

Features

v0.146.0

0.146.0 (2023-10-08)

Features

v0.145.0

0.145.0 (2023-10-05)

Features

v0.144.0

0.144.0 (2023-10-04)

Features

Changelog

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

0.147.0 (2023-10-12)

Features

0.146.0 (2023-10-08)

Features

0.145.0 (2023-10-05)

Features

0.144.0 (2023-10-04)

Features

Commits
  • 60e8678 chore(main): release 0.147.0 (#2210)
  • 8fd2dc4 chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 in /internal/kokoro/...
  • 6d015e0 chore(all): update module golang.org/x/net to v0.17.0 [SECURITY] (#2214)
  • e2368f8 feat(all): auto-regenerate discovery clients (#2215)
  • df0b730 feat(all): auto-regenerate discovery clients (#2211)
  • b3a71bd chore(all): update all (#2207)
  • f2c2d1b feat(all): auto-regenerate discovery clients (#2209)
  • ed48023 chore(main): release 0.146.0 (#2204)
  • 9a034cd feat(all): auto-regenerate discovery clients (#2206)
  • 4aa710d feat(all): auto-regenerate discovery clients (#2205)
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.58.2 to 1.59.0

Release notes

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

Release 1.58.3

Security

  • server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487)

    In addition to this change, applications should ensure they do not leave running tasks behind related to the RPC before returning from method handlers, or should enforce appropriate limits on any such work.

Commits
  • 7765221 Change version to 1.59.0 (#6695)
  • e88f12e server: prohibit more than MaxConcurrentStreams handlers from running at once...
  • be7919c transport: Pass Header metadata to tap handle. (#6652)
  • e3f1514 Reapply "status: fix/improve status handling (#6662)" (#6673) (#6688)
  • 696faa9 client: add a test for NewSubConn / StateListener / cc.Close racing (#6678)
  • 318c717 readme: fix badges (#6687)
  • 39972fd github: add code coverage with codecov.io (#6676)
  • 93dbc05 xds: move virtual host matcher test to the xdsresource package (#6680)
  • 2c00469 github: update actions/setup-go and actions/checkout (#6675)
  • 1f73ed5 Replace the gRFC pull request with the permanent link. (#6674)
  • Additional commits viewable in compare view

Updates gorm.io/driver/mysql from 1.5.1 to 1.5.2

Commits
  • 2a61ba0 When adding a new column to a table, include a primary key if the field is ei...
  • 386f545 Update README.md (#126)
  • d04acd7 build(deps): bump actions/checkout from 3 to 4 (#133)
  • 48b6526 feat: reference for error codes added
  • 3f88908 feat: ErrForeignKeyViolated implemented
  • 91dcda2 ci: added build & test jobs (#121)
  • See full diff in compare view

Updates github.com/IBM/sarama from 1.41.2 to 1.41.3

Release notes

Sourced from github.com/IBM/sarama's releases.

Version 1.41.3 (2023-10-17)

What's Changed

🐛 Fixes

📦 Dependency updates

📝 Documentation

New Contributors

Full Changelog: IBM/sarama@v1.41.2...v1.41.3

Commits
  • c42b2e0 fix(client): ignore empty Metadata responses when refreshing (#2672)
  • 6678dd1 chore(deps): bump the golang-org-x group with 1 update (#2671)
  • 24f1249 fix: pre-compile regex for parsing kafka version (#2663)
  • 64d2044 fix(docs): correct topic name in rebalancing strategy example (#2657)
  • 44f6db5 chore(deps): bump the golang-org-x group with 2 updates (#2661)
  • e16473b chore(ci): bump docker/setup-buildx-action from 2 to 3 (#2653)
  • See full diff in compare view

Updates github.com/OpenIMSDK/protocol from 0.0.26 to 0.0.27

Release notes

Sourced from github.com/OpenIMSDK/protocol's releases.

v0.0.27

Commits

Updates github.com/tencentyun/cos-go-sdk-v5 from 0.7.44 to 0.7.45

Release notes

Sourced from github.com/tencentyun/cos-go-sdk-v5's releases.

v0.7.45

更新bucket origin接口,更新Copy接口。

Changelog

Sourced from github.com/tencentyun/cos-go-sdk-v5's changelog.

v0.7.45 - 2023-10-18

更新bucket origin接口,更新Copy接口。

Merged

Commits

Commits
  • af6e1f5 Merge pull request #212 from tencentyun/feature_jojoliang_36173e1d
  • a2c02dc fix copy object, update bucket origin
  • 7fc9595 Merge pull request #211 from tencentyun/feature_lilang_8d637ca2
  • 3cb0aa9 Merge branch 'dev_token' into 'master' (merge request !79)
  • 66a66a1 generate_token
  • 0fc7f23 generate_token demo
  • 2d08098 Updated CHANGELOG.md
  • 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 gomod-deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [golang.org/x/image](https://github.com/golang/image) | `0.12.0` | `0.13.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.143.0` | `0.147.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.58.2` | `1.59.0` |
| [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) | `1.5.1` | `1.5.2` |
| [github.com/IBM/sarama](https://github.com/IBM/sarama) | `1.41.2` | `1.41.3` |
| [github.com/OpenIMSDK/protocol](https://github.com/OpenIMSDK/protocol) | `0.0.26` | `0.0.27` |
| [github.com/tencentyun/cos-go-sdk-v5](https://github.com/tencentyun/cos-go-sdk-v5) | `0.7.44` | `0.7.45` |


Updates `golang.org/x/image` from 0.12.0 to 0.13.0
- [Commits](golang/image@v0.12.0...v0.13.0)

Updates `google.golang.org/api` from 0.143.0 to 0.147.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.143.0...v0.147.0)

Updates `google.golang.org/grpc` from 1.58.2 to 1.59.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.58.2...v1.59.0)

Updates `gorm.io/driver/mysql` from 1.5.1 to 1.5.2
- [Commits](go-gorm/mysql@v1.5.1...v1.5.2)

Updates `github.com/IBM/sarama` from 1.41.2 to 1.41.3
- [Release notes](https://github.com/IBM/sarama/releases)
- [Changelog](https://github.com/IBM/sarama/blob/main/CHANGELOG.md)
- [Commits](IBM/sarama@v1.41.2...v1.41.3)

Updates `github.com/OpenIMSDK/protocol` from 0.0.26 to 0.0.27
- [Release notes](https://github.com/OpenIMSDK/protocol/releases)
- [Commits](openimsdk/protocol@v0.0.26...v0.0.27)

Updates `github.com/tencentyun/cos-go-sdk-v5` from 0.7.44 to 0.7.45
- [Release notes](https://github.com/tencentyun/cos-go-sdk-v5/releases)
- [Changelog](https://github.com/tencentyun/cos-go-sdk-v5/blob/master/CHANGELOG.md)
- [Commits](tencentyun/cos-go-sdk-v5@v0.7.44...v0.7.45)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
- dependency-name: gorm.io/driver/mysql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-deps
- dependency-name: github.com/IBM/sarama
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-deps
- dependency-name: github.com/OpenIMSDK/protocol
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-deps
- dependency-name: github.com/tencentyun/cos-go-sdk-v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2023
@dependabot dependabot bot requested a review from a team as a code owner October 18, 2023 09:03
@pull-request-size pull-request-size bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Oct 18, 2023
@dependabot dependabot bot temporarily deployed to openim October 18, 2023 09:04 Inactive
@dependabot dependabot bot temporarily deployed to openim October 18, 2023 09:04 Inactive
@dependabot dependabot bot temporarily deployed to openim October 18, 2023 09:04 Inactive
@dependabot dependabot bot temporarily deployed to openim October 18, 2023 09:04 Inactive
@dependabot dependabot bot temporarily deployed to openim October 18, 2023 09:04 Inactive
@dependabot dependabot bot temporarily deployed to openim October 18, 2023 09:04 Inactive
@dependabot dependabot bot temporarily deployed to openim October 18, 2023 09:04 Inactive
@cubxxw cubxxw added this pull request to the merge queue Oct 18, 2023
Merged via the queue into main with commit 0363763 Oct 18, 2023
19 checks passed
@cubxxw cubxxw deleted the dependabot/go_modules/gomod-deps-bc5dd9aedc branch October 18, 2023 13:18
@github-actions github-actions bot added this to the v3.1 milestone Oct 18, 2023
@openimsdk openimsdk locked and limited conversation to collaborators Oct 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants