-
Notifications
You must be signed in to change notification settings - Fork 120
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 5 updates #238
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Oct 20, 2023
pull-request-size
bot
added
the
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
label
Oct 20, 2023
Apply Sweep Rules to your PR?
|
dependabot
bot
force-pushed
the
dependabot/go_modules/gomod-deps-ccf47736b0
branch
from
October 26, 2023 03:47
3860148
to
fbda607
Compare
Bumps the gomod-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.58.0` | `1.59.0` | | [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) | `1.5.1` | `1.5.2` | | [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.25.4` | `1.25.5` | | [github.com/OpenIMSDK/protocol](https://github.com/OpenIMSDK/protocol) | `0.0.21` | `0.0.30` | | [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.1.0` | `9.2.1` | Updates `google.golang.org/grpc` from 1.58.0 to 1.59.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.58.0...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 `gorm.io/gorm` from 1.25.4 to 1.25.5 - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.25.4...v1.25.5) Updates `github.com/OpenIMSDK/protocol` from 0.0.21 to 0.0.30 - [Release notes](https://github.com/OpenIMSDK/protocol/releases) - [Commits](openimsdk/protocol@v0.0.21...v0.0.30) Updates `github.com/redis/go-redis/v9` from 9.1.0 to 9.2.1 - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md) - [Commits](redis/go-redis@v9.1.0...v9.2.1) --- updated-dependencies: - 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: gorm.io/gorm 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/redis/go-redis/v9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/go_modules/gomod-deps-ccf47736b0
branch
from
October 26, 2023 09:05
fbda607
to
6bf66cc
Compare
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/go_modules/gomod-deps-ccf47736b0
branch
October 27, 2023 08:36
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.
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the gomod-deps group with 5 updates:
1.58.0
1.59.0
1.5.1
1.5.2
1.25.4
1.25.5
0.0.21
0.0.30
9.1.0
9.2.1
Updates
google.golang.org/grpc
from 1.58.0 to 1.59.0Release notes
Sourced from google.golang.org/grpc's releases.
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)Updates
gorm.io/driver/mysql
from 1.5.1 to 1.5.2Commits
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 added3f88908
feat: ErrForeignKeyViolated implemented91dcda2
ci: added build & test jobs (#121)Updates
gorm.io/gorm
from 1.25.4 to 1.25.5Commits
6bef318
add support for returning in sqlserver (#6585)1b24081
chore(deps): bump actions/checkout from 3 to 4 (#6586)8c18714
Don't call MethodByName with a variable arg (#6602)12ba285
*datatypes.JSON in model causes panic on tx.Statement.Changed (#6611)9d8a5bb
feat: reuse name (#6626)2095d42
fix: sqlite dialector cannot applyPRIMARY KEY AUTOINCREMENT
type (#6624)e57e5d8
Update go.mod653732e
Update go testing versionsac07543
Fixed error message when dialector fails to initialize (#6509)Updates
github.com/OpenIMSDK/protocol
from 0.0.21 to 0.0.30Release notes
Sourced from github.com/OpenIMSDK/protocol's releases.
Commits
e1dc47e
Merge pull request #34 from openimsdk/change_create_conversation_argsf99680a
feat: add args check to support set conversation.e0eee58
Merge pull request #33 from openimsdk/change_create_conversation_argsadfd7ba
feat: add args check to support set conversation.cf10e90
Merge pull request #32 from openimsdk/change_create_conversation_args1ffa1b2
feat: add fields to support notification conversation.f348828
fate: QuitGroupReq add UserID68bb5d9
fix: SearchLogsResp LogsInfos format5506cd0
Merge pull request #30 from FGadvancer/fix_user_statusdd0103f
fix: user status set info change.Updates
github.com/redis/go-redis/v9
from 9.1.0 to 9.2.1Release notes
Sourced from github.com/redis/go-redis/v9's releases.
Commits
f994ff1
Bump version to 9.2.1 (#2735)0b5e186
chore(deps): bump actions/stale from 3 to 8 (#2732)c6fe509
Add stream interface back toCmdable
(#2725)275af73
refactor(gears): remove redundant nil check (#2728)dac3314
Bump version to 9.2.0 (#2722)6199a2a
Making command structs digestable (#2716)e07f7e6
chore(deps): bump github.com/bsm/ginkgo/v2 from 2.9.5 to 2.12.0 (#2690)7ecd7ac
chore(deps): bump github.com/bsm/gomega from 1.26.0 to 1.27.10 (#2689)e23ea02
Added MaxActiveConns (#2646)934c6a3
make public probabilistic and redis gears interfaces (#2695)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