Skip to content

Commit

Permalink
feat(deps): bump the gomod-deps group across 1 directory with 10 updates
Browse files Browse the repository at this point in the history
Bumps the gomod-deps group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.62.1` | `1.63.2` |
| google.golang.org/protobuf | `1.33.0` | `1.34.0` |
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.25.8` | `1.25.10` |
| [github.com/alibabacloud-go/tea](https://github.com/alibabacloud-go/tea) | `1.2.1` | `1.2.2` |
| [github.com/livekit/protocol](https://github.com/livekit/protocol) | `1.10.1` | `1.15.0` |
| [github.com/openimsdk/gomake](https://github.com/openimsdk/gomake) | `0.0.9` | `0.0.11` |
| [github.com/openimsdk/protocol](https://github.com/openimsdk/protocol) | `0.0.63` | `0.0.65` |
| [github.com/openimsdk/tools](https://github.com/openimsdk/tools) | `0.0.49-alpha.3` | `0.0.49-alpha.5` |
| [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.14.0` | `1.15.0` |



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

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

Updates `gorm.io/gorm` from 1.25.8 to 1.25.10
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.25.8...v1.25.10)

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/livekit/protocol` from 1.10.1 to 1.15.0
- [Release notes](https://github.com/livekit/protocol/releases)
- [Changelog](https://github.com/livekit/protocol/blob/main/CHANGELOG.md)
- [Commits](https://github.com/livekit/protocol/compare/github.com/livekit/[email protected]/livekit/[email protected])

Updates `github.com/openimsdk/gomake` from 0.0.9 to 0.0.11
- [Release notes](https://github.com/openimsdk/gomake/releases)
- [Commits](openimsdk/gomake@v0.0.9...v0.0.11)

Updates `github.com/openimsdk/protocol` from 0.0.63 to 0.0.65
- [Release notes](https://github.com/openimsdk/protocol/releases)
- [Commits](openimsdk/protocol@v0.0.63...v0.0.65)

Updates `github.com/openimsdk/tools` from 0.0.49-alpha.3 to 0.0.49-alpha.5
- [Release notes](https://github.com/openimsdk/tools/releases)
- [Commits](openimsdk/tools@v0.0.49-alpha.3...v0.0.49-alpha.5)

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.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)

---
updated-dependencies:
- 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: 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/livekit/protocol
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-deps
- dependency-name: github.com/openimsdk/gomake
  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/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 May 3, 2024
1 parent 997f23f commit 3a17677
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 65 deletions.
30 changes: 15 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
module github.com/openimsdk/chat

go 1.21.2
toolchain go1.22.2

require (
github.com/gin-gonic/gin v1.9.1
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.6.0
github.com/jinzhu/copier v0.4.0 // 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.1
google.golang.org/protobuf v1.33.0
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.34.0
gopkg.in/yaml.v3 v3.0.1
gorm.io/gorm v1.25.8
gorm.io/gorm v1.25.10
)

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
)

require (
github.com/livekit/protocol v1.10.1
github.com/livekit/protocol v1.15.0
github.com/mitchellh/mapstructure v1.5.0
github.com/openimsdk/gomake v0.0.9
github.com/openimsdk/protocol v0.0.63
github.com/openimsdk/tools v0.0.49-alpha.3
github.com/openimsdk/gomake v0.0.11
github.com/openimsdk/protocol v0.0.65
github.com/openimsdk/tools v0.0.49-alpha.5
github.com/redis/go-redis/v9 v9.5.1
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
github.com/xuri/excelize/v2 v2.8.0
go.mongodb.org/mongo-driver v1.14.0
github.com/xuri/excelize/v2 v2.8.1
go.mongodb.org/mongo-driver v1.15.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)

require (
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 @@ -96,16 +96,16 @@ 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
github.com/yusufpapurcu/wmi v1.2.4 // 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/net v0.22.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sync v0.6.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
Expand Down
Loading

0 comments on commit 3a17677

Please sign in to comment.