]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix go get -t -u path/... containing vendor directories
authorRuss Cox <rsc@golang.org>
Tue, 13 Dec 2016 03:10:45 +0000 (22:10 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 13 Dec 2016 13:42:41 +0000 (13:42 +0000)
commit3fb1e0bd7f99a9592bd3438b4ebb0b9ebcb3c445
tree099611fda9db54012beed514a2e07c18a85bdae1
parentec80737bdf5986983cca0afda614441ec9cae104
cmd/go: fix go get -t -u path/... containing vendor directories

A lot of things had to line up to make this break,
but the caching of download results interacted badly
with vendor directories, "go get -t -u", and wildcard
expansion.

Fixes #18219.

Change-Id: I2676498d2f714eaeb69f399e9ed527640c12e60d
Reviewed-on: https://go-review.googlesource.com/34201
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/get.go
src/cmd/go/pkg.go
src/cmd/go/vendor_test.go