-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 11 updates #2180
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
requested review from
cubxxw,
Bloomingg,
FGadvancer,
skiffer-git,
withchao and
a team
as code owners
April 15, 2024 08:17
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Apr 15, 2024
pull-request-size
bot
added
the
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
label
Apr 15, 2024
Bumps the gomod-deps group with 11 updates: | Package | From | To | | --- | --- | --- | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.18.0` | `10.19.0` | | [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.67` | `7.0.69` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.18.0` | `1.19.0` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.9.0` | | [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) | `1.14.0` | `1.15.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.61.0` | `1.63.2` | | google.golang.org/protobuf | `1.32.0` | `1.33.0` | | [github.com/IBM/sarama](https://github.com/IBM/sarama) | `1.42.2` | `1.43.1` | | [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.4.0` | `9.5.1` | | [github.com/tencentyun/cos-go-sdk-v5](https://github.com/tencentyun/cos-go-sdk-v5) | `0.7.46` | `0.7.47` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.6.0` | `0.7.0` | Updates `github.com/go-playground/validator/v10` from 10.18.0 to 10.19.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](go-playground/validator@v10.18.0...v10.19.0) Updates `github.com/minio/minio-go/v7` from 7.0.67 to 7.0.69 - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.0.67...v7.0.69) Updates `github.com/prometheus/client_golang` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.18.0...v1.19.0) Updates `github.com/stretchr/testify` from 1.8.4 to 1.9.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.4...v1.9.0) Updates `go.mongodb.org/mongo-driver` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](mongodb/mongo-go-driver@v1.14.0...v1.15.0) Updates `google.golang.org/grpc` from 1.61.0 to 1.63.2 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.61.0...v1.63.2) Updates `google.golang.org/protobuf` from 1.32.0 to 1.33.0 Updates `github.com/IBM/sarama` from 1.42.2 to 1.43.1 - [Release notes](https://github.com/IBM/sarama/releases) - [Changelog](https://github.com/IBM/sarama/blob/main/CHANGELOG.md) - [Commits](IBM/sarama@v1.42.2...v1.43.1) Updates `github.com/redis/go-redis/v9` from 9.4.0 to 9.5.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.4.0...v9.5.1) Updates `github.com/tencentyun/cos-go-sdk-v5` from 0.7.46 to 0.7.47 - [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.46...v0.7.47) Updates `golang.org/x/sync` from 0.6.0 to 0.7.0 - [Commits](golang/sync@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: github.com/go-playground/validator/v10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-deps - dependency-name: github.com/minio/minio-go/v7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-deps - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-deps - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-deps - dependency-name: go.mongodb.org/mongo-driver 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: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-deps - dependency-name: github.com/IBM/sarama dependency-type: direct:production update-type: version-update:semver-minor 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 - dependency-name: github.com/tencentyun/cos-go-sdk-v5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-deps - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-deps ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/go_modules/gomod-deps-101060793c
branch
from
April 16, 2024 08:35
1ca7016
to
161f235
Compare
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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/L
Denotes a PR that changes 100-499 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 11 updates:
10.18.0
10.19.0
7.0.67
7.0.69
1.18.0
1.19.0
1.8.4
1.9.0
1.14.0
1.15.0
1.61.0
1.63.2
1.32.0
1.33.0
1.42.2
1.43.1
9.4.0
9.5.1
0.7.46
0.7.47
0.6.0
0.7.0
Updates
github.com/go-playground/validator/v10
from 10.18.0 to 10.19.0Release notes
Sourced from github.com/go-playground/validator/v10's releases.
Commits
a0f74b0
update ci actions versionsad59377
add go 1.22 to ci build tests364672b
update private field opt-in commentcec504f
Resolving "Validating unexported fields #417" (#1234)Updates
github.com/minio/minio-go/v7
from 7.0.67 to 7.0.69Release notes
Sourced from github.com/minio/minio-go/v7's releases.
Commits
bf1b772
update vulncheck go-version0dacc4a
Addedx-minio-replication-actual-object-size
to allowed headers (#1946)f823450
add Client.SetS3EnableDualstack (#1945)4a223cc
update CREDITS after removed depse2c82fe
add support for authentication with EKS Pod Identities (#1944)0fe4c20
Update version to next release0046134
Drop more seeding in tests (#1942)baec12a
x-minio-replication-encrypted-multipart as allowed header (#1943)a0865af
Added valid allowed internal headers (#1939)de3d492
Fix CVE-2022-28948 (#1938)Updates
github.com/prometheus/client_golang
from 1.18.0 to 1.19.0Release notes
Sourced from github.com/prometheus/client_golang's releases.
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
77d4003
Add 1.19.0 changelog (#1451)14259fa
Merge pull request #1448 from ywwg/owilliams/content-negotiation6d03920
deps: bump prometheus/common version353395b
Remove support for go 1.19 (#1449)9dd5d2a
Merge pull request #1445 from kavu/add_go122_metrics_testc906a5e
Add support for Go 1.227ac9036
Merge pull request #1440 from prometheus/dependabot/github_actions/github-act...8c7e30f
Merge pull request #1441 from prometheus/dependabot/go_modules/tutorial/whats...08769f8
Bump github.com/prometheus/common in /tutorial/whatsup83d5940
Bump the github-actions group with 2 updatesUpdates
github.com/stretchr/testify
from 1.8.4 to 1.9.0Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
bb548d0
Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...814075f
build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2e045612
Merge pull request #1339 from bogdandrutu/uintptr5b6926d
Merge pull request #1385 from hslatman/not-implements9f97d67
Merge pull request #1550 from stretchr/release-notesbcb0d3f
Include the auto-release notes in releasesfb770f8
Merge pull request #1247 from ccoVeille/typos85d8bb6
fix typos in comments, tests and github templatese2741fa
Merge pull request #1548 from arjunmahishi/msgAndArgs6e59f20
http_assertions: assert that the msgAndArgs actually works in testsUpdates
go.mongodb.org/mongo-driver
from 1.14.0 to 1.15.0Commits
7a495f2
Update version to v1.15.064d6ed0
Fix version to prepare for the v1.15.0 release. (#1604)86cb647
GODRIVER-3145 Don't retry on context timeout or cancellation. (#1598)e9a633c
GODRIVER-3137 Skip failing transaction tests (#1599)b605d09
GODRIVER-3172 Read response in the background after an op timeout. (#1589)722a2f2
GODRIVER-3123 Skip test until QE Range Protocol V2 is Implemented (#1600)94dfdff
GODRIVER-2910 Add durations to connection pool events. (#1590)b693b75
GODRIVER-3161 Resync the fle2v2-Range-* tests and skip prose test 22 (#1591)d41a7cc
Fix typo within WriteConcern docs (#1579)d90de95
GODRIVER-3158 Invoke all Drivers Evergreen Tools Scripts with Bash (#1580)Updates
google.golang.org/grpc
from 1.61.0 to 1.63.2Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
d32e66c
Change version to 1.63.2 (#7104)92f6dd0
channelz: pass parent pointer instead of parent ID to RegisterSubChannel (#7101)0f6ef0f
grpc: un-deprecate Dial and DialContext58dc749
Change version to 1.63.1-dev (#7051)c68f456
Change version to 1.63.0 (#7050)6369167
*: update http2 dependency (#7082)8854761
cherry-pick: channelz: fix race accessing channelMap without lock (#7079) (#7...e62770d
channelz: add LocalAddr to listen sockets and test (#7062) (#7063)4ffccf1
googlec2p: use xdstp style template for client LDS resource name (#7048)faf9964
gracefulswitch: add ParseConfig and make UpdateClientConnState call SwitchTo ...Updates
google.golang.org/protobuf
from 1.32.0 to 1.33.0Updates
github.com/IBM/sarama
from 1.42.2 to 1.43.1Release notes
Sourced from github.com/IBM/sarama's releases.
Changelog
Sourced from github.com/IBM/sarama's changelog.
Commits
4ad3504
chore(ci): bump docker/setup-buildx-action from 3.0.0 to 3.2.0 (#2838)837fab4
chore(ci): bump docker/bake-action (#2837)f21c512
chore(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdoutmetric (#2815)392187d
chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#2822)c432bc2
chore(deps): bump the golang-org-x group with 1 update (#2825)e3681a9
chore(ci): bump actions/dependency-review-action from 4.1.1 to 4.1.3 (#2818)0b515ed
chore(deps): bump go.opentelemetry.io/otel/sdk in /examples/interceptors (#2816)ae04724
chore(ci): bump github/codeql-action from 3.24.3 to 3.24.6 (#2824)a8b3b3d
fix: add locking around broker throttle timer to prevent race condition (#2826)fd84c2b
chore(ci): disable checkout credentials persist (#2812)Updates
github.com/redis/go-redis/v9
from 9.4.0 to 9.5.1Release notes
Sourced from github.com/redis/go-redis/v9's releases.
... (truncated)
Commits
d43a9fa
Bump go-redis version to 9.5.1 (#2917)5da49b1
bug: Fix SETINFO ensuring it is set-and-forget (#2915)99527f0
docs: README update to highlight how to disable sending client identification...b5a9e5d
Bump go-redis version to 9.5.0 (#2905)35de49a
Speed up connections by sending SetInfo via a pipeline (#2880)8afc2b9
Remove freq object test from RE tests (#2904)d383038
feat: add object fraq command (#2844)f0ecdb4
docs: update features (#2846)516abe8
add CredentialsProvider to ClusterOptions (#2791)21ed15b
Add helpers to set libinfo without panic (#2724)Updates
github.com/tencentyun/cos-go-sdk-v5
from 0.7.46 to 0.7.47Release notes
Sourced from github.com/tencentyun/cos-go-sdk-v5's releases.
Changelog
Sourced from github.com/tencentyun/cos-go-sdk-v5's changelog.
Commits
bb235cd
Merge pull request #236 from tencentyun/feature_jojoliang_5a030823a1053e4
Merge branch 'dataindex' into 'master' (merge request !89)f709661
format 文件ed8db26
忽略桶信息ddf959a
支持dataindex的14个接口9b29d2f
getservice增加地域过滤,增加BucketType67bae75
Merge pull request #235 from tencentyun/feature_jojoliang_d970a3d5c32d6a4
add ACL enum demo40f4c02
Merge pull request #234 from tencentyun/feature_jojoliang_9a5a6c47623c33c
支持9个接口Updates
golang.org/x/sync
from 0.6.0 to 0.7.0Commits
14be23e
semaphore: cancel acquisition with a done contextDependabot 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