Open bcmills opened 5 years ago
(Found while investigating #27868.)
I fixed this problem in my local repo, but from the test script:
go mod download will not follow replacements for explicit module queries.
Maybe we need to think about it again.
go mod download
of a specific version of a module should download only that module.Today, if that version happens to have a replacement,
go mod download
also downloads thego.mod
file (but not the.zip
file) for its replacement.