aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_vendor_auto.txt
AgeCommit message (Expand)Author
2021-09-15cmd/go: remove subcommand prefix from error messagesJay Conrod
2021-01-08cmd/go: make hints in error messages more consistentJay Conrod
2020-11-09cmd/go: prefer 'go get -d' instead of 'go get' in script testsBryan C. Mills
2020-10-16cmd/go/internal/modload: allow 'go get' to use replaced versionsBryan C. Mills
2019-11-11cmd/go: fix windows test failuresJay Conrod
2019-11-01cmd/go: default to mod=readonly when the go.mod file is read-onlyBryan 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-15cmd/go: omit new 'vendor/modules.txt' annotations if the go version is 1.13 o...Bryan C. Mills
2019-10-09cmd/go/internal/list: disallow 'list -m' with '-mod=vendor'Bryan C. Mills
2019-10-09cmd/go: automatically check and use vendored packagesBryan C. Mills