1
0
mirror of https://git.mills.io/kayos/bitraft.git synced 2024-06-29 18:21:39 +00:00
bitraft/go.mod
dependabot-preview[bot] e8ce1582d6
Bump github.com/tidwall/redcon from 1.3.2 to 1.3.3 (#32)
Bumps [github.com/tidwall/redcon](https://github.com/tidwall/redcon) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/tidwall/redcon/releases)
- [Commits](https://github.com/tidwall/redcon/compare/v1.3.2...v1.3.3)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-31 07:13:52 +10:00

24 lines
818 B
Modula-2

module github.com/prologic/bitraft
require (
github.com/golang/leveldb v0.0.0-20170107010102-259d9253d719 // indirect
github.com/hashicorp/go-sockaddr v1.0.2
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/prologic/bitcask v0.3.6
github.com/sirupsen/logrus v1.7.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
github.com/tidwall/finn v0.1.2
github.com/tidwall/redcon v1.3.3
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // 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