-
Notifications
You must be signed in to change notification settings - Fork 25
/
go.mod
25 lines (23 loc) · 1.19 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
module github.com/ledisdb/redis-failover
go 1.14
require (
github.com/BurntSushi/toml v0.2.0
github.com/armon/go-metrics v0.0.0-20160717043458-3df31a1ada83 // indirect
github.com/boltdb/bolt v1.3.1-0.20160913165339-fff57c100f4d // indirect
github.com/garyburd/redigo v1.0.0
github.com/go-cloud/go-zookeeper v0.0.0-20150212090419-a75bd3e76886
github.com/go-cloud/zkhelper v0.0.0-20150213103008-c0db2971045e
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v0.0.0-20160317213430-0eeaf8392f5b
github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c // indirect
github.com/hashicorp/raft v0.0.0-20160824023112-5f09c4ffdbcd
github.com/hashicorp/raft-boltdb v0.0.0-20160913163600-a8adffd05b79
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/siddontang/go v0.0.0-20160904050434-a30862d58df2
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect
labix.org/v2/mgo v0.0.0-20140701140051-000000000287 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)