aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/vendor.go
AgeCommit message (Expand)Author
2021-08-11[dev.cmdgo] cmd/go: remove modload.ModRoot functionMichael Matloob
2021-07-30[dev.cmdgo] cmd/go: thread through modroots providing replacementsMichael Matloob
2021-07-27[dev.cmdgo] cmd/go: fold index and modFile into MainModulesMichael Matloob
2021-07-22[dev.cmdgo] cmd/go: replace Target with MainModules, allowing for multiple ta...Michael Matloob
2021-04-30cmd/go: annotate versions in vendor/modules.txtBryan C. Mills
2021-01-08cmd/go: make hints in error messages more consistentJay Conrod
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-08-24cmd/go/internal/modload: add a "v" prefix to the indexed go versionBryan C. Mills
2020-03-09cmd/go/internal/modload: factor smaller files out of load.go and init.goBryan C. Mills