laconicd-deprecated/Gopkg.toml

24 lines
476 B
TOML
Raw Normal View History

2018-07-04 23:38:20 +00:00
[[constraint]]
name = "github.com/cosmos/cosmos-sdk"
version = "0.19.0"
2018-06-13 09:56:01 +00:00
2018-07-04 23:38:20 +00:00
[[constraint]]
name = "github.com/ethereum/go-ethereum"
version = "1.8.11"
[[constraint]]
name = "github.com/tendermint/tendermint"
version = "0.22.0-rc2"
[[constraint]]
name = "github.com/golang/protobuf"
version = "~1.0.0"
2018-06-13 09:56:01 +00:00
2018-06-13 14:29:22 +00:00
[[override]]
name = "google.golang.org/genproto"
revision = "7fd901a49ba6a7f87732eb344f6e3c5b19d1b200"
2018-06-13 09:56:01 +00:00
[prune]
go-tests = true
2018-07-04 23:38:20 +00:00
unused-packages = true