2018-07-13 21:35:28 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/ethereum/go-ethereum"
|
2018-10-24 15:06:27 +00:00
|
|
|
# TODO: Remove this forked source and branch once Turbo-Geth is ready as a
|
|
|
|
# client.
|
2018-09-28 22:02:00 +00:00
|
|
|
source = "github.com/alexanderbez/go-ethereum"
|
|
|
|
branch = "ethermint-statedb"
|
2018-07-13 21:35:28 +00:00
|
|
|
|
2018-07-04 23:38:20 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/cosmos/cosmos-sdk"
|
2018-10-24 14:49:37 +00:00
|
|
|
# TODO: Remove this once 0.25 has been released
|
|
|
|
revision = "075ddce79acb77fe88f849f93fb3036e48ffb555"
|
|
|
|
# version = "=0.24.2"
|
2018-06-13 09:56:01 +00:00
|
|
|
|
2018-07-17 14:34:32 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/hashicorp/golang-lru"
|
2018-08-09 01:06:34 +00:00
|
|
|
revision = "0fb14efe8c47ae851c0034ed7a448854d3d34cf3"
|
2018-07-17 14:34:32 +00:00
|
|
|
|
2018-07-19 21:16:48 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/spf13/cobra"
|
|
|
|
version = "~0.0.1"
|
|
|
|
|
2018-07-26 13:36:01 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/stretchr/testify"
|
2018-08-24 19:59:37 +00:00
|
|
|
version = "=1.2.1"
|
2018-07-26 13:36:01 +00:00
|
|
|
|
2018-08-09 01:06:34 +00:00
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/pkg/errors"
|
|
|
|
version = "=0.8.0"
|
|
|
|
|
2018-10-24 14:49:37 +00:00
|
|
|
# dependecy overrides
|
|
|
|
|
2018-08-09 01:06:34 +00:00
|
|
|
[[override]]
|
|
|
|
name = "gopkg.in/fatih/set.v0"
|
|
|
|
version = "=0.1.0"
|
|
|
|
|
2018-10-24 14:49:37 +00:00
|
|
|
[[override]]
|
|
|
|
name = "github.com/tendermint/iavl"
|
|
|
|
version = "=v0.11.0"
|
|
|
|
|
|
|
|
[[override]]
|
|
|
|
name = "github.com/tendermint/tendermint"
|
|
|
|
version = "=0.25.1-rc0"
|
|
|
|
|
|
|
|
[[override]]
|
|
|
|
name = "github.com/tendermint/go-amino"
|
|
|
|
version = "=v0.12.0"
|
|
|
|
|
2018-06-13 09:56:01 +00:00
|
|
|
[prune]
|
|
|
|
go-tests = true
|