aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modcmd/download.go
AgeCommit message (Expand)Author
2021-08-25[dev.cmdgo] cmd/go: clean up TODOWorkspaces instancesMichael Matloob
2021-07-26[dev.cmdgo] cmd/go: add the workspace modeMichael Matloob
2021-07-22[dev.cmdgo] cmd/go: replace Target with MainModules, allowing for multiple ta...Michael Matloob
2021-05-27cmd/go: don't let 'go mod download' save sums for inconsistent requirementsJay Conrod
2021-05-21cmd/go: in 'go mod download' without args, don't save module zip sumsJay Conrod
2021-04-05cmd/go: refactor modload.ListModules to accept bit flagsJay Conrod
2021-03-25cmd/go/internal/modload: replace the global buildList with structured require...Bryan C. Mills
2021-01-08cmd/go: revise 'go help' documentation for modulesJay Conrod
2020-11-17cmd/go: allow querying other versions of the main moduleJay Conrod
2020-10-23cmd/go: refactor modload.InitModJay Conrod
2020-09-15cmd/go: add modload.NeedRoot mode for commands that need module rootJay Conrod
2020-09-11cmd/go: make 'go mod download' update go.sum after downloads are completeJay Conrod
2020-09-11cmd/go: refactor -mod flag parsingJay Conrod
2020-08-26cmd/go: add -retracted flag to 'go list'Jay Conrod
2020-08-20cmd/go: add tracing for querying and downloading from the proxyMichael Matloob
2020-08-20cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-19cmd/go/internal: remove some users of par.WorkMichael Matloob
2020-08-18cmd/go: revert 3 CLs affecting par.Work, context propagation, tracingDmitri Shuralyov
2020-08-17cmd/go: add tracing for querying and downloading from the proxyMichael Matloob
2020-08-17cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-17cmd/go/internal: remove some users of par.WorkMichael Matloob
2020-08-17cmd/go: add span for modload.LoadBuildListMichael Matloob
2020-08-12cmd/go: add Context parameter to base.command.RunMichael Matloob
2020-03-24cmd/go: clarify behavior with no arguments in 'go help mod download'Jay Conrod
2020-01-03cmd/go: clarify stderr behavior for 'go help mod download'Jay Conrod
2019-11-27cmd/go: enable -x in go mod downloadHana (Hyang-Ah) Kim
2019-11-11cmd/go/internal/modcmd: skip modules with empty version stringsJay Conrod
2019-11-11cmd/go: error out of 'go mod download' if the main module is passed as argumentConstantin Konstantinidis
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-10-22cmd/go: support -modcacherw in 'go mod' subcommandsJay Conrod
2019-10-04Revert "cmd/go: add a Latest field to the output of 'go mod download -json'"Bryan C. Mills
2019-08-08cmd/go: improve 'go mod download' and 'go list -m' error messagesJay Conrod
2019-07-10cmd/go: add a Latest field to the output of 'go mod download -json'Bryan C. Mills
2019-06-07cmd/go: fix error messages for go mod download in GOPATH modeConstantin Konstantinidis
2019-04-30cmd/go/internal/modcmd: allow mod download without go.modBaokun Lee
2018-11-29cmd/go/internal/modcmd: check for errors in DownloadBryan C. Mills
2018-09-04cmd/go/internal/modcmd: remove non-existent -dir flagAgniva De Sarker
2018-08-21cmd/go: add go.sum entries to go mod download -json outputRuss Cox
2018-08-16cmd/go: fix typos in go help mod subpagesAlberto Donizetti
2018-08-10cmd/go: add go mod downloadRuss Cox