aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modcmd/edit.go
AgeCommit message (Expand)Author
2021-07-27cmd/go: add missing flag in UsageLine180909
2021-05-24cmd/go/internal/modcmd: factor out a type for flags whose arguments are Go ve...Bryan C. Mills
2021-04-13cmd/go: fix 'go help mod edit' JSON documentationJay Conrod
2021-04-09cmd/go: support module deprecationJay Conrod
2021-01-08cmd/go: revise 'go help' documentation for modulesJay Conrod
2020-12-23cmd/go: add the Retract field to 'go help mod edit' definition of the GoMod s...markruler
2020-11-18cmd/go: fix retract interval syntax in 'go help mod edit'Jay Conrod
2020-09-11cmd/go: refactor -mod flag parsingJay Conrod
2020-08-26cmd/go: add -retract and -dropretract flags to 'go mod edit'Jay Conrod
2020-08-12cmd/go: add Context parameter to base.command.RunMichael Matloob
2019-12-09cmd/go: clarify -dropreplace help text in 'go help mod edit'Jay Conrod
2019-12-06cmd/go/internal/modcmd: loosen path validation in "go mod edit"Bryan C. Mills
2019-11-06cmd/go: use lockedfile instead of renameio for go.mod and go.sum filesBryan C. Mills
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-10-24cmd/go: add -modfile flag that sets go.mod file to read/writeJay Conrod
2019-10-22cmd/go: support -modcacherw in 'go mod' subcommandsJay Conrod
2019-04-24cmd/go/internal/modcmd: assign module's path and version to fileJSON when mod...Udalov Max
2018-12-05cmd/go/internal/modcmd: fix go mod edit -module replaces empty stringBaokun Lee
2018-11-29cmd/go: enable module mode without a main module when GO111MODULE=onBryan C. Mills
2018-11-29cmd/go/internal/{modcmd,modload}: lock edits to go.modBryan C. Mills
2018-11-10cmd/go: add go mod edit -go flagIan Lance Taylor
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox