tendermint/tm-monitor/glide.yaml

26 lines
578 B
YAML

package: github.com/tendermint/tools/tm-monitor
import:
- package: github.com/go-kit/kit
subpackages:
- log
- package: github.com/gorilla/websocket
- package: github.com/pkg/errors
- package: github.com/rcrowley/go-metrics
- package: github.com/tendermint/go-crypto
- package: github.com/tendermint/tendermint
version: develop
subpackages:
- rpc/core/types
- rpc/lib/client
- rpc/lib/server
- types
- package: github.com/tendermint/tmlibs
subpackages:
- events
- log
testImport:
- package: github.com/stretchr/testify
subpackages:
- assert
- require