File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
1616 github.com/mitchellh/mapstructure v1.5.0
1717 github.com/openimsdk/protocol v0.0.72-alpha.63
18- github.com/openimsdk/tools v0.0.50-alpha.51
18+ github.com/openimsdk/tools v0.0.50-alpha.52
1919 github.com/pkg/errors v0.9.1 // indirect
2020 github.com/prometheus/client_golang v1.18.0
2121 github.com/stretchr/testify v1.9.0
Original file line number Diff line number Diff line change @@ -349,8 +349,8 @@ github.com/openimsdk/gomake v0.0.15-alpha.2 h1:5Q8yl8ezy2yx+q8/ucU/t4kJnDfCzNOrk
349349github.com/openimsdk/gomake v0.0.15-alpha.2 /go.mod h1:PndCozNc2IsQIciyn9mvEblYWZwJmAI+06z94EY+csI =
350350github.com/openimsdk/protocol v0.0.72-alpha.63 h1:IyPBibEvwBtTmD8DSrlqcekfEXe74k4+KeeHsgdhGh0 =
351351github.com/openimsdk/protocol v0.0.72-alpha.63 /go.mod h1:Iet+piS/jaS+kWWyj6EEr36mk4ISzIRYjoMSVA4dq2M =
352- github.com/openimsdk/tools v0.0.50-alpha.51 h1:M3dMUoHjggx5Ry6XSkK0FTSJmRQjjkSBpuzXiFzKtC4 =
353- github.com/openimsdk/tools v0.0.50-alpha.51 /go.mod h1:muCtxguNJv8lFwLei27UASu2Nvg4ERSeN0R4K5tivk0 =
352+ github.com/openimsdk/tools v0.0.50-alpha.52 h1:SAxnn6xgHPcEBHTebNLFgvUqmxd4d2XpBBh9jHpUEvs =
353+ github.com/openimsdk/tools v0.0.50-alpha.52 /go.mod h1:muCtxguNJv8lFwLei27UASu2Nvg4ERSeN0R4K5tivk0 =
354354github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM =
355355github.com/pelletier/go-toml/v2 v2.2.2 /go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs =
356356github.com/pierrec/lz4/v4 v4.1.21 h1:yOVMLb6qSIDP67pl/5F7RepeKYu/VmTyEXvuMI5d9mQ =
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ type Config struct {
3333 LocalCacheConfig config.LocalCache
3434 Discovery config.Discovery
3535 FcmConfigPath string
36-
37- runTimeEnv string
36+
37+ runTimeEnv string
3838}
3939
4040func (p pushServer ) PushMsg (ctx context.Context , req * pbpush.PushMsgReq ) (* pbpush.PushMsgResp , error ) {
You can’t perform that action at this time.
0 commit comments