1
0
mirror of https://git.mills.io/kayos/bitraft.git synced 2024-07-05 09:32:00 +00:00
bitraft/go.mod

22 lines
1.0 KiB
Modula-2
Raw Normal View History

2019-03-18 21:35:01 +00:00
module github.com/prologic/bitraft
require (
github.com/armon/go-metrics v0.0.0-20170114134737-93f237eba9b0
github.com/boltdb/bolt v0.0.0-20170131192018-e9cf4fae01b5
github.com/garyburd/redigo v1.0.0
github.com/golang/snappy v0.0.0-20170215233205-553a64147049
github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c
github.com/hashicorp/raft v0.0.0-20160824023112-5f09c4ffdbcd
github.com/syndtr/goleveldb v0.0.0-20161227110519-23851d93a229
github.com/tidwall/finn v0.1.0
github.com/tidwall/match v0.0.0-20160830173930-173748da739a
github.com/tidwall/raft-boltdb v0.0.0-20160909211738-25b87f2c5677
github.com/tidwall/raft-fastlog v0.0.0-20160922202426-2f0d0a0ce558
github.com/tidwall/raft-leveldb v0.0.0-20170127185243-ada471496dc9
github.com/tidwall/raft-redcon v0.1.0
github.com/tidwall/redcon v0.0.0-20170209173215-8b15dea700da
github.com/tidwall/redlog v0.0.0-20170204190734-550629ebbfa9
golang.org/x/crypto v0.0.0-20170209233901-453249f01cfe
golang.org/x/sys v0.0.0-20170217003442-075e574b89e4
)