aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_get_downgrade.txt
AgeCommit message (Expand)Author
2021-04-06cmd/go/internal/modload: track conflicts in versionLimiterBryan C. Mills
2020-11-09cmd/go: prefer 'go get -d' instead of 'go get' in script testsBryan C. Mills
2020-11-05cmd/go/internal/modget: resolve paths at the requested versionsBryan C. Mills
2019-05-17cmd/go: don't attempt to downgrade to incompatible versionsJay Conrod
2019-05-16cmd/go: cut 'go test -short cmd/go' time by about halfRuss Cox
2018-07-20cmd/go: fix module get -u to avoid spurious new depsRuss Cox
2018-07-20cmd/go: detect inconsistent 'go get' version requestsRuss Cox
2018-07-19cmd/go/internal/modget: fix get pkg@noneRuss Cox
2018-07-19cmd/go: convert still more module tests to scriptsRuss Cox