]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.16] cmd/go: use path.Dir instead of filepath.Dir for package...
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Tue, 22 Jun 2021 16:02:33 +0000 (01:02 +0900)
committerCarlos Amedee <carlos@golang.org>
Tue, 3 Aug 2021 15:00:47 +0000 (15:00 +0000)
commit37c117f2bf227b14b0be3e1c2411174a6f27b4fe
tree50ae53b64cd08e4ee7f41d1865b1079b0b0e3d24
parent4c62fd36776c03547f7a9f8dc67c8dac8e987851
[release-branch.go1.16] cmd/go: use path.Dir instead of filepath.Dir for package paths in 'go mod vendor'

copyMetadata walk-up to parent directory until the pkg become modPath.
But pkg should be slash-separated paths. It have to use path.Dir instead of
filepath.Dir.

Updates #46867
Fixes #47015

Change-Id: I44cf1429fe52379a7415b94cc30ae3275cc430e8
Reviewed-on: https://go-review.googlesource.com/c/go/+/330149
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Trust: Bryan C. Mills <bcmills@google.com>
Trust: Alexander Rakoczy <alex@golang.org>
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
(cherry picked from commit 835d86a17ebf32a3cb081f66119c74363dbd8825)
Reviewed-on: https://go-review.googlesource.com/c/go/+/332329
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/modcmd/vendor.go