mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
19 lines
606 B
Modula-2
19 lines
606 B
Modula-2
module github.com/prologic/bitcask
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/gofrs/flock v0.7.1
|
|
github.com/gogo/protobuf v1.2.1
|
|
github.com/golang/protobuf v1.2.0
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/prologic/trie v0.0.0-20190316011403-395e39dac705
|
|
github.com/sirupsen/logrus v1.3.0
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.3.1
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/tidwall/redcon v0.9.0
|
|
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
|
|
)
|