]> Cypherpunks repositories - gostls13.git/commit
cmd/go: re-resolve and check vcs roots during go get -u
authorRuss Cox <rsc@golang.org>
Fri, 26 Sep 2014 16:10:13 +0000 (12:10 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 26 Sep 2014 16:10:13 +0000 (12:10 -0400)
commitf3a98dee27540afab414d3201aff18f30c2b163e
tree64f9ce9baceccbbc0f407a7faa862feb681f8098
parent7fa96f08a4b11d710c8b1cb0d8f29e131e1793db
cmd/go: re-resolve and check vcs roots during go get -u

If you do 'go get -u rsc.io/pdf' and then rsc.io/pdf's redirect
changes to point somewhere else, after this CL a later
'go get -u rsc.io/pdf' will tell you that.

Fixes #8548.

LGTM=iant
R=golang-codereviews, iant
CC=adg, golang-codereviews, n13m3y3r, r
https://golang.org/cl/147170043
src/cmd/go/get.go
src/cmd/go/test.bash
src/cmd/go/vcs.go