aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_edit.txt
AgeCommit message (Expand)Author
2021-04-09cmd/go: support module deprecationJay Conrod
2021-02-24cmd/go: fix version validation in 'go mod edit -exclude'Bryan C. Mills
2021-02-23cmd/go: reproduce issue #44497 in TestScript/mod_editBryan C. Mills
2021-01-14cmd/go: in 'go mod edit', validate versions given to -retract and -excludeJay Conrod
2020-08-26cmd/go: add -retract and -dropretract flags to 'go mod edit'Jay Conrod
2019-12-06cmd/go/internal/modcmd: loosen path validation in "go mod edit"Bryan C. Mills
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-10cmd/go: add go mod edit -go flagIan Lance Taylor
2018-11-10cmd/go: add go statement when initializing go.modIan Lance Taylor
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2018-07-31cmd/go: allow unversioned paths to -dropreplace flagBryan C. Mills
2018-07-19cmd/go: convert final module tests to scriptsRuss Cox