Skip to content

Commit

Permalink
feat(deps): bump the gomod-deps group with 8 updates
Browse files Browse the repository at this point in the history
Bumps the gomod-deps group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.62.0` | `1.62.1` |
| google.golang.org/protobuf | `1.32.0` | `1.33.0` |
| [gorm.io/driver/mysql](https://github.com/go-gorm/mysql) | `1.5.1` | `1.5.4` |
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.25.4` | `1.25.7-0.20240204074919-46816ad31dde` |
| [github.com/alibabacloud-go/tea](https://github.com/alibabacloud-go/tea) | `1.2.1` | `1.2.2` |
| [github.com/OpenIMSDK/protocol](https://github.com/OpenIMSDK/protocol) | `0.0.21` | `0.0.55` |
| [github.com/xuri/excelize/v2](https://github.com/xuri/excelize) | `2.8.0` | `2.8.1` |
| [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) | `1.12.0` | `1.14.0` |


Updates `google.golang.org/grpc` from 1.62.0 to 1.62.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.62.0...v1.62.1)

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

Updates `gorm.io/driver/mysql` from 1.5.1 to 1.5.4
- [Commits](go-gorm/mysql@v1.5.1...v1.5.4)

Updates `gorm.io/gorm` from 1.25.4 to 1.25.7-0.20240204074919-46816ad31dde
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](https://github.com/go-gorm/gorm/commits)

Updates `github.com/alibabacloud-go/tea` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/alibabacloud-go/tea/releases)
- [Commits](alibabacloud-go/tea@v1.2.1...v1.2.2)

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

Updates `github.com/xuri/excelize/v2` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.8.0...v2.8.1)

Updates `go.mongodb.org/mongo-driver` from 1.12.0 to 1.14.0
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.12.0...v1.14.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: 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/alibabacloud-go/tea
  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/xuri/excelize/v2
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent 8c493e6 commit bcc9225
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 54 deletions.
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/OpenIMSDK/chat

go 1.21
toolchain go1.21.2

toolchain go1.21.2

require (
github.com/gin-gonic/gin v1.9.1
Expand All @@ -12,34 +12,34 @@ require (
github.com/jinzhu/copier v0.3.5 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
google.golang.org/grpc v1.62.0
google.golang.org/protobuf v1.32.0
google.golang.org/grpc v1.62.1
google.golang.org/protobuf v1.33.0
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/mysql v1.5.1
gorm.io/gorm v1.25.4
gorm.io/driver/mysql v1.5.4
gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
)

require (
github.com/alibabacloud-go/darabonba-openapi v0.2.1
github.com/alibabacloud-go/dysmsapi-20170525/v2 v2.0.18
github.com/alibabacloud-go/tea v1.2.1
github.com/alibabacloud-go/tea v1.2.2
github.com/go-sql-driver/mysql v1.7.1
)

require (
github.com/OpenIMSDK/protocol v0.0.21
github.com/OpenIMSDK/protocol v0.0.55
github.com/OpenIMSDK/tools v0.0.37
github.com/livekit/protocol v1.10.1
github.com/redis/go-redis/v9 v9.5.1
github.com/xuri/excelize/v2 v2.8.0
go.mongodb.org/mongo-driver v1.12.0
github.com/xuri/excelize/v2 v2.8.1
go.mongodb.org/mongo-driver v1.14.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)

require (
github.com/IBM/sarama v1.42.1 // indirect
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.4 // indirect
github.com/alibabacloud-go/debug v0.0.0-20190504072949-9472017b5c68 // indirect
github.com/alibabacloud-go/debug v1.0.0 // indirect
github.com/alibabacloud-go/endpoint-util v1.1.0 // indirect
github.com/alibabacloud-go/openapi-util v0.0.11 // indirect
github.com/alibabacloud-go/tea-utils v1.4.5 // indirect
Expand Down Expand Up @@ -104,15 +104,15 @@ require (
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/xuri/efp v0.0.0-20230802181842-ad255f2331ca // indirect
github.com/xuri/nfp v0.0.0-20230819163627-dc951e3ffe1a // indirect
github.com/xuri/efp v0.0.0-20231025114914-d1ff6096ae53 // indirect
github.com/xuri/nfp v0.0.0-20230919160717-d98342af3f05 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
golang.org/x/image v0.11.0 // indirect
golang.org/x/image v0.14.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.18.0 // indirect
Expand Down
Loading

0 comments on commit bcc9225

Please sign in to comment.