-
Notifications
You must be signed in to change notification settings - Fork 112
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 #295
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
Bumps the gomod-deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [github.com/google/uuid](https://github.com/google/uuid) | `1.3.1` | `1.4.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.58.0` | `1.60.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.33` | | [github.com/OpenIMSDK/tools](https://github.com/OpenIMSDK/tools) | `0.0.17` | `0.0.20` | | [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.1.0` | `9.3.0` | Updates `github.com/google/uuid` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/google/uuid/releases) - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md) - [Commits](google/uuid@v1.3.1...v1.4.0) Updates `google.golang.org/grpc` from 1.58.0 to 1.60.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.58.0...v1.60.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.33 - [Release notes](https://github.com/OpenIMSDK/protocol/releases) - [Commits](openimsdk/protocol@v0.0.21...v0.0.33) Updates `github.com/OpenIMSDK/tools` from 0.0.17 to 0.0.20 - [Release notes](https://github.com/OpenIMSDK/tools/releases) - [Commits](openimsdk/tools@v0.0.17...v0.0.20) Updates `github.com/redis/go-redis/v9` from 9.1.0 to 9.3.0 - [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.3.0) --- updated-dependencies: - dependency-name: github.com/google/uuid 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: 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/OpenIMSDK/tools 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] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Dec 12, 2023
pull-request-size
bot
added
the
size/M
Denotes a PR that changes 30-99 lines, ignoring generated files.
label
Dec 12, 2023
Apply Sweep Rules to your PR?
|
Superseded by #299. |
dependabot
bot
deleted the
dependabot/go_modules/gomod-deps-067699a2b6
branch
December 13, 2023 08:09
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 7 updates:
1.3.1
1.4.0
1.58.0
1.60.0
1.5.1
1.5.2
1.25.4
1.25.5
0.0.21
0.0.33
0.0.17
0.0.20
9.1.0
9.3.0
Updates
github.com/google/uuid
from 1.3.1 to 1.4.0Release notes
Sourced from github.com/google/uuid's releases.
Changelog
Sourced from github.com/google/uuid's changelog.
Commits
8de8764
chore(master): release 1.4.0 (#134)7c22e97
Clarify the documentation of Parse to state its job is to parse, not validate...cd5fbbd
feat: UUIDs slice type with Strings() convenience method (#133)47f5b39
docs: fix a typo in CONTRIBUTING.md (#130)542ddab
chore(tests): add Fuzz tests (#128)06716f6
chore(tests): Add json.Unmarshal test with empty value cases (#116)Updates
google.golang.org/grpc
from 1.58.0 to 1.60.0Release notes
Sourced from google.golang.org/grpc's releases.
Commits
297d8dd
Cherry-pick #6841 to v1.60.x release branch (#6847)3580447
Change version to 1.60.0 (#6792)71e67a9
Cherry-pick #6834 to v1.60.x release branch (#6839)cb6581d
Cherry-pick #6804 and dependencies to v1.60.x release branch (#6838)dd39cdb
credentials: if not set, restrict to TLS v1.2+ and CipherSuites per RFC7540 (...8645f95
resolver: remove ClientConn.NewServiceConfig (#6784)8b17a4d
vet: various cleanups (#6780)591c481
internal/transport: Add LocalAddr to http2Client.getPeer() (#6779)eb46b7d
github: set top-level read-only workflow permissions (#6775)be1d1c1
security/advancedtls: FileWatcher CRL provider initialization enhancement (#6...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.33Release notes
Sourced from github.com/OpenIMSDK/protocol's releases.
... (truncated)
Commits
d34d706
protocol8259bf1
Merge pull request #43 from AndrewZuo01/main274bf5b
fix bug6068bf2
fix bug18be05d
update isPinned67c7237
fix bug868d0e9
processUserCommand addfedc2ac
update remove "remove user" (#42)a6bf6e4
Merge remote-tracking branch 'origin/main'6217574
update remove "remove user"Updates
github.com/OpenIMSDK/tools
from 0.0.17 to 0.0.20Release notes
Sourced from github.com/OpenIMSDK/tools's releases.
Commits
352a604
fix: findOptionToCountOptiondcca911
Merge pull request #3 from luhaoling/main7ca5b73
Merge branch 'openimsdk:main' into maine58033d
fix: fix the StructFieldNotNilReplace functionf38d03e
feat: mongo util paginationUpdates
github.com/redis/go-redis/v9
from 9.1.0 to 9.3.0Release notes
Sourced from github.com/redis/go-redis/v9's releases.
... (truncated)
Commits
21bd40a
Version 9.3.0 (#2774)828fd2d
chore(deps): bump google.golang.org/grpc in /example/otel (#2775)898bd9a
chore(deps): bump golang.org/x/net in /example/otel (#2776)15682e3
feat: support write the types of pointer of simple data types (#2745) (#2753)81947da
Handle wrapped errors in scripter.Run (#2674)84f46c3
BUG: BFReserveArgs - error_rate & capacity (#2763)343016b
add InfoMap command (#2665)4408f8c
free turn when leave with error (#2658)7ebb537
remove duplicate declaration (#2773)a5fe174
Option types must propagage missing fields (#2726)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