laconicd-deprecated/Gopkg.toml

39 lines
775 B
TOML
Raw Normal View History

[[constraint]]
name = "github.com/ethereum/go-ethereum"
version = "=1.8.11"
2018-07-04 23:38:20 +00:00
[[constraint]]
name = "github.com/cosmos/cosmos-sdk"
version = "=0.23.1"
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]]
name = "google.golang.org/genproto"
revision = "7fd901a49ba6a7f87732eb344f6e3c5b19d1b200"
[[override]]
name = "github.com/tendermint/tendermint"
version = "=v0.22.8"
2018-07-05 15:07:00 +00:00
[[constraint]]
name = "github.com/stretchr/testify"
version = "=1.2.2"
[[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