tendermint/tm-monitor/glide.yaml

26 lines
578 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:
2017-05-20 17:44:44 -04:00
- package: github.com/go-kit/kit
2016-10-12 11:40:40 -04:00
subpackages:
2017-05-20 17:44:44 -04:00
- log
- package: github.com/gorilla/websocket
- package: github.com/pkg/errors
2017-02-24 18:54:36 +04:00
- package: github.com/rcrowley/go-metrics
- package: github.com/tendermint/go-crypto
2017-05-20 17:44:44 -04:00
- package: github.com/tendermint/tendermint
2017-04-20 19:18:38 -04:00
version: develop
subpackages:
2017-05-20 17:44:44 -04:00
- rpc/core/types
- rpc/lib/client
- rpc/lib/server
- types
- package: github.com/tendermint/tmlibs
subpackages:
2017-05-20 17:44:44 -04:00
- events
- log
2017-05-20 17:44:44 -04:00
testImport:
- package: github.com/stretchr/testify
subpackages:
- assert
- require