aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modcmd/download.go
AgeCommit message (Expand)Author
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