Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R4R: Remove dep and vendor from doc and version. #4064

Merged
merged 11 commits into from
Apr 8, 2019
Prev Previous commit
Next Next commit
Update version/version.go
Co-Authored-By: yangyanqing <f.yang@hashgard.com>
  • Loading branch information
alessio and yangyanqing committed Apr 7, 2019
commit d55867f04101301a2ad69f1f50f31b3c8078820f
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var (
type versionInfo struct {
CosmosSDK string `json:"cosmos_sdk"`
GitCommit string `json:"commit"`
GoModHash string `json:"gomod_hash"`
GoSumHash string `json:"gosum_hash"`
BuildTags string `json:"build_tags"`
GoVersion string `json:"go"`
}
Expand Down