-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (18 loc) · 903 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
24
module github.com/tradingAI/scheduler
go 1.13
require (
github.com/garyburd/redigo v1.6.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/jinzhu/gorm v1.9.12
github.com/lib/pq v1.3.0
github.com/minio/minio-go/v6 v6.0.50
github.com/tradingAI/go v0.0.0-20200402163245-1cfc8e2ce67e
github.com/tradingAI/proto/gen/go/common v0.0.0-00010101000000-000000000000 // indirect
github.com/tradingAI/proto/gen/go/model v0.0.0-00010101000000-000000000000 // indirect
github.com/tradingAI/proto/gen/go/scheduler v0.0.0-00010101000000-000000000000
google.golang.org/grpc v1.28.0
)
replace github.com/tradingAI/proto/gen/go/tweb => ../proto/gen/go/tweb
replace github.com/tradingAI/proto/gen/go/common => ../proto/gen/go/common
replace github.com/tradingAI/proto/gen/go/model => ../proto/gen/go/model
replace github.com/tradingAI/proto/gen/go/scheduler => ../proto/gen/go/scheduler