tendermint/tm-monitor/glide.yaml

25 lines
680 B
YAML

package: github.com/tendermint/tools/tm-monitor
import:
- package: github.com/tendermint/go-common
- package: github.com/tendermint/go-events
- package: github.com/tendermint/go-logger
- package: github.com/tendermint/tendermint
version: develop
subpackages:
- types
- 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
version: develop
subpackages:
- client
- package: github.com/go-kit/kit
subpackages:
- log
- term
- package: github.com/pkg/errors