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 #1791

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2024

Bumps the gomod-deps group with 13 updates:

Package From To
github.com/OpenIMSDK/protocol 0.0.48 0.0.49
github.com/OpenIMSDK/tools 0.0.23 0.0.27
github.com/go-playground/validator/v10 10.15.5 10.17.0
github.com/gorilla/websocket 1.5.0 1.5.1
github.com/minio/minio-go/v7 7.0.63 7.0.66
github.com/prometheus/client_golang 1.17.0 1.18.0
go.mongodb.org/mongo-driver 1.12.1 1.13.1
golang.org/x/image 0.13.0 0.15.0
google.golang.org/api 0.148.0 0.157.0
github.com/IBM/sarama 1.41.3 1.42.1
github.com/aliyun/aliyun-oss-go-sdk 2.2.9+incompatible 3.0.2+incompatible
github.com/redis/go-redis/v9 9.2.1 9.4.0
github.com/spf13/cobra 1.7.0 1.8.0

Updates github.com/OpenIMSDK/protocol from 0.0.48 to 0.0.49

Release notes

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

v0.0.49

What's Changed

Full Changelog: openimsdk/protocol@v0.0.48...v0.0.49

Commits
  • 84b7e0f Merge pull request #64 from FGadvancer/main
  • 5639619 fix: remove filed of recvID in msggateway pb protocol.
  • See full diff in compare view

Updates github.com/OpenIMSDK/tools from 0.0.23 to 0.0.27

Release notes

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

v0.0.27

Full Changelog: openimsdk/tools@v0.0.26...v0.0.27

v0.0.26

What's Changed

Full Changelog: openimsdk/tools@v0.0.25...v0.0.26

v0.0.25

What's Changed

Full Changelog: openimsdk/tools@v0.0.24...v0.0.25

v0.0.24

What's Changed

Full Changelog: openimsdk/tools@v0.0.23...v0.0.24

Commits

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

Release notes

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

Release 10.17.0

What's new

  • Add translation of requiredXXX and excludedXXX in English/Chinese/Chinese Taiwan.

What's fixed

  • Fix errors translation to work properly for aliases.

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
  • 55313db Update README.md
  • 37a1071 Add translation of requiredXXX and excludedXXX in English/Chinese/Chinese Tai...
  • add493f Update errors.go (#975)
  • 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 github.com/prometheus/client_golang from 1.17.0 to 1.18.0

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.18.0

What's Changed

  • [FEATURE] promlint: Allow creation of custom metric validations. #1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS. #1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #1378
  • [ENHANCEMENT] Improved performance of MetricVec.WithLabelValues(...). #1360

New Contributors

Full Changelog: prometheus/client_golang@v1.17.0...v1.18.0

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.18.0 / 2023-12-22

  • [FEATURE] promlint: Allow creation of custom metric validations. #1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS. #1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #1378
  • [ENHANCEMENT] Improved performance of MetricVec.WithLabelValues(...). #1360
Commits
  • 53be91d Revert "change api http.client to interface"
  • 1a2d072 Add 1.18 changelog
  • 239b123 Merge pull request #1387 from tsipo/main
  • 3f8bd73 Merge pull request #1370 from prometheus/dependabot/go_modules/tutorial/whats...
  • 5e55b31 Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /tutorial/whatsup
  • e96fb18 Merge pull request #1401 from prometheus/dependabot/go_modules/golang.org/x/s...
  • 2a8fc90 Bump golang.org/x/sys from 0.13.0 to 0.15.0
  • 24d59e9 change client to interface, allow override by other implementations (e.g. git...
  • 80d3f0b Normalize empty help values in CollectAndCompare (#1378)
  • 3f80cd1 Add example of NewConstMetricWithCreatedTimestamp (#1375)
  • 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.15.0

Commits
  • 9e190ae webp: disallow multiple VP8X chunks
  • 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.157.0

Release notes

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

v0.157.0

0.157.0 (2024-01-18)

Features

Documentation

  • option: Update WithDefaultEndpointTemplate docs (#2356) (74a1558)

v0.156.0

0.156.0 (2024-01-11)

Features

v0.155.0

0.155.0 (2024-01-04)

Features

... (truncated)

Changelog

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

0.157.0 (2024-01-18)

Features

Documentation

  • option: Update WithDefaultEndpointTemplate docs (#2356) (74a1558)

0.156.0 (2024-01-11)

Features

0.155.0 (2024-01-04)

Features

... (truncated)

Commits

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

CommitsDescription has been truncated

Bumps the gomod-deps group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/OpenIMSDK/protocol](https://github.com/OpenIMSDK/protocol) | `0.0.48` | `0.0.49` |
| [github.com/OpenIMSDK/tools](https://github.com/OpenIMSDK/tools) | `0.0.23` | `0.0.27` |
| [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.15.5` | `10.17.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` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.18.0` |
| [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.15.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.148.0` | `0.157.0` |
| [github.com/IBM/sarama](https://github.com/IBM/sarama) | `1.41.3` | `1.42.1` |
| [github.com/aliyun/aliyun-oss-go-sdk](https://github.com/aliyun/aliyun-oss-go-sdk) | `2.2.9+incompatible` | `3.0.2+incompatible` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.2.1` | `9.4.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.7.0` | `1.8.0` |


Updates `github.com/OpenIMSDK/protocol` from 0.0.48 to 0.0.49
- [Release notes](https://github.com/OpenIMSDK/protocol/releases)
- [Commits](openimsdk/protocol@v0.0.48...v0.0.49)

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

Updates `github.com/go-playground/validator/v10` from 10.15.5 to 10.17.0
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.15.5...v10.17.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 `github.com/prometheus/client_golang` from 1.17.0 to 1.18.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.17.0...v1.18.0)

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.15.0
- [Commits](golang/image@v0.13.0...v0.15.0)

Updates `google.golang.org/api` from 0.148.0 to 0.157.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.157.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/aliyun/aliyun-oss-go-sdk` from 2.2.9+incompatible to 3.0.2+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.2)

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

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/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/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: github.com/prometheus/client_golang
  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: 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: github.com/IBM/sarama
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2a5129b) 5.10% compared to head (15bdfff) 6.70%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##            main   #1791      +/-   ##
========================================
+ Coverage   5.10%   6.70%   +1.59%     
========================================
  Files         42      29      -13     
  Lines       3797    2596    -1201     
========================================
- Hits         194     174      -20     
+ Misses      3592    2416    -1176     
+ Partials      11       6       -5     

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

@cubxxw cubxxw closed this Jan 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 21, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@cubxxw cubxxw deleted the dependabot/go_modules/gomod-deps-9987837a0c branch January 21, 2024 08:49
@openimsdk openimsdk locked and limited conversation to collaborators Jan 21, 2024
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.

1 participant