-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathgo.mod
29 lines (27 loc) · 1.44 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
module github.com/ledisdb/xcodis
go 1.14
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect
github.com/alicebob/miniredis v2.5.0+incompatible
github.com/armon/go-metrics v0.3.3 // indirect
github.com/c4pt0r/cfg v0.0.0-20140507075004-1d165f2e3d5d
github.com/docopt/docopt-go v0.0.0-20141128170934-854c423c8108
github.com/garyburd/redigo v1.0.0
github.com/gomodule/redigo v2.0.0+incompatible // indirect
github.com/juju/errors v0.0.0-20150108020425-c3aaee403f14
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
github.com/juju/testing v0.0.0-20191001232224-ce9dec17d28b // indirect
github.com/ledisdb/redis-failover v0.0.0-20200426064634-030de84bb2ef
github.com/ngaut/go-zookeeper v0.0.0-20150813084940-9c3719e318c7
github.com/ngaut/gostats v0.0.0-20141107084648-faefc939c035
github.com/ngaut/logging v0.0.0-20140912081322-200eea931e87
github.com/ngaut/pools v0.0.0-20180318154953-b7bc8c42aac7
github.com/ngaut/resp v0.0.0-20141011062908-ff222cdd80bd
github.com/ngaut/sync2 v0.0.0-20141008032647-7a24ed77b2ef // indirect
github.com/ngaut/tokenlimiter v0.0.0-20150105082342-cbe856638a37
github.com/ngaut/zkhelper v0.0.0-20141111053527-50ed4f0e6258
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
)