summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/modfile.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: prune more dependencies in 'go get'Bryan C. Mills2023-05-171-1/+13
* cmd/go: save checksums for go.mod files needed for go version linesBryan C. Mills2023-05-051-4/+11
* cmd/go/internal/par: use generic CacheRoger Peppe2023-02-031-27/+12
* cmd/go: make paths consistent between 'go work init' and 'go work use'Bryan C. Mills2022-03-031-1/+1
* cmd/go: ignore replaces of main modules in workspace modulesMichael Matloob2022-01-201-0/+3
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-2/+2
* cmd/go: fix hang in workspacesMichael Matloob2021-12-081-3/+0
* cmd/go: fix go work sync when there are zero workspace modulesMichael Matloob2021-11-221-0/+3
* cmd/go: add workspace pruning modeMichael Matloob2021-11-091-4/+10
* Revert "cmd/go: add workspace pruning mode"Bryan C. Mills2021-11-081-10/+4
* cmd/go: add workspace pruning modeMichael Matloob2021-11-081-4/+10
* cmd/go: fix bugs in replacement path handlingMichael Matloob2021-11-051-1/+1
* cmd/go: download fewer dependencies in 'go mod download'Bryan C. Mills2021-11-041-3/+3
* cmd/go: support replaces in the go.work fileMichael Matloob2021-10-191-68/+89
* cmd/go: improve the creation and editing of go.work filesMichael Matloob2021-09-081-0/+40
* cmd/go/internal/modload: use "pruned" instead of "lazy" to describe pruned mo...Bryan C. Mills2021-08-301-16/+23
* cmd/go/internal/modload: remove go117LazyTODOBryan C. Mills2021-08-301-7/+0
* cmd/go/internal/modload: remove go117EnableLazyLoadingBryan C. Mills2021-08-301-8/+0
* [dev.cmdgo] cmd/go: fix calls to modFileGoVersion to pass in modFileMichael Matloob2021-08-251-6/+2
* [dev.cmdgo] cmd/go: clean up TODOWorkspaces instancesMichael Matloob2021-08-251-1/+1
* [dev.cmdgo] cmd/go: remove modload.ModRoot functionMichael Matloob2021-08-111-1/+1
* [dev.cmdgo] cmd/go: thread through modroots providing replacementsMichael Matloob2021-07-301-30/+42
* [dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgoJay Conrod2021-07-281-32/+46
|\
| * cmd/go: fix go.mod file name printed in error messages for replacementsJay Conrod2021-07-281-4/+5
| * cmd/go: use .mod instead of .zip to determine if version has go.mod fileJay Conrod2021-07-271-40/+43
| * cmd/go: don't lock .mod and .sum files for read in overlayJay Conrod2021-07-071-2/+12
* | [dev.cmdgo] cmd/go: maintain a go.work.sum fileMichael Matloob2021-07-281-1/+1
* | [dev.cmdgo] cmd/go: fold index and modFile into MainModulesMichael Matloob2021-07-271-32/+53
* | [dev.cmdgo] cmd/go: replace Target with MainModules, allowing for multiple ta...Michael Matloob2021-07-221-6/+6
|/
* cmd/go: in Go 1.17+ modules, add indirect go.mod dependencies separately from...Bryan C. Mills2021-06-081-0/+5
* cmd/go/internal/modcmd: factor out a type for flags whose arguments are Go ve...Bryan C. Mills2021-05-241-1/+1
* cmd/go/internal/modload: remove outdated comments and redundant testsBryan C. Mills2021-05-041-3/+0
* cmd/go: smooth out upgrade paths for lazy loadingBryan C. Mills2021-04-301-43/+38
* cmd/go: enable lazy loadingBryan C. Mills2021-04-301-1/+1
* cmd/go: support module deprecationJay Conrod2021-04-091-0/+38
* cmd/go/internal/modload: add a dormant depth typeBryan C. Mills2021-04-081-8/+56
* cmd/go: assume Go 1.16 semantics uniformly for unversioned modulesBryan C. Mills2021-04-081-1/+1
* cmd/go: refactor modload.CheckRetractionsJay Conrod2021-04-051-77/+102
* cmd/go/internal/modload: replace the global buildList with structured require...Bryan C. Mills2021-03-251-8/+16
* cmd/go/internal/modload: remove go116EnableNarrowAll constantBryan C. Mills2021-03-221-4/+0
* cmd/go: only add a 'go' directive to the main module when the go.mod file wil...Bryan C. Mills2021-03-171-1/+4
* cmd/go: make module suggestion more friendlyBaokun Lee2021-01-061-1/+1
* cmd/go: set cfg.BuildMod to "readonly" by default with no module rootJay Conrod2021-01-051-1/+1
* cmd/go/internal/modload: rename constants to reflect that lazy loading is not...Bryan C. Mills2020-12-031-6/+7
* cmd/go/internal/modload: ignore selected version in checkRetractionsJay Conrod2020-11-201-3/+3
* cmd/go: in 'go get', only load retractions for resolved versionsJay Conrod2020-11-181-10/+10
* cmd/go: revert "in 'go get', only load retractions for resolved versions"Dmitri Shuralyov2020-11-171-10/+10
* cmd/go: in 'go get', only load retractions for resolved versionsJay Conrod2020-11-161-10/+10
* cmd/go: don't fetch files missing sums in readonly modeJay Conrod2020-10-231-2/+12
* cmd/go/internal/modload: avoid using the global build list in QueryPatternBryan C. Mills2020-10-161-1/+1