mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-03 13:56:15 +00:00
Also: - use go-kit/log Reasoning: I found that we just don't need this layer of abstraction here. Plus go-rpc is buggy and lacking proper closing of ws connections.
15 lines
305 B
YAML
15 lines
305 B
YAML
package: github.com/tendermint/tools/tm-bench
|
|
import:
|
|
- package: github.com/pkg/errors
|
|
- package: github.com/tendermint/go-rpc
|
|
subpackages:
|
|
- client
|
|
- types
|
|
- package: github.com/tendermint/tools
|
|
subpackages:
|
|
- tm-monitor/monitor
|
|
- package: github.com/go-kit/kit
|
|
subpackages:
|
|
- log
|
|
- term
|