mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
31 lines
1.3 KiB
Modula-2
31 lines
1.3 KiB
Modula-2
module github.com/prologic/bitcask
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/coreos/etcd v3.3.12+incompatible // indirect
|
|
github.com/gofrs/flock v0.7.1
|
|
github.com/gogo/protobuf v1.2.1
|
|
github.com/golang/protobuf v1.3.1
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/kisielk/errcheck v1.2.0 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/prologic/trie v0.0.0-20190322091023-3972df81f9b5
|
|
github.com/sirupsen/logrus v1.4.0
|
|
github.com/spf13/afero v1.2.1 // indirect
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.3.2
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/tidwall/redcon v1.0.0
|
|
github.com/ugorji/go/codec v0.0.0-20190320090025-2dc34c0b8780 // indirect
|
|
golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576 // indirect
|
|
golang.org/x/exp v0.0.0-20190321205749-f0864edee7f3
|
|
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53 // indirect
|
|
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
|
|
golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc // indirect
|
|
golang.org/x/tools v0.0.0-20190321232350-e250d351ecad // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|