aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_getmode_vendor.txt
AgeCommit message (Expand)Author
2019-11-01cmd/go: adjust module-related loggingBryan C. Mills
2019-10-24cmd/go: re-enable 'go list -m' with -mod=vendor for limited patternsBryan C. Mills
2019-10-24cmd/go/internal/list: ensure that cfg.BuildMod is initialized before reading ...Bryan C. Mills
2019-10-09cmd/go/internal/list: disallow 'list -m' with '-mod=vendor'Bryan C. Mills
2019-10-04cmd/go: remove the -mod flag from 'go get'Bryan C. Mills
2019-05-30cmd/go: remove support for the 'go get -m' flagJay Conrod
2018-08-01cmd/go: replace -getmode with -mod, $GOPROXYRuss Cox
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2018-07-19cmd/go: convert still more module tests to scriptsRuss Cox