30 lines
956 B
Modula-2
30 lines
956 B
Modula-2
module gitlab.33.cn/chat/im
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/Terry-Mao/goim v0.0.0-20201205074412-7c5316e1c2e5
|
|
github.com/gin-contrib/pprof v1.3.0
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
|
github.com/google/uuid v1.1.2
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/oofpgDLD/dtask v1.0.2
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
github.com/rs/zerolog v1.21.0
|
|
github.com/uber/jaeger-client-go v2.30.0+incompatible
|
|
github.com/zhenjl/cityhash v0.0.0-20131128155616-cdd6a94144ab
|
|
gitlab.33.cn/btrade/auto_trade_tools v1.2.8
|
|
//gitlab.33.cn/chat/im-pkg v0.0.0-00010101000000-000000000000
|
|
gitlab.33.cn/chat/im-pkg v0.0.2
|
|
go.etcd.io/etcd/api/v3 v3.5.0
|
|
go.etcd.io/etcd/client/v3 v3.5.0
|
|
google.golang.org/grpc v1.38.0
|
|
google.golang.org/protobuf v1.26.0
|
|
gopkg.in/Shopify/sarama.v1 v1.19.0
|
|
)
|
|
|
|
//replace gitlab.33.cn/chat/im-pkg => ../im-pkg
|