tendermint/glide.yaml

30 lines
987 B
YAML
Raw Normal View History

2016-01-05 13:19:41 -08:00
package: github.com/tendermint/tendermint
import:
- package: github.com/gogo/protobuf
subpackages:
2016-05-10 19:05:25 -07:00
- proto
2016-01-05 13:19:41 -08:00
- package: github.com/gorilla/websocket
- package: github.com/spf13/pflag
- package: github.com/tendermint/ed25519
2016-12-06 01:26:05 -08:00
- package: github.com/tendermint/go-flowrate
- package: github.com/tendermint/go-autofile
2016-01-05 13:19:41 -08:00
- package: github.com/tendermint/go-clist
- package: github.com/tendermint/go-common
- package: github.com/tendermint/go-config
- package: github.com/tendermint/go-crypto
- package: github.com/tendermint/go-db
2016-05-10 19:05:25 -07:00
- package: github.com/tendermint/go-events
2016-01-05 13:19:41 -08:00
- package: github.com/tendermint/go-logger
- package: github.com/tendermint/go-merkle
- package: github.com/tendermint/go-p2p
2016-05-10 19:05:25 -07:00
- package: github.com/tendermint/go-rpc
2016-01-05 13:19:41 -08:00
- package: github.com/tendermint/go-wire
- package: github.com/tendermint/log15
2017-01-12 12:53:32 -08:00
- package: github.com/tendermint/abci
2016-01-05 13:19:41 -08:00
- package: golang.org/x/crypto
subpackages:
2016-05-10 19:05:25 -07:00
- ripemd160
2016-12-08 22:28:08 -08:00
- package: github.com/tendermint/go-flowrate
subpackages:
- flowrate