tendermint / go-amino

Protobuf3 with Interface support - Designed for blockchains (deterministic, upgradeable, fast, and compact)
Other
260 stars 84 forks source link

go test error #295

Closed biubiaa closed 4 years ago

biubiaa commented 4 years ago

when i use go test ,the terminal show:

Running tool: /opt/sdk/go/bin/go test -timeout 30s -run ^(TestNewWallet)$

go: github.com/tendermint/go-amino@v0.15.0 used for two different module paths (github.com/tendermint/go-amino and github.com/tendermint/go-wire)
Error: Tests failed.

Whether I install go-amino or not, that's what it shows. how can i fix this

tac0turtle commented 4 years ago

Are you still running into this issue?