|
|
@ -3,6 +3,7 @@ module github.com/openimsdk/open-im-server/v3
|
|
|
|
go 1.21.2
|
|
|
|
go 1.21.2
|
|
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
require (
|
|
|
|
|
|
|
|
firebase.google.com/go/v4 v4.13.0
|
|
|
|
github.com/dtm-labs/rockscache v0.1.1
|
|
|
|
github.com/dtm-labs/rockscache v0.1.1
|
|
|
|
github.com/gin-gonic/gin v1.9.1
|
|
|
|
github.com/gin-gonic/gin v1.9.1
|
|
|
|
github.com/go-playground/validator/v10 v10.20.0
|
|
|
|
github.com/go-playground/validator/v10 v10.20.0
|
|
|
@ -179,8 +180,9 @@ require (
|
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
|
|
golang.org/x/text v0.18.0 // indirect
|
|
|
|
golang.org/x/text v0.18.0 // indirect
|
|
|
|
golang.org/x/time v0.5.0 // indirect
|
|
|
|
golang.org/x/time v0.5.0 // indirect
|
|
|
|
|
|
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
|
|
google.golang.org/appengine/v2 v2.0.2 // indirect
|
|
|
|
google.golang.org/appengine/v2 v2.0.2 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20240125205218-1f4bbc51befe // indirect
|
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
|
|
|
|
gorm.io/gorm v1.25.8 // indirect
|
|
|
|
gorm.io/gorm v1.25.8 // indirect
|
|
|
|