cosmos-sdk/glide.yaml

56 lines
1.1 KiB
YAML
Raw Normal View History

package: github.com/cosmos/cosmos-sdk
2017-01-12 12:25:04 -08:00
import:
2017-04-25 22:20:16 -07:00
- package: github.com/gorilla/websocket
- package: github.com/pkg/errors
2017-05-29 07:00:23 -07:00
version: ^0.8.0
2017-04-25 22:20:16 -07:00
- package: github.com/spf13/cobra
- package: github.com/spf13/pflag
2017-05-01 07:03:54 -07:00
- package: github.com/spf13/viper
2017-04-25 22:20:16 -07:00
- package: github.com/tendermint/abci
2018-01-06 13:07:54 -08:00
version: sdk2
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
2018-01-06 13:07:54 -08:00
version: develop
2017-04-27 14:17:06 -07:00
subpackages:
2017-05-01 07:03:54 -07:00
- keys
2017-01-12 12:25:04 -08:00
- package: github.com/tendermint/go-wire
version: develop
2017-04-25 22:20:16 -07:00
subpackages:
- data
2017-04-27 14:17:06 -07:00
- package: github.com/tendermint/light-client
version: develop
2017-04-27 14:17:06 -07:00
subpackages:
2017-05-01 07:03:54 -07:00
- proofs
- certifiers
- certifiers/client
- certifiers/files
- package: github.com/tendermint/iavl
2017-11-29 06:35:42 -08:00
version: sdk2
2017-01-12 12:25:04 -08:00
- package: github.com/tendermint/tendermint
2018-01-06 13:07:54 -08:00
version: sdk2
2017-04-25 22:20:16 -07:00
subpackages:
2017-05-01 07:03:54 -07:00
- config
2017-04-25 22:20:16 -07:00
- node
- proxy
2017-05-01 07:03:54 -07:00
- rpc/client
2017-04-27 09:52:47 -07:00
- rpc/core/types
- rpc/lib/client
- rpc/lib/types
2017-04-25 22:20:16 -07:00
- types
- package: github.com/tendermint/tmlibs
2018-01-06 13:07:54 -08:00
version: develop
2017-04-25 22:20:16 -07:00
subpackages:
2017-05-01 07:03:54 -07:00
- cli
2017-06-02 02:32:03 -07:00
- cli/flags
2017-04-25 22:20:16 -07:00
- common
- events
2017-05-01 07:03:54 -07:00
- log
2017-04-25 22:20:16 -07:00
- logger
testImport:
- package: github.com/stretchr/testify
subpackages:
- assert
- require