aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_invalid_version.txt
AgeCommit message (Expand)Author
2021-09-15cmd/go: remove subcommand prefix from error messagesJay Conrod
2021-06-11cmd/go: match Windows paths in TestScript/mod_invalid_versionBryan C. Mills
2021-03-25cmd/go/internal/modload: replace the global buildList with structured require...Bryan C. Mills
2020-11-05cmd/go/internal/modget: resolve paths at the requested versionsBryan C. Mills
2020-09-11cmd/go: update tests to work with -mod=readonly on by defaultJay Conrod
2020-08-24cmd/go/internal/modload: cache parsed go.mod files globallyBryan C. Mills
2020-03-12cmd/go: improve pseudo-version timestamp errorWalt Della
2019-08-05cmd/go: adjust expected error message in TestScript/mod_invalid_versionBryan C. Mills
2019-07-18cmd/go: suppress errors with '@upgrade' when the latest version is replacedBryan C. Mills
2019-07-16cmd/go: tighten the check for pseudo-version base tagsBryan C. Mills
2019-06-24cmd/go/internal/modfetch: treat a missing go.mod file as a “not exist” errorBryan C. Mills
2019-06-21cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills