-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·23 lines (20 loc) · 874 Bytes
/
go.mod
File metadata and controls
executable file
·23 lines (20 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/deepfabric/busybee
go 1.13
require (
github.com/K-Phoen/grabana v0.4.1
github.com/RoaringBitmap/roaring v0.4.21
github.com/buger/jsonparser v0.0.0-20191204142016-1a29609e0929
github.com/deepfabric/beehive v0.0.0-20200619025454-48b416eabafa
github.com/deepfabric/prophet v0.0.0-20200605082442-0c0aa24123f6
github.com/fagongzi/expr v0.0.0-20200421084105-c984390ff815
github.com/fagongzi/goetty v1.6.0
github.com/fagongzi/log v0.0.0-20191122063922-293b75312445
github.com/fagongzi/util v0.0.0-20200205003627-8cf7ebc854c9
github.com/gogo/protobuf v1.3.1
github.com/pilosa/pilosa v1.4.0
github.com/prometheus/client_golang v1.4.1
github.com/robfig/cron/v3 v3.0.1
github.com/shirou/gopsutil v2.19.10+incompatible // indirect
github.com/stretchr/testify v1.4.0
)
replace github.com/coreos/etcd => github.com/deepfabric/etcd v3.3.17+incompatible