summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modcmd
Commit message (Expand)AuthorAgeFilesLines
* cmd/go: set go.work path using GOWORK, and remove -workfile flagMichael Matloob2022-02-164-4/+0
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-2/+2
* cmd/go: remove remaining uses of TODOWorkspacesMichael Matloob2021-11-131-12/+15
* cmd/go: add 'go mod vendor -o' flagPaschalis Tsilias2021-11-101-3/+18
* cmd/go: rename go mod initwork and editwork to go work init and editMichael Matloob2021-11-083-345/+0
* cmd/go: download fewer dependencies in 'go mod download'Bryan C. Mills2021-11-041-14/+47
* cmd: move internal/str back to cmd/goRuss Cox2021-10-271-1/+1
* cmd/go: support replaces in the go.work fileMichael Matloob2021-10-191-1/+1
* cmd/go/internal/modcmd: fix "go mod editwork" error textcitizen2332021-09-291-1/+1
* cmd/go: make 'go mod why -m' work in inconsistent, pruned moduleJay Conrod2021-09-241-5/+3
* cmd/go: refactor {Allow,Disallow}WriteGoMod to ExplicitWriteGoModJay Conrod2021-09-242-8/+15
* cmd/go: remove subcommand prefix from error messagesJay Conrod2021-09-159-66/+66
* cmd/go: improve the creation and editing of go.work filesMichael Matloob2021-09-081-2/+9
* [dev.cmdgo] cmd/go: clean up TODOWorkspaces instancesMichael Matloob2021-08-252-3/+3
* [dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgoMichael Matloob2021-08-251-1/+1
|\
| * all: fix typosYasuhiro Matsumoto2021-08-171-1/+1
| * cmd/internal/str: move package from cmd/go/internal/strJay Conrod2021-08-131-1/+1
* | [dev.cmdgo] cmd/go: remove modload.ModRoot functionMichael Matloob2021-08-111-1/+1
* | [dev.cmdgo] cmd/go: add go mod editwork commandMichael Matloob2021-07-312-0/+283
* | [dev.cmdgo] cmd/go: thread through modroots providing replacementsMichael Matloob2021-07-301-1/+2
* | Merge "[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo" into dev.cmdgoGerrit Code Review2021-07-303-3/+3
|\ \
| * \ [dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgoJay Conrod2021-07-283-3/+3
| |\ \ | | |/
| | * cmd/go: add missing flag in UsageLine1809092021-07-272-2/+2
| | * cmd/go: remove a duplicated word from 'go help mod graph'Bryan C. Mills2021-07-131-1/+1
* | | [dev.cmdgo] cmd/internal/str: move package from cmd/go/internal/strJay Conrod2021-07-301-1/+1
|/ /
* | [dev.cmdgo] cmd/go: add go mod initwork commandMichael Matloob2021-07-272-0/+55
* | [dev.cmdgo] cmd/go: add the workspace modeMichael Matloob2021-07-264-0/+11
* | [dev.cmdgo] cmd/go: replace Target with MainModules, allowing for multiple ta...Michael Matloob2021-07-222-5/+11
|/
* cmd/go: use path.Dir instead of filepath.Dir for package paths in 'go mod ven...Yasuhiro Matsumoto2021-07-011-1/+2
* cmd/go: add a -go flag to 'go mod graph'Bryan C. Mills2021-06-212-3/+13
* cmd/go: don't let 'go mod download' save sums for inconsistent requirementsJay Conrod2021-05-271-8/+8
* cmd/go: add a -compat flag to 'go mod tidy'Bryan C. Mills2021-05-251-3/+14
* cmd/go/internal/modcmd: factor out a type for flags whose arguments are Go ve...Bryan C. Mills2021-05-242-11/+33
* cmd/go: in 'go mod download' without args, don't save module zip sumsJay Conrod2021-05-211-4/+25
* cmd/go: prune go.mod and go.sum files from vendored dependenciesBryan C. Mills2021-04-301-0/+9
* cmd/go: annotate versions in vendor/modules.txtBryan C. Mills2021-04-301-20/+37
* cmd/go: smooth out upgrade paths for lazy loadingBryan C. Mills2021-04-301-2/+21
* cmd/go/internal/modload: clean up error reportingBryan C. Mills2021-04-271-1/+1
* cmd/go: make Tidy an option in PackageOpts rather than a separate callBryan C. Mills2021-04-211-13/+1
* cmd/go: fix 'go help mod edit' JSON documentationJay Conrod2021-04-131-3/+8
* cmd/go: support module deprecationJay Conrod2021-04-091-3/+11
* cmd/go: refactor modload.ListModules to accept bit flagsJay Conrod2021-04-052-8/+2
* cmd/go/internal/modload: replace the global buildList with structured require...Bryan C. Mills2021-03-255-41/+42
* cmd/go/internal/modcmd: in 'go mod tidy', suspend go.mod writes until tidyBryan C. Mills2021-03-161-0/+3
* cmd/go: don't report missing std import errors for tidy and vendorJay Conrod2021-03-042-0/+2
* cmd/go: resolve std-vendored dependencies as std packages except in 'go get' ...Bryan C. Mills2021-03-023-12/+15
* cmd/go: have go mod vendor copy embedded files in subdirsMichael Matloob2021-01-201-6/+70
* cmd/go: revise 'go help' documentation for modulesJay Conrod2021-01-088-4/+16
* cmd/go: add the Retract field to 'go help mod edit' definition of the GoMod s...markruler2020-12-231-0/+1
* all: update to use os.ReadDir where appropriateRuss Cox2020-12-091-6/+5