mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
60 lines
1.3 KiB
TOML
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 |