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

59 lines
2.8 KiB
Modula-2
Raw Normal View History

2019-03-18 21:35:01 +00:00
module github.com/prologic/bitraft
require (
2019-07-19 10:54:04 +00:00
cloud.google.com/go v0.41.0 // indirect
2019-03-18 21:35:01 +00:00
github.com/armon/go-metrics v0.0.0-20170114134737-93f237eba9b0
github.com/boltdb/bolt v0.0.0-20170131192018-e9cf4fae01b5
2019-07-19 10:54:04 +00:00
github.com/coreos/bbolt v1.3.3 // indirect
github.com/coreos/etcd v3.3.13+incompatible // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a // indirect
2019-03-18 21:35:01 +00:00
github.com/garyburd/redigo v1.0.0
2019-07-19 10:54:04 +00:00
github.com/go-kit/kit v0.9.0 // indirect
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect
github.com/golang/protobuf v1.3.2 // indirect
2019-03-18 21:35:01 +00:00
github.com/golang/snappy v0.0.0-20170215233205-553a64147049
2019-07-19 10:54:04 +00:00
github.com/grpc-ecosystem/grpc-gateway v1.9.4 // indirect
2019-03-18 21:35:01 +00:00
github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c
github.com/hashicorp/go-sockaddr v1.0.2
2019-03-18 21:35:01 +00:00
github.com/hashicorp/raft v0.0.0-20160824023112-5f09c4ffdbcd
2019-04-01 07:33:26 +00:00
github.com/kisielk/errcheck v1.2.0 // indirect
2019-07-19 10:54:04 +00:00
github.com/kr/pty v1.1.8 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/prologic/bitcask v0.1.7
github.com/prometheus/common v0.6.0 // indirect
github.com/prometheus/procfs v0.0.3 // indirect
github.com/rogpeppe/fastuuid v1.2.0 // indirect
github.com/russross/blackfriday v2.0.0+incompatible // indirect
github.com/sirupsen/logrus v1.4.2
2019-04-01 07:33:26 +00:00
github.com/spf13/afero v1.2.2 // indirect
2019-07-19 10:54:04 +00:00
github.com/spf13/cobra v0.0.5 // indirect
github.com/spf13/pflag v1.0.3
2019-07-19 10:54:04 +00:00
github.com/spf13/viper v1.4.0 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.3.0
2019-03-18 21:35:01 +00:00
github.com/syndtr/goleveldb v0.0.0-20161227110519-23851d93a229
github.com/tidwall/finn v0.1.0
github.com/tidwall/kvnode v0.0.0-20170302195729-a9ab8591d78c
2019-03-18 21:35:01 +00:00
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
2019-03-22 08:07:32 +00:00
github.com/tidwall/redcon v1.0.0
2019-03-18 21:35:01 +00:00
github.com/tidwall/redlog v0.0.0-20170204190734-550629ebbfa9
2019-07-19 10:54:04 +00:00
github.com/ugorji/go v1.1.7 // indirect
go.etcd.io/bbolt v1.3.3 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/exp v0.0.0-20190627132806-fd42eb6b336f // indirect
golang.org/x/image v0.0.0-20190703141733-d6a02ce849c9 // indirect
golang.org/x/mobile v0.0.0-20190711165009-e47acb2ca7f9 // indirect
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7
golang.org/x/tools v0.0.0-20190712213246-8b927904ee0d // indirect
google.golang.org/genproto v0.0.0-20190708153700-3bdd9d9f5532 // indirect
google.golang.org/grpc v1.22.0 // indirect
2019-03-18 21:35:01 +00:00
)