|
|
@ -13,7 +13,7 @@ require (
|
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
|
|
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
|
|
github.com/openimsdk/protocol v0.0.69-alpha.1
|
|
|
|
github.com/openimsdk/protocol v0.0.69-alpha.2
|
|
|
|
github.com/openimsdk/tools v0.0.49-alpha.23
|
|
|
|
github.com/openimsdk/tools v0.0.49-alpha.23
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/prometheus/client_golang v1.18.0
|
|
|
|
github.com/prometheus/client_golang v1.18.0
|
|
|
@ -178,6 +178,6 @@ require (
|
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
replace (
|
|
|
|
//replace (
|
|
|
|
github.com/openimsdk/protocol => /Users/chao/Desktop/project/protocol
|
|
|
|
// github.com/openimsdk/protocol => /Users/chao/Desktop/project/protocol
|
|
|
|
)
|
|
|
|
//)
|
|
|
|