laconicd-deprecated/Gopkg.toml

41 lines
850 B
TOML
Raw Normal View History

[[constraint]]
name = "github.com/ethereum/go-ethereum"
# TODO: Remove this forked source and branch
source = "github.com/alexanderbez/go-ethereum"
branch = "ethermint-statedb"
2018-07-04 23:38:20 +00:00
[[constraint]]
name = "github.com/cosmos/cosmos-sdk"
2018-08-24 15:29:10 +00:00
version = "=0.24.2"
2018-06-13 09:56:01 +00:00
[[constraint]]
name = "github.com/hashicorp/golang-lru"
revision = "0fb14efe8c47ae851c0034ed7a448854d3d34cf3"
[[constraint]]
name = "github.com/spf13/cobra"
version = "~0.0.1"
2018-06-13 14:29:22 +00:00
[[override]]
2018-08-24 15:29:10 +00:00
name = "github.com/tendermint/iavl"
version = "=v0.9.2"
2018-06-13 14:29:22 +00:00
[[override]]
name = "github.com/tendermint/tendermint"
2018-08-24 15:29:10 +00:00
version = "=v0.23.1-rc0"
2018-07-05 15:07:00 +00:00
[[constraint]]
name = "github.com/stretchr/testify"
2018-08-24 19:59:37 +00:00
version = "=1.2.1"
[[constraint]]
name = "github.com/pkg/errors"
version = "=0.8.0"
[[override]]
name = "gopkg.in/fatih/set.v0"
version = "=0.1.0"
2018-06-13 09:56:01 +00:00
[prune]
go-tests = true