aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/init.go
AgeCommit message (Expand)Author
2021-08-25[dev.cmdgo] cmd/go: fix calls to modFileGoVersion to pass in modFileMichael Matloob
2021-08-25[dev.cmdgo] cmd/go: clean up TODOWorkspaces instancesMichael Matloob
2021-08-25[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgoMichael Matloob
2021-08-17cmd/go: make mod init disallow invalid major version suffixesPaschalis Tsilias
2021-08-13cmd/go: make fewer 'go mod' commands update go.modJay Conrod
2021-08-11[dev.cmdgo] cmd/go: remove modload.ModRoot functionMichael Matloob
2021-08-09cmd/go: with -mod=vendor, don't panic if there are duplicate requirementsJay Conrod
2021-07-31[dev.cmdgo] cmd/go: add go mod editwork commandMichael Matloob
2021-07-30[dev.cmdgo] cmd/go: thread through modroots providing replacementsMichael Matloob
2021-07-30[dev.cmdgo] cmd/go: provide a more helpful missing required module error in w...Michael Matloob
2021-07-30[dev.cmdgo] cmd/go: allow expliticly setting -mod=readonly in workspace modeMichael Matloob
2021-07-28[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgoJay Conrod
2021-07-28[dev.cmdgo] cmd/go: maintain a go.work.sum fileMichael Matloob
2021-07-27[dev.cmdgo] cmd/go: make fewer 'go mod' commands update go.modJay Conrod
2021-07-27[dev.cmdgo] cmd/go: add go mod initwork commandMichael Matloob
2021-07-27[dev.cmdgo] cmd/go: fold index and modFile into MainModulesMichael 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-07-07cmd/go: don't lock .mod and .sum files for read in overlayJay Conrod
2021-07-07cmd/go/internal/modload: fix an apparent typo in the AutoRoot commentBryan C. Mills
2021-06-16cmd/go: in lazy modules, add transitive imports for 'go get' argumentsBryan C. Mills
2021-06-08cmd/go: in Go 1.17+ modules, add indirect go.mod dependencies separately from...Bryan C. Mills
2021-05-27cmd/go: don't let 'go mod download' save sums for inconsistent requirementsJay Conrod
2021-05-25cmd/go: add a -compat flag to 'go mod tidy'Bryan C. Mills
2021-05-24cmd/go: align checks of module path during initialization.Constantin Konstantinidis
2021-05-24cmd/go/internal/modcmd: factor out a type for flags whose arguments are Go ve...Bryan C. Mills
2021-05-05cmd/go: don't crash when running "go version" in deleted directoryPhilipp Sauter
2021-05-04cmd/go: suppress SSH password prompts when fetching modules or reposBryan C. Mills
2021-04-30cmd/go: smooth out upgrade paths for lazy loadingBryan C. Mills
2021-04-30cmd/go/internal/modload: avoid loading the full module graph to determine whi...Bryan C. Mills
2021-04-30cmd/go/internal/modload: avoid loading the full module graph for imports sati...Bryan C. Mills
2021-04-30cmd/go/internal/modload: implement lazy loadingBryan C. Mills
2021-04-27cmd/go/internal/modload: treat \ as a path separator instead of a shell speci...SataQiu
2021-04-21cmd/go/internal/modload: use updateRequirements instead of editRequirements t...Bryan C. Mills
2021-04-21cmd/go/internal/modload: split updateRoots into separate functions for updati...Bryan C. Mills
2021-04-21cmd/go: make Tidy an option in PackageOpts rather than a separate callBryan C. Mills
2021-04-16cmd/go/internal/modload: when outside a module, set cfg.BuildMod based on all...Bryan C. Mills
2021-04-15cmd/go/internal/modconv: involve GOPROXY in ConvertLegacyConfigAofei Sheng
2021-04-14cmd/go/internal/modload: fix truncated error message from goModDirtyErrorBryan C. Mills
2021-04-08cmd/go/internal/modload: add a dormant depth typeBryan C. Mills
2021-04-08cmd/go: assume Go 1.16 semantics uniformly for unversioned modulesBryan C. Mills
2021-03-25cmd/go/internal/modload: replace the global buildList with structured require...Bryan C. Mills
2021-03-19cmd/go: assume Go 1.16 instead of Go 1.11 for dependencies that lack explicit...Bryan C. Mills
2021-03-17cmd/go: only add a 'go' directive to the main module when the go.mod file wil...Bryan C. Mills
2021-03-04cmd/go: clarify errors for commands run outside a moduleJay Conrod
2021-03-01cmd/go/internal/modload: don't query when fixing canonical versionsJay Conrod
2021-01-08cmd/go: make hints in error messages more consistentJay Conrod
2021-01-08cmd/go: preserve sums for indirect deps fetched by 'go mod download'Jay Conrod
2021-01-06cmd/go: make module suggestion more friendlyBaokun Lee
2021-01-05cmd/go: set cfg.BuildMod to "readonly" by default with no module rootJay Conrod