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.1` | `1.63.2` |
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.25.8` | `1.25.9` |
| [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.12.0` |
| [github.com/openimsdk/protocol](https://github.com/openimsdk/protocol) | `0.0.63` | `0.0.64` |
| [github.com/openimsdk/tools](https://github.com/openimsdk/tools) | `0.0.47-alpha.42` | `0.0.47` |
| [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 `gorm.io/gorm` from 1.25.8 to 1.25.9
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.25.8...v1.25.9)

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.12.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/protocol` from 0.0.63 to 0.0.64
- [Release notes](https://github.com/openimsdk/protocol/releases)
- [Commits](openimsdk/protocol@v0.0.63...v0.0.64)

Updates `github.com/openimsdk/tools` from 0.0.47-alpha.42 to 0.0.47
- [Release notes](https://github.com/openimsdk/tools/releases)
- [Commits](https://github.com/openimsdk/tools/commits)

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: 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/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] committed Apr 22, 2024
1 parent 5a1c83d commit c17fda3
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 59 deletions.
23 changes: 11 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,39 @@ go 1.21.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/grpc v1.63.2
google.golang.org/protobuf v1.33.0
gopkg.in/yaml.v3 v3.0.1
gorm.io/gorm v1.25.8
gorm.io/gorm v1.25.9
)

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.12.0
github.com/mitchellh/mapstructure v1.5.0
github.com/openimsdk/gomake v0.0.6
github.com/openimsdk/protocol v0.0.63
github.com/openimsdk/tools v0.0.47-alpha.43
github.com/openimsdk/protocol v0.0.64
github.com/openimsdk/tools v0.0.47
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,8 +95,8 @@ 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
Expand Down
Loading

0 comments on commit c17fda3

Please sign in to comment.