Created
July 31, 2018 17:50
-
-
Save shanev/db41a2a64ea0622ebbe60ebe4e87ec0c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[constraint]] | |
name = "github.com/cosmos/cosmos-sdk" | |
version = "=0.22.0" | |
[[constraint]] | |
name = "github.com/stretchr/testify" | |
version = "=1.2.1" | |
[[constraint]] | |
name = "github.com/spf13/cobra" | |
version = "=0.0.1" | |
[[constraint]] | |
name = "github.com/spf13/viper" | |
version = "=1.0.0" | |
[[override]] | |
name = "github.com/tendermint/tendermint" | |
version = "=0.22.6" | |
[[override]] | |
name = "github.com/golang/protobuf" | |
version = "=1.1.0" | |
[prune] | |
go-tests = true | |
unused-packages = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment