-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
32 lines (30 loc) · 1.26 KB
/
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
25
26
27
28
29
30
31
32
module github.com/iceopen/golang-extend
go 1.12
require (
github.com/cespare/xxhash v1.1.0
github.com/dgraph-io/badger v1.6.0
github.com/gizak/termui v3.1.0+incompatible // indirect
github.com/gizak/termui/v3 v3.1.0
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/go-redis/redis v6.15.5+incompatible
github.com/golang/mock v1.3.1
github.com/hashicorp/memberlist v0.1.4
github.com/kavu/go_reuseport v1.4.0 // indirect
github.com/leodido/go-urn v1.1.0 // indirect
github.com/panjf2000/gnet v0.1.1
github.com/pingcap/check v0.0.0-20190102082844-67f458068fc8
github.com/pingcap/errors v0.11.4 // indirect
github.com/pingcap/parser v0.0.0-20190730030733-2414ee76eeb7
github.com/pingcap/tidb v2.1.13+incompatible
github.com/pingcap/tipb v0.0.0-20190724071005-dc4ae2fa073a // indirect
github.com/prometheus/client_golang v1.0.0
github.com/tidwall/evio v1.0.2
github.com/tidwall/redcon v1.0.0
github.com/tidwall/redlog v0.0.0-20180507234857-bbed90f29893
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/sys v0.0.0-20190927073244-c990c680b611 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/go-playground/validator.v9 v9.29.1
stathat.com/c/consistent v1.0.0
)