1
0
mirror of https://git.mills.io/kayos/bitraft.git synced 2024-06-28 17:51:38 +00:00
bitraft/go.mod
dependabot-preview[bot] 6fd34e9075
Bump github.com/tidwall/finn from 0.1.0 to 0.1.2 (#8)
Bumps [github.com/tidwall/finn](https://github.com/tidwall/finn) from 0.1.0 to 0.1.2.
- [Release notes](https://github.com/tidwall/finn/releases)
- [Commits](https://github.com/tidwall/finn/compare/v0.1.0...v0.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: James Mills <1290234+prologic@users.noreply.github.com>
2020-02-04 09:23:06 +10:00

41 lines
1.9 KiB
Modula-2

module github.com/prologic/bitraft
require (
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
github.com/golang/protobuf v1.3.2 // indirect
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
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
github.com/pkg/errors v0.9.1 // indirect
github.com/prologic/bitcask v0.3.5
github.com/sirupsen/logrus v1.4.2
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.4.0
github.com/syndtr/goleveldb v0.0.0-20161227110519-23851d93a229 // indirect
github.com/tidwall/finn v0.1.2
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.0.0
github.com/tidwall/redlog v0.0.0-20170204190734-550629ebbfa9 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a // indirect
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
google.golang.org/appengine v1.6.1 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect
)
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