|
|
|
@ -33,8 +33,8 @@ require github.com/google/uuid v1.3.1
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/IBM/sarama v1.41.3
|
|
|
|
|
github.com/OpenIMSDK/protocol v0.0.37
|
|
|
|
|
github.com/OpenIMSDK/tools v0.0.20
|
|
|
|
|
github.com/OpenIMSDK/protocol v0.0.36
|
|
|
|
|
github.com/OpenIMSDK/tools v0.0.21
|
|
|
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.2.9+incompatible
|
|
|
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
|
|
|
github.com/redis/go-redis/v9 v9.2.1
|
|
|
|
@ -157,4 +157,4 @@ require (
|
|
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
replace github.com/OpenIMSDK/protocol v0.0.37 => github.com/luhaoling/protocol v0.0.0-20231222100538-d625562d53d5
|
|
|
|
|
replace github.com/OpenIMSDK/protocol v0.0.36 => github.com/luhaoling/protocol v0.0.0-20231222100538-d625562d53d5
|
|
|
|
|