0g-chain/Gopkg.toml
rhuairahrighairigh a2d4299b99 update sdk
2018-06-16 22:34:07 +01:00

60 lines
1.3 KiB
TOML

# [[constraint]]
# name = "github.com/bgentry/speakeasy"
# version = "~0.1.0"
# [[constraint]]
# name = "github.com/golang/protobuf"
# version = "~1.0.0"
# [[constraint]]
# name = "github.com/mattn/go-isatty"
# version = "~0.0.3"
# [[constraint]]
# name = "github.com/pkg/errors"
# version = "~0.8.0"
[[constraint]]
name = "github.com/spf13/cobra"
version = "~0.0.1"
# [[constraint]]
# name = "github.com/spf13/viper"
# version = "~1.0.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "~1.2.1"
[[constraint]]
name = "github.com/tendermint/abci"
version = "=0.11.0"
[[constraint]]
name = "github.com/tendermint/go-crypto"
version = "~0.6.2"
# [[constraint]]
# name = "github.com/tendermint/go-amino"
# version = "=0.9.9"
# [[constraint]]
# name = "github.com/tendermint/iavl"
# version = "0.8.0-rc0"
# [[constraint]]
# name = "github.com/tendermint/tendermint"
# version = "=0.20.0"
[[override]]
name = "github.com/tendermint/tmlibs"
revision = "0c98d10b4ffbd87978d79c160e835b3d3df241ec"
# this got updated and broke, so locked to an old working commit ...
[[override]]
name = "google.golang.org/genproto"
revision = "7fd901a49ba6a7f87732eb344f6e3c5b19d1b200"
[prune]
go-tests = true
unused-packages = true