cosmos-sdk/glide.yaml

45 lines
928 B
YAML
Raw Normal View History

2017-01-12 12:25:04 -08:00
package: github.com/tendermint/basecoin
import:
2017-04-25 22:20:16 -07:00
- package: github.com/gorilla/websocket
- package: github.com/pkg/errors
- package: github.com/spf13/cobra
- package: github.com/spf13/pflag
- package: github.com/tendermint/abci
2017-04-21 09:56:50 -07:00
version: develop
2017-04-25 22:20:16 -07:00
subpackages:
- server
- types
2017-01-12 12:25:04 -08:00
- package: github.com/tendermint/go-crypto
2017-04-21 09:56:50 -07:00
version: develop
2017-01-12 12:25:04 -08:00
- package: github.com/tendermint/go-wire
2017-04-21 09:56:50 -07:00
version: develop
2017-04-25 22:20:16 -07:00
subpackages:
- data
2017-01-12 12:25:04 -08:00
- package: github.com/tendermint/merkleeyes
2017-04-21 09:56:50 -07:00
version: develop
2017-04-25 22:20:16 -07:00
subpackages:
- client
- iavl
2017-01-12 12:25:04 -08:00
- package: github.com/tendermint/tendermint
version: unstable
2017-04-25 22:20:16 -07:00
subpackages:
- cmd/tendermint/commands
- config/tendermint
- node
- proxy
- rpc/client
- rpc/core/types
- rpc/types
- types
- package: github.com/tendermint/tmlibs
version: develop
subpackages:
- common
- events
- logger
testImport:
- package: github.com/stretchr/testify
subpackages:
- assert
- require