Skip to content

Commit

Permalink
fix: update grpc version.
Browse files Browse the repository at this point in the history
  • Loading branch information
FGadvancer committed Apr 18, 2024
1 parent 7b34983 commit 4779d1a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/OpenIMSDK/chat

go 1.21
toolchain go1.21.2

go 1.20

require (
github.com/gin-gonic/gin v1.9.1
Expand All @@ -12,7 +10,7 @@ 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/grpc v1.62.1
google.golang.org/protobuf v1.32.0
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/mysql v1.5.1
Expand Down

0 comments on commit 4779d1a

Please sign in to comment.