bitcask-mirror/go.mod

24 lines
863 B
Modula-2
Raw Normal View History

2019-03-09 12:41:59 +00:00
module github.com/prologic/bitcask
require (
github.com/gofrs/flock v0.7.1
2019-03-09 12:41:59 +00:00
github.com/gogo/protobuf v1.2.1
2019-07-24 22:02:00 +00:00
github.com/golang/protobuf v1.3.2
2019-03-22 11:53:09 +00:00
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
2019-07-24 22:02:00 +00:00
github.com/magiconair/properties v1.8.1 // indirect
github.com/pelletier/go-toml v1.4.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
2019-07-24 22:02:00 +00:00
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
2019-03-22 11:53:09 +00:00
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.3
2019-07-24 22:02:00 +00:00
github.com/spf13/viper v1.4.0
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
2019-07-24 22:02:00 +00:00
golang.org/x/exp v0.0.0-20190718202018-cfdd5522f6f6
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
golang.org/x/text v0.3.2 // indirect
2019-03-09 12:41:59 +00:00
)