aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modget
AgeCommit message (Expand)Author
2020-05-31Revert "cmd/go: group 'go get' update messages together near the end of output"Austin Clements
2020-05-29cmd/go: group 'go get' update messages together near the end of outputJay Conrod
2020-05-13cmd/go: do not ignore permission errors when matching patternsBryan C. Mills
2020-04-30cmd: disable *.go domains lookup in go get commandAnton Kuklin
2020-04-23cmd/go/internal/modget: improve GOINSECURE docswitchard
2020-04-06cmd/go: report 'go get' errors for absolute paths outside module rootJay Conrod
2020-02-28cmd/go/internal/search: consolidate package-pattern predicates into Match met...Bryan C. Mills
2020-02-28cmd/go/internal/search: record errors in the Match structBryan C. Mills
2019-11-27cmd/go/internal/modget: synchronize writes to modOnly map in runGetCarlos Amedee
2019-11-05cmd/go/internal/modget: synchronize writes to modOnly map in runGetBryan C. Mills
2019-11-05cmd/go: make 'go mod why' require a main moduleBryan C. Mills
2019-11-01cmd/go: adjust module-related loggingBryan C. Mills
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-10-10cmd/go: forbid module pattern 'all' when outside a moduleJay Conrod
2019-10-09cmd/go: forbid resolving import to modules when outside of a moduleJay Conrod
2019-10-04cmd/go: remove the -mod flag from 'go get'Bryan C. Mills
2019-10-04cmd/go: fix listing of ambiguous pathsDuco van Amstel
2019-09-11cmd/go: strip trailing slash from versioned argumentsJay Conrod
2019-08-09cmd/go: query each path only once in 'go get'Bryan C. Mills
2019-07-19cmd/go: document go get @upgrade behavior in release notesJay Conrod
2019-07-18cmd/go: suppress errors with '@upgrade' when the latest version is replacedBryan C. Mills
2019-07-12cmd/go: improve module version query documentationJay Conrod
2019-07-03cmd/go: restore @latest behavior and support @upgrade in 'go get'Jay Conrod
2019-06-26cmd/go: 'go get' should not delete binaries when run from $GOBINJay Conrod
2019-06-14cmd/go: avoid accidental downgrades in 'go get' with latest and patchJay Conrod
2019-06-07cmd/go: recommend -d when -m is usedDaniel Martí
2019-05-31cmd/go: ignore build tags when 'go get' modifies build listJay Conrod
2019-05-30cmd/go: clarify documentation for 'go get -u'Jay Conrod
2019-05-30cmd/go: remove support for the 'go get -m' flagJay Conrod
2019-05-20cmd/go: make 'go get -t' consider test dependencies in module modeJay Conrod
2019-05-16cmd/go: don't panic when explaining lost upgrades due to downgradesJay Conrod
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
2019-04-16cmd/go: handle wildcards for unknown modules in "go get"Jay Conrod
2019-04-15cmd/go/internal/modget: s/prerelease/pre-release/Ross Light
2019-04-01cmd/go/internal/modget: support the suffix '@patch' in 'go get'Bryan C. Mills
2019-02-04cmd/go: clarify @none effect on dependants modulesAlberto Donizetti
2018-11-29cmd/go: enable module mode without a main module when GO111MODULE=onBryan C. Mills
2018-11-16cmd/go: fix detection of unexpected files in downloaded zipsRuss Cox
2018-10-25cmd/go: fix typo in output of "go help get"Mark Rushakoff
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-08-17cmd/go: distinguish patterns from the results of matching themRuss Cox
2018-08-09cmd/go/internal: factor out modload.QueryPackage and use in in modgetBryan C. Mills
2018-08-09cmd/go/internal/modload: report errors explicitly from LookupBryan C. Mills
2018-08-07cmd/go: make 'go get <module>@none' idempotentBryan C. Mills
2018-08-01cmd/go: replace -getmode with -mod, $GOPROXYRuss Cox
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2018-08-01cmd/go: add 'go version' statement in go.modRuss Cox
2018-07-20cmd/go: fix module get -u to avoid spurious new depsRuss Cox