tendermint/glide.yaml

22 lines
609 B
YAML

package: github.com/tendermint/abci
import:
- package: github.com/golang/protobuf
subpackages:
- proto
- package: github.com/tendermint/go-common
- package: github.com/tendermint/go-crypto
- package: github.com/tendermint/go-logger
- package: github.com/tendermint/go-db
- package: github.com/tendermint/go-merkle
- package: github.com/tendermint/go-process
- package: github.com/tendermint/go-wire
- package: github.com/urfave/cli
- package: golang.org/x/net
subpackages:
- context
- package: google.golang.org/grpc
- package: github.com/stretchr/testify
version: ^1.1.4
subpackages:
- require