bitcask-mirror/go.mod

26 lines
1002 B
Modula-2
Raw Normal View History

2019-03-09 12:41:59 +00:00
module github.com/prologic/bitcask
require (
2019-03-18 09:47:08 +00:00
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/gofrs/flock v0.7.1
2019-03-09 12:41:59 +00:00
github.com/gogo/protobuf v1.2.1
2019-03-22 11:53:09 +00:00
github.com/golang/protobuf v1.3.1
2019-03-18 09:47:08 +00:00
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2019-03-22 11:53:09 +00:00
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
2019-03-09 12:41:59 +00:00
github.com/pkg/errors v0.8.1
2019-03-22 11:53:09 +00:00
github.com/prologic/trie v0.0.0-20190322091023-3972df81f9b5
github.com/sirupsen/logrus v1.4.0
github.com/spf13/afero v1.2.1 // indirect
2019-03-09 12:41:59 +00:00
github.com/spf13/cobra v0.0.3
2019-03-22 11:53:09 +00:00
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.3
2019-03-22 11:53:09 +00:00
github.com/spf13/viper v1.3.2
2019-03-09 12:41:59 +00:00
github.com/stretchr/testify v1.3.0
2019-03-22 11:53:09 +00:00
github.com/tidwall/redcon v1.0.0
golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576 // indirect
golang.org/x/exp v0.0.0-20190321205749-f0864edee7f3
2019-03-22 11:53:09 +00:00
golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2019-03-09 12:41:59 +00:00
)