mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
18 lines
575 B
Modula-2
18 lines
575 B
Modula-2
module github.com/prologic/bitcask
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.2.1
|
|
github.com/golang/protobuf v1.2.0
|
|
github.com/gorilla/websocket v1.4.0 // indirect
|
|
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/prologic/msgbus v0.1.1
|
|
github.com/prometheus/client_golang v0.9.2 // indirect
|
|
github.com/sirupsen/logrus v1.3.0
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/viper v1.3.1
|
|
github.com/stretchr/testify v1.3.0
|
|
gopkg.in/vmihailenco/msgpack.v2 v2.9.1
|
|
)
|