laconicd-deprecated/Gopkg.toml
2018-07-05 11:07:00 -04:00

25 lines
524 B
TOML

[[constraint]]
name = "github.com/cosmos/cosmos-sdk"
# TODO: Replace with a stable tagged version
branch = "develop"
[[constraint]]
name = "github.com/ethereum/go-ethereum"
version = "1.8.11"
[[constraint]]
name = "github.com/tendermint/tendermint"
version = "=0.22.0-rc2"
[[override]]
name = "google.golang.org/genproto"
revision = "7fd901a49ba6a7f87732eb344f6e3c5b19d1b200"
[[override]]
name = "github.com/tendermint/go-wire"
version = "0.7.3"
[prune]
go-tests = true
unused-packages = true