1
0
mirror of https://git.mills.io/kayos/bitraft.git synced 2024-07-01 03:01:45 +00:00
bitraft/go.mod

41 lines
1.9 KiB
Modula-2
Raw Normal View History

2019-03-18 21:35:01 +00:00
module github.com/prologic/bitraft
require (
2019-07-30 11:01:46 +00:00
github.com/armon/go-metrics v0.0.0-20170114134737-93f237eba9b0 // indirect
github.com/boltdb/bolt v0.0.0-20170131192018-e9cf4fae01b5 // indirect
github.com/garyburd/redigo v1.0.0 // indirect
github.com/golang/leveldb v0.0.0-20170107010102-259d9253d719 // indirect
2020-02-01 12:57:02 +00:00
github.com/golang/protobuf v1.3.2 // indirect
2019-07-30 11:01:46 +00:00
github.com/golang/snappy v0.0.0-20170215233205-553a64147049 // indirect
github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c // indirect
github.com/hashicorp/go-sockaddr v1.0.2
2019-07-30 11:01:46 +00:00
github.com/hashicorp/raft v0.0.0-20160824023112-5f09c4ffdbcd // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
2020-02-01 12:57:02 +00:00
github.com/pkg/errors v0.9.1 // indirect
github.com/prologic/bitcask v0.3.5
2019-07-19 10:54:04 +00:00
github.com/sirupsen/logrus v1.4.2
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.5.1
2019-07-30 11:01:46 +00:00
github.com/syndtr/goleveldb v0.0.0-20161227110519-23851d93a229 // indirect
github.com/tidwall/finn v0.1.2
2019-07-30 11:01:46 +00:00
github.com/tidwall/raft-boltdb v0.0.0-20160909211738-25b87f2c5677 // indirect
github.com/tidwall/raft-fastlog v0.0.0-20160922202426-2f0d0a0ce558 // indirect
github.com/tidwall/raft-leveldb v0.0.0-20170127185243-ada471496dc9 // indirect
github.com/tidwall/raft-redcon v0.1.0 // indirect
github.com/tidwall/redcon v1.3.2
2019-07-30 11:01:46 +00:00
github.com/tidwall/redlog v0.0.0-20170204190734-550629ebbfa9 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
2020-02-01 12:57:02 +00:00
golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a // indirect
2019-07-30 11:01:46 +00:00
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
2019-09-21 00:20:26 +00:00
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
2019-07-30 11:01:46 +00:00
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect
2019-03-18 21:35:01 +00:00
)
2019-09-21 00:20:26 +00:00
go 1.13
replace labix.org/v2/mgo => gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
replace launchpad.net/gocheck => github.com/go-check/check v0.0.0-20190902080502-41f04d3bba15