tendermint/glide.yaml

42 lines
1.1 KiB
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
- package: github.com/tendermint/flowcontrol
- 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
2016-11-15 12:57:03 -08:00
version: develop
2016-01-05 13:19:41 -08:00
- 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-11-15 12:57:03 -08:00
version: develop
2016-01-05 13:19:41 -08:00
subpackages:
- upnp
2016-05-10 19:05:25 -07:00
- package: github.com/tendermint/go-rpc
2016-11-15 12:57:03 -08:00
version: develop
2016-05-10 19:05:25 -07:00
subpackages:
- client
- server
- types
2016-01-05 13:19:41 -08:00
- package: github.com/tendermint/go-wire
- package: github.com/tendermint/log15
- package: github.com/tendermint/tmsp
2016-11-15 12:57:03 -08:00
version: develop
2016-01-05 13:19:41 -08:00
subpackages:
2016-05-10 19:05:25 -07:00
- client
- example/dummy
- example/nil
- types
2016-01-05 13:19:41 -08:00
- package: golang.org/x/crypto
subpackages:
2016-05-10 19:05:25 -07:00
- ripemd160