tendermint/tm-monitor/glide.yaml

19 lines
583 B
YAML
Raw Normal View History

2017-03-06 22:02:15 +04:00
package: github.com/tendermint/tools/tm-monitor
2016-10-12 11:40:40 -04:00
import:
- package: github.com/tendermint/go-common
- package: github.com/tendermint/go-events
- package: github.com/tendermint/go-logger
- package: github.com/tendermint/tendermint
subpackages:
- types
2017-02-24 18:54:36 +04:00
- rpc/core/types
- package: github.com/tendermint/go-wire
- package: github.com/rcrowley/go-metrics
- package: github.com/stretchr/testify
- package: github.com/tendermint/go-crypto
- package: github.com/gorilla/websocket
- package: github.com/tendermint/go-rpc
subpackages:
- client
- package: github.com/tendermint/log15