aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_replace.txt
AgeCommit message (Expand)Author
2020-09-11cmd/go: update tests to work with -mod=readonly on by defaultJay Conrod
2019-10-24cmd/go: correct GoMod field in 'go list' for replacements that lack an explic...Bryan C. Mills
2019-09-25cmd/go/internal/modload: annotate replacements in PackageNotInModuleErrorBryan C. Mills
2019-05-16cmd/go: cut 'go test -short cmd/go' time by about halfRuss Cox
2018-12-06cmd/go/internal/modload: use replacements to resolve missing importsBryan C. Mills
2018-10-26cmd/go/internal/modload: skip fetches of replaced modules in moduleInfoBryan C. Mills
2018-08-09cmd/go/internal/modload: emit correct module in duplication errorBryan C. Mills
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2018-07-31cmd/go: forbid use of one module with two different pathsBryan C. Mills