aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_load_badchain.txt
AgeCommit message (Expand)Author
2021-09-15cmd/go: remove subcommand prefix from error messagesJay Conrod
2021-04-30cmd/go/internal/modload: avoid loading the module graph to list only the name...Bryan C. Mills
2021-04-22cmd/go/internal/modload: migrate editBuildList to use a structured requiremen...Bryan C. Mills
2021-03-25cmd/go/internal/modload: replace the global buildList with structured require...Bryan C. Mills
2021-02-18cmd/go/internal/mvs: fix Downgrade to match Algorithm 4Bryan C. Mills
2020-11-05cmd/go/internal/modget: resolve paths at the requested versionsBryan C. Mills
2020-10-23cmd/go: don't fetch files missing sums in readonly modeJay Conrod
2020-09-11cmd/go: update tests to work with -mod=readonly on by defaultJay Conrod
2020-01-09cmd/go: make "finding" logging deterministicBryan C. Mills
2019-11-01cmd/go: adjust module-related loggingBryan C. Mills
2019-08-27cmd/go/internal/modload: fix swapped paths in error messageBryan C. Mills
2019-07-16cmd/go: tweak wording of module path mismatch error messageJay Conrod
2019-07-16cmd/go: clarify error text for module path mismatchJay Conrod
2019-06-14cmd/go: avoid accidental downgrades in 'go get' with latest and patchJay Conrod
2019-05-30cmd/go: remove support for the 'go get -m' flagJay Conrod
2019-05-16cmd/go: always add 'go' directive to the go.mod file if missingBryan C. Mills
2019-04-30cmd/go: make get -u upgrade only modules providing packagesJay Conrod
2019-04-30cmd/go: query modules in parallelBryan C. Mills
2019-04-16cmd/go: print package import chains for some build list errorsJay Conrod
2019-04-16cmd/go: describe dependencies in build list error messagesJay Conrod
2019-04-03cmd/go: print require chains in build list errorsJay Conrod