Files
tendermint/glide.yaml
Anton Kaliaev 986bdd00a5 new logging
2017-05-04 16:49:59 +04:00

32 lines
684 B
YAML

package: github.com/tendermint/abci
import:
- package: github.com/golang/protobuf
subpackages:
- proto
- package: github.com/pkg/errors
- package: github.com/tendermint/go-crypto
version: develop
- package: github.com/tendermint/go-wire
version: develop
- package: github.com/tendermint/merkleeyes
version: develop
subpackages:
- iavl
- package: github.com/tendermint/tmlibs
version: feature/new-logging
subpackages:
- common
- db
- log
- merkle
- process
- package: github.com/urfave/cli
- package: golang.org/x/net
subpackages:
- context
- package: google.golang.org/grpc
testImport:
- package: github.com/stretchr/testify
subpackages:
- require