tendermint/tm-monitor/glide.yaml

25 lines
680 B
YAML
Raw Normal View History

2017-03-06 10:02:15 -08:00
package: github.com/tendermint/tools/tm-monitor
2016-10-12 08:40:40 -07: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
2017-04-20 16:18:38 -07:00
version: develop
2016-10-12 08:40:40 -07:00
subpackages:
- types
2017-02-24 06:54:36 -08: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
2017-04-20 16:18:38 -07:00
version: develop
subpackages:
- client
- package: github.com/go-kit/kit
subpackages:
- log
- term
- package: github.com/pkg/errors