package: github.com/tendermint/tendermint
|
|
import:
|
|
- package: github.com/tendermint/go-autofile
|
|
version: develop
|
|
- package: github.com/tendermint/go-clist
|
|
version: develop
|
|
- package: github.com/tendermint/go-common
|
|
version: develop
|
|
- package: github.com/tendermint/go-config
|
|
version: develop
|
|
- package: github.com/tendermint/go-crypto
|
|
version: develop
|
|
- package: github.com/tendermint/go-data
|
|
version: develop
|
|
- package: github.com/tendermint/go-db
|
|
version: develop
|
|
- package: github.com/tendermint/go-events
|
|
version: develop
|
|
- package: github.com/tendermint/go-logger
|
|
version: develop
|
|
- package: github.com/tendermint/go-merkle
|
|
version: develop
|
|
- package: github.com/tendermint/go-p2p
|
|
version: unstable
|
|
- package: github.com/tendermint/go-rpc
|
|
version: develop
|
|
- package: github.com/tendermint/go-wire
|
|
version: develop
|
|
- package: github.com/tendermint/abci
|
|
version: develop
|
|
- package: github.com/tendermint/go-flowrate
|
|
- package: github.com/tendermint/log15
|
|
- package: github.com/tendermint/ed25519
|
|
- package: github.com/tendermint/merkleeyes
|
|
version: develop
|
|
subpackages:
|
|
- app
|
|
- package: github.com/gogo/protobuf
|
|
version: ^0.3
|
|
subpackages:
|
|
- proto
|
|
- package: github.com/gorilla/websocket
|
|
version: ^1.1.0
|
|
- package: github.com/spf13/cobra
|
|
- package: github.com/spf13/pflag
|
|
- package: github.com/pkg/errors
|
|
version: ^0.8.0
|
|
- package: golang.org/x/crypto
|
|
subpackages:
|
|
- ripemd160
|
|
testImport:
|
|
- package: github.com/stretchr/testify
|
|
version: ^1.1.4
|
|
subpackages:
|
|
- assert
|
|
- require
|