aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_readonly.txt
AgeCommit message (Expand)Author
2021-04-27cmd/go: use a real Go version in the go.mod files in TestScript/mod_readonlyBryan C. Mills
2021-01-06cmd/go: make module suggestion more friendlyBaokun Lee
2020-11-09cmd/go: prefer 'go get -d' instead of 'go get' in script testsBryan C. Mills
2020-10-23cmd/go: don't fetch files missing sums in readonly modeJay Conrod
2020-10-13cmd/go: adjust ImportMissingError when module lookup is disabledBryan C. Mills
2020-09-15cmd/go: default to -mod=readonly in most commandsJay Conrod
2020-02-28cmd/go: rationalize errors in internal/load and internal/modloadBryan C. Mills
2020-02-12cmd/go: eliminate empty '()' when passing -mod=readonly explicitly to 'go list'Bryan C. Mills
2020-01-09cmd/go/internal/modload: do not disable Query for -mod=readonlyBryan C. Mills
2019-12-06cmd/go: include cfg.BuildModReason in 'import lookup disabled' errorsBryan C. Mills
2019-11-06cmd/go: make commands other than 'tidy' prune go.mod less agressivelyBryan C. Mills
2019-11-01cmd/go: default to mod=readonly when the go.mod file is read-onlyBryan C. Mills
2019-05-16cmd/go: cut 'go test -short cmd/go' time by about halfRuss Cox
2018-11-10cmd/go: add go statement when initializing go.modIan Lance Taylor
2018-08-09cmd/go/internal/modload: report errors explicitly from LookupBryan C. Mills
2018-08-01cmd/go: replace -getmode with -mod, $GOPROXYRuss Cox