-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
23 lines (21 loc) · 971 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module gogs.xiaoyuanjijiehao.com/antlinker/sdk
go 1.14
require (
github.com/antlinker/alog v1.0.0 // indirect
github.com/antlinker/conshash v0.0.0-20160505082230-34c8a67c09de // indirect
github.com/antlinker/go-cache v2.0.0+incompatible
github.com/antlinker/go-cmap v0.0.0-20160407022646-0c5e57012e96 // indirect
github.com/antlinker/go-mqtt v0.0.0-20190320023407-e5a27f4095ed
github.com/antlinker/taskpool v0.0.0-20160907102619-5a9cbac47a81 // indirect
github.com/astaxie/beego v1.12.2
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.1
github.com/kavu/go_reuseport v1.5.0 // indirect
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
gogs.xiaoyuanjijiehao.com/aag/ant-queen v1.2.1
golang.org/x/net v0.0.0-20200707034311-ab3426394381
google.golang.org/grpc v1.30.0
gopkg.in/bsm/ratelimit.v1 v1.0.0-20160220154919-db14e161995a // indirect
gopkg.in/olivere/elastic.v3 v3.0.75 // indirect
gopkg.in/redis.v3 v3.6.4 // indirect
)