tendermint/glide.yaml

32 lines
672 B
YAML
Raw Normal View History

2017-01-12 12:47:55 -08:00
package: github.com/tendermint/abci
2016-11-09 17:12:29 -08:00
import:
- package: github.com/golang/protobuf
subpackages:
- proto
2017-04-27 13:37:18 -07:00
- package: github.com/pkg/errors
2016-11-09 17:12:29 -08:00
- package: github.com/tendermint/go-crypto
2017-02-14 13:53:21 -08:00
version: develop
2017-04-21 15:32:46 -07:00
- package: github.com/tendermint/go-wire
version: develop
2017-04-21 15:32:46 -07:00
- package: github.com/tendermint/merkleeyes
2017-02-14 13:53:21 -08:00
version: develop
2017-04-21 15:32:46 -07:00
subpackages:
- iavl
- package: github.com/tendermint/tmlibs
2017-05-05 11:57:33 -07:00
version: develop
2017-04-21 15:32:46 -07:00
subpackages:
- common
- db
2017-04-27 13:37:18 -07:00
- log
2017-04-21 15:32:46 -07:00
- merkle
- process
2016-11-09 17:12:29 -08:00
- package: github.com/urfave/cli
- package: golang.org/x/net
subpackages:
- context
- package: google.golang.org/grpc
2017-04-21 15:32:46 -07:00
testImport:
- package: github.com/stretchr/testify
subpackages:
- require