]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add a Latest field to the output of 'go mod download -json'
authorBryan C. Mills <bcmills@google.com>
Tue, 25 Jun 2019 18:43:06 +0000 (14:43 -0400)
committerBryan C. Mills <bcmills@google.com>
Wed, 10 Jul 2019 15:51:50 +0000 (15:51 +0000)
commit0067586953f7a6b6048e2abaec8794cbaccd0168
treeb1ae02b9605b84caf4ce71271286df6fc8ccb6e2
parent726b1bf9871f4905d85a53051301f636e8273328
cmd/go: add a Latest field to the output of 'go mod download -json'

Fixes #32239

Change-Id: I5723abaa9b6bed7e8fb2d95f749a4e03ecc8741b
Reviewed-on: https://go-review.googlesource.com/c/go/+/183841
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/alldocs.go
src/cmd/go/internal/modcmd/download.go
src/cmd/go/testdata/script/mod_download.txt
src/cmd/go/testdata/script/mod_download_latest.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_list_upgrade.txt