aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_get_main.txt
AgeCommit message (Expand)Author
2021-09-15cmd/go: remove subcommand prefix from error messagesJay Conrod
2020-11-17cmd/go: allow querying other versions of the main moduleJay Conrod
2020-11-05cmd/go/internal/modget: resolve paths at the requested versionsBryan C. Mills
2020-04-06cmd/go: report 'go get' errors for absolute paths outside module rootJay Conrod
2019-07-03cmd/go: restore @latest behavior and support @upgrade in 'go get'Jay Conrod
2019-05-30cmd/go: remove support for the 'go get -m' flagJay Conrod
2019-05-16cmd/go: cut 'go test -short cmd/go' time by about halfRuss Cox
2019-05-13cmd/go: make 'go get' match patterns against packages, not modulesJay Conrod
2019-04-30cmd/go: make get -u upgrade only modules providing packagesJay Conrod
2019-04-30cmd/go: query modules in parallelBryan C. Mills