aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_load_badchain.txt
AgeCommit message (Expand)Author
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