aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/query_test.go
AgeCommit message (Expand)Author
2021-03-13all: remove duplicate wordsJohn Bampton
2021-03-04cmd/go: reject 'go list -m MOD@patch' when no existing version of MOD is requ...Bryan C. Mills
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-16cmd/go/internal/modload: allow 'go get' to use replaced versionsBryan C. Mills
2020-08-26cmd/go/internal/modload: refactor version filtering for excludeJay Conrod
2020-08-20cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-18cmd/go: revert 3 CLs affecting par.Work, context propagation, tracingDmitri Shuralyov
2020-08-17cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-04-08cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob
2020-01-10cmd/go/internal/modload: fix an erroneous comment about the test repoBryan C. Mills
2019-12-20cmd/go/internal/modfetch/codehost: replace a dubious call to semver.MaxBryan C. Mills
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-07-18cmd/go: suppress errors with '@upgrade' when the latest version is replacedBryan C. Mills
2019-07-15cmd/go/internal/modfetch: always check for a go.mod file when fetching from v...Bryan C. Mills
2019-07-03cmd/go: update tests for new @upgrade queryJay Conrod
2019-06-21cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills
2019-06-14cmd/go: avoid accidental downgrades in 'go get' with latest and patchJay Conrod
2019-06-10cmd/go: in tests, don't assume that the 'git' binary is presentBryan C. Mills
2019-05-24cmd/go: when resolving packages, try all module paths before falling back to ...Bryan C. Mills
2019-05-14cmd/go: convert semver tags with metadata to pseudoversionsBryan C. Mills
2019-05-14cmd/go: do not allow version prefixes to match prereleases of that versionBryan C. Mills
2019-03-13cmd/go/internal/{modconv,modfetch,modload}: set modfetch proxy URL in testsBryan C. Mills
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-01cmd/go: move module cache from $GOPATH/src/mod to $GOPATH/pkg/modRuss Cox
2018-07-19cmd/go/internal/modfetch: move to new pseudo-version designRuss Cox
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox