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 13 updates #1612

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2023

Bumps the gomod-deps group with 13 updates:

Package From To
github.com/go-playground/validator/v10 10.15.5 10.16.0
github.com/gorilla/websocket 1.5.0 1.5.1
github.com/minio/minio-go/v7 7.0.63 7.0.66
go.mongodb.org/mongo-driver 1.12.1 1.13.1
golang.org/x/image 0.13.0 0.14.0
google.golang.org/api 0.148.0 0.154.0
google.golang.org/grpc 1.59.0 1.60.1
google.golang.org/protobuf 1.31.0 1.32.0
github.com/IBM/sarama 1.41.3 1.42.1
github.com/OpenIMSDK/tools 0.0.21 0.0.22
github.com/aliyun/aliyun-oss-go-sdk 2.2.9+incompatible 3.0.1+incompatible
github.com/redis/go-redis/v9 9.2.1 9.3.1
github.com/spf13/cobra 1.7.0 1.8.0

Updates github.com/go-playground/validator/v10 from 10.15.5 to 10.16.0

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

Release 10.16.0

What's new or fixed?

  • Added new issn validator. TY @​mrcook for the PR
  • Added improvement/fix to the file url validation. TY @​nodivbyzero for the PR
  • Fix onof tag in examples. TY @​gren236 for the PR
  • Add fmt.Stringer interface support to uuid validations allowing most UUID validation libraries which implement it to work transparently now. TY @​JoshGlazebrook for the PR
  • Added new omitnil similar to omitempty but for pointers. this is mainly for code generation ease. TY @​tarampampam for the PR
Commits
  • 84254ae update README
  • 1246622 add ISSN validator + tests + documentation (#1166)
  • c856961 fix file URL validator (#1171)
  • aa96909 Add omitnil modifier (#1187)
  • b0c7337 update fieldMatchesRegexByStringerValOrString for backward compatibility
  • 4c1bd61 Add support for validating against uuid values that are structs which impleme...
  • adda84d Fix oneof tag in simple example (#1184)
  • See full diff in compare view

Updates github.com/gorilla/websocket from 1.5.0 to 1.5.1

Release notes

Sourced from github.com/gorilla/websocket's releases.

Release v1.5.1

What's Changed

New Contributors

Full Changelog: gorilla/websocket@v1.5.0...v1.5.1

Commits
  • ac0789b update GitHub workflows (#857)
  • 78c3487 update golang.org/x/net (#856)
  • 666c197 Update go version & add verification/testing tools (#840)
  • 8039329 Correct way to save memory using write buffer pool and freeing net.http defau...
  • 8983b96 Merge pull request #839 from gorilla/coreydaley-patch-1
  • 931041c Update README.md
  • 76ecc29 archive mode
  • af47554 check error before GotConn for trace
  • bc7ce89 Check for and report bad protocol in TLSClientConfig.NextProtos (#788)
  • 27d91a9 drop the versions of go that are no longer supported + add 1.18 to ci
  • Additional commits viewable in compare view

Updates github.com/minio/minio-go/v7 from 7.0.63 to 7.0.66

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.65...v7.0.66

Bugfix release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.64...v7.0.65

Bugfix release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.63...v7.0.64

Commits
  • 5415e6c Add fields to tagging opts for replication (#1913)
  • a5c27bd upgrade all deps (#1912)
  • 6bc93a8 support IAM credentials to be fully cutomizable not just via ENVs (#1910)
  • a9b7701 Allow passing custom get query params (#1905)
  • db8fd75 Update version to next release
  • 7c8e5d6 Avoid unnecessary reopening of HTTP streams in GetObject() (#1908)
  • 54e115c lifecycle: Incl empty Prefix when all else empty (#1907)
  • 1f7dd6b ilm: Support Object{LessThan,GreaterThan} (#1903)
  • a238b5e Update version to next release
  • 0108287 snowball: Support per object advanced PUT options (#1901)
  • Additional commits viewable in compare view

Updates go.mongodb.org/mongo-driver from 1.12.1 to 1.13.1

Release notes

Sourced from go.mongodb.org/mongo-driver's releases.

MongoDB Go Driver 1.13.1

The MongoDB Go Driver Team is pleased to release version 1.13.1 of the official Go driver.

Release Notes

This release fixes a bug that can cause a panic when encoding or decoding Go error values as BSON and a bug that prevented BSONOptions from being applied when set on a Database or Collection.


For a full list of tickets included in this release, please see the links below:

Full Changelog: v1.13.0...1.13.1

Documentation for the Go driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go driver is greatly appreciated!

MongoDB Go Driver 1.13.0

⚠️ Retracted

v1.13.0 has been retracted because the Github tag was modified, leading to a security error when dowloading the Go module. The original tag does not include all changes intended for v1.13.0 and should not be used.

Please use version 1.13.1 or higher.


The MongoDB Go Driver Team is pleased to release version 1.13.0 of the official Go driver.

Release Notes

This release enhances logging, search index management, and command events. This release also introduces smarter server selection for sharded clusters, optimizing retry selection. Additionally, we streamline resource usage on FaaS platforms by disabling streaming SDAM and introduce the serverMonitoringMode=stream/poll/auto URI option.

Logging

In this release, we add logging for server selection and SDAM (Server Discovery and Monitoring). See the Go Driver logging documentation for usage.

Search Index Management Helpers

New mongo.Collection methods have been added to support search index management. For more information on search indexes, see the documentation here.

Users can create and manage search indexes programmatically. This update provides more flexibility and a smoother user experience, allowing you to define your search index within your code.

Include DatabaseName in Command Events

DatabaseName is now returned by event.CommandStartedEvent and event.CommandFinishedEvent. This field will also be included in the command logging analogues. This addition will improve performance for users needing to keep a thread-safe map to maintain command-database relations, whereas now such a map can be deprecated.

... (truncated)

Commits
  • a2e5cba Update version to v1.13.1
  • bcf3b86 GODRIVER-2952 Update context.Canceled equality comparisons (#1490)
  • c14556a GODRIVER-3009 Fix concurrent panic in struct codec. (#1477) (#1489)
  • fdde176 GODRIVER-2937 Copy BSONOptions when merging coll or db opts (#1483)
  • 09f6511 GODRIVER-3054 Handshake connection should not use legacy for LB (#1482)
  • c1af0bb GODRIVER-3059 Retract v1.13.0 (#1485)
  • 1e4eb94 GODRIVER-2117 Cherry-pick legacy test runner error handling (#1466)
  • d9fc4fe Update version to v1.13.1-prerelease
  • 01cc2a2 Update version to v1.13.0
  • d52c9e1 GODRIVER-2649 Remove RW Concern Logic from RunCommand (#1450)
  • Additional commits viewable in compare view

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

Commits
  • 445ab0e go.mod: update golang.org/x dependencies
  • 240a51a font/sfnt: support early version 0 OS/2 tables
  • See full diff in compare view

Updates google.golang.org/api from 0.148.0 to 0.154.0

Release notes

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

v0.154.0

0.154.0 (2023-12-12)

Features

v0.153.0

0.153.0 (2023-12-05)

Features

v0.152.0

0.152.0 (2023-11-27)

Features

v0.151.0

0.151.0 (2023-11-16)

Features

... (truncated)

Changelog

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

0.154.0 (2023-12-12)

Features

0.153.0 (2023-12-05)

Features

0.152.0 (2023-11-27)

Features

0.151.0 (2023-11-16)

Features

... (truncated)

Commits

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

Release notes

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

Release v1.60.1

Bug Fixes

  • server: fix two bugs that could lead to panics at shutdown when using NumStreamWorkers (experimental feature).

Release 1.60.0

Security

  • credentials/tls: if not set, set TLS MinVersion to 1.2 and CipherSuites according to supported suites not forbidden by RFC7540.
    • This is a behavior change to bring us into better alignment with RFC 7540.

API Changes

  • resolver: remove deprecated and experimental ClientConn.NewServiceConfig (#6784)
  • client: remove deprecated grpc.WithServiceConfig DialOption (#6800)

Bug Fixes

  • client: fix race that could cause a deadlock while entering idle mode and receiving a name resolver update (#6804)
  • client: always enable TCP keepalives with OS defaults (#6834)
  • credentials/alts: fix a bug preventing ALTS from connecting to the metadata server if the default scheme is overridden (#6686)

Behavior Changes

  • server: Do not return from Stop() or GracefulStop() until all resources are released (#6489)

Documentation

  • codes: clarify that only codes defined by this package are valid and that users should not cast other values to codes.Code (#6701)
Commits

Updates google.golang.org/protobuf from 1.31.0 to 1.32.0

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

Release notes

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

Version 1.42.1 (2023-11-07)

What's Changed

🐛 Fixes

Full Changelog: IBM/sarama@v1.42.0...v1.42.1

Version 1.42.0 (2023-11-02)

What's Changed

🐛 Fixes

🔧 Maintenance

➕ Other Changes

New Contributors

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

Changelog

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

Version 1.42.1 (2023-11-07)

What's Changed

🐛 Fixes

Full Changelog: IBM/sarama@v1.42.0...v1.42.1

Version 1.42.0 (2023-11-02)

What's Changed

🐛 Fixes

🔧 Maintenance

➕ Other Changes

New Contributors

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

Commits
  • d88a48a chore: update CHANGELOG.md to v1.42.1 (#2711)
  • 385b3b4 fix(config): relax ClientID validation after 1.0.0 (#2706)
  • 3364ff0 chore(doc): add CODE_OF_CONDUCT.md
  • 768496e chore(ci): bump actions/dependency-review-action from 3.1.0 to 3.1.1 (#2707)
  • 27710af fix: make fetchInitialOffset use correct protocol (#2705)
  • a46917f chore(ci): bump actions/dependency-review-action from 2.5.1 to 3.1.0 (#2702)
  • 4168f7c chore(ci): bump ossf/scorecard-action from 2.1.2 to 2.3.1 (#2703)
  • 7155d51 chore(ci): add kafka 3.6.0 to FVT and versions
  • e0c3c62 fix(txmgr): ErrOffsetsLoadInProgress is retriable
  • 2e077cf Fix default retention time value in offset commit (#2700)
  • Additional commits viewable in compare view

Updates github.com/OpenIMSDK/tools from 0.0.21 to 0.0.22

Release notes

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

v0.0.22

What's Changed

New Contributors

Full Changelog: openimsdk/tools@v0.0.21...v0.0.22

Commits

Updates github.com/aliyun/aliyun-oss-go-sdk from 2.2.9+incompatible to 3.0.1+incompatible

Release notes

Sourced from github.com/aliyun/aliyun-oss-go-sdk's releases.

v3.0.1

repalce version 3.0.0

v2.2.10

  • 增加:support return callback body.
  • 增加:support response header api
  • 增加:add region field in listBuckets
  • 增加:add ResponseVary field in CORSXML
Changelog

Sourced from github.com/aliyun/aliyun-oss-go-sdk's changelog.

ChangeLog - Aliyun OSS SDK for Go

版本号:v2.2.10 日期:2023-10-30

变更内容

  • 增加:support return callback body.
  • 增加:support response header api
  • 增加:add region field in listBuckets
  • 增加:add ResponseVary field in CORSXML

版本号:v2.2.9 日期:2023-08-25

变更内容

  • 增加:support force path style option.
  • 增加:support context.Context option.
  • 修改:remove LifecycleFilterNot.Prefix omitempty attribute.

版本号:v2.2.8 日期:2023-07-31

变更内容

  • 增加:support EnvironmentVariableCredentialsProvider
  • 增加:support describe regions api.
  • 增加:support create bucket with server encryption parameters.
  • 增加:support referer black list.
  • 增加:support aysnc process object api.
  • 增加:support ObjectSizeGreaterThan and ObjectSizeLessThan in lifecycle rule.
  • 增加:add DeepColdArchive storage class.
  • 修复:fix bug.

版本号:v2.2.7 日期:2023-03-23

变更内容

  • 增加:support get info form EC & x-oss-err.
  • 增加:support bucket replication time control api.
  • 增加:support bucket style api.
  • 增加:support list bucket cname api.
  • 增加:support bucket resource group api.
  • 修复:do not use uname -* cmd to get platform information.
  • 修复:call rand.Seed only once.

版本号:v2.2.6 日期:2022-11-16

变更内容

  • 增加:the object name cannot be empty in object's apis.
  • 增加:support access monitor api.
  • 修复:fix GetBucketStat bug.
  • 增加:lifecycle rule supports filter configuration.
  • 增加:support deleting the specified bucket tags.
  • 修复:can't delete objects where the keys contain special characters.

版本号:v2.2.5 日期:2022-08-19

变更内容

  • 增加:add meta data indexing api
  • 删除:remove github.com/baiyubin/aliyun-sts-go-sdk/sts deps.

... (truncated)

Commits
  • 2bc5874 release v2.2.10 (#420)
  • 8a3825c flake: ListBuckets add Region field to response (#419)<...

    Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 26, 2023
@pull-request-size pull-request-size bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Dec 26, 2023
Copy link
Contributor

sweep-ai bot commented Dec 26, 2023

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

Copy link

codecov bot commented Dec 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cd1235f) 5.15% compared to head (c20e6d4) 5.15%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #1612   +/-   ##
=====================================
  Coverage   5.15%   5.15%           
=====================================
  Files         42      42           
  Lines       3762    3762           
=====================================
  Hits         194     194           
  Misses      3557    3557           
  Partials      11      11           

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

Bumps the gomod-deps group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.15.5` | `10.16.0` |
| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.1` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.63` | `7.0.66` |
| [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) | `1.12.1` | `1.13.1` |
| [golang.org/x/image](https://github.com/golang/image) | `0.13.0` | `0.14.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.148.0` | `0.154.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.60.1` |
| google.golang.org/protobuf | `1.31.0` | `1.32.0` |
| [github.com/IBM/sarama](https://github.com/IBM/sarama) | `1.41.3` | `1.42.1` |
| [github.com/OpenIMSDK/tools](https://github.com/OpenIMSDK/tools) | `0.0.21` | `0.0.22` |
| [github.com/aliyun/aliyun-oss-go-sdk](https://github.com/aliyun/aliyun-oss-go-sdk) | `2.2.9+incompatible` | `3.0.1+incompatible` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.2.1` | `9.3.1` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.8.0` |


Updates `github.com/go-playground/validator/v10` from 10.15.5 to 10.16.0
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.15.5...v10.16.0)

Updates `github.com/gorilla/websocket` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](gorilla/websocket@v1.5.0...v1.5.1)

Updates `github.com/minio/minio-go/v7` from 7.0.63 to 7.0.66
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.63...v7.0.66)

Updates `go.mongodb.org/mongo-driver` from 1.12.1 to 1.13.1
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.12.1...v1.13.1)

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

Updates `google.golang.org/api` from 0.148.0 to 0.154.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.148.0...v0.154.0)

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

Updates `google.golang.org/protobuf` from 1.31.0 to 1.32.0

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

Updates `github.com/OpenIMSDK/tools` from 0.0.21 to 0.0.22
- [Release notes](https://github.com/OpenIMSDK/tools/releases)
- [Commits](openimsdk/tools@v0.0.21...v0.0.22)

Updates `github.com/aliyun/aliyun-oss-go-sdk` from 2.2.9+incompatible to 3.0.1+incompatible
- [Release notes](https://github.com/aliyun/aliyun-oss-go-sdk/releases)
- [Changelog](https://github.com/aliyun/aliyun-oss-go-sdk/blob/master/CHANGELOG.md)
- [Commits](aliyun/aliyun-oss-go-sdk@v2.2.9...v3.0.1)

Updates `github.com/redis/go-redis/v9` from 9.2.1 to 9.3.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.2.1...v9.3.1)

Updates `github.com/spf13/cobra` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.7.0...v1.8.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/gorilla/websocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: go.mongodb.org/mongo-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
- 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: 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/OpenIMSDK/tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-deps
- dependency-name: github.com/aliyun/aliyun-oss-go-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
  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/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 27, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 27, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-deps-d4642430aa branch December 27, 2023 08:31
@openimsdk openimsdk locked and limited conversation to collaborators Dec 27, 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/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants