aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/coderepo_test.go
AgeCommit message (Expand)Author
2022-03-03[release-branch.go1.16] cmd/go: avoid +incompatible major versions if a go.mo...Bryan C. Mills
2022-02-07[release-branch.go1.16] cmd/go/internal/modfetch: do not short-circuit canoni...Bryan C. Mills
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-28cmd/go/internal/modfetch: drop gopkg.in/russross/blackfriday.v2 from TestCode...Tobias Klauser
2020-10-28cmd/go/internal/modfetch: update expected tags for TestCodeRepoVersionsTobias Klauser
2020-10-13cmd/go/internal/modfetch: remove error return from LookupBryan C. Mills
2020-04-08cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob
2019-11-05cmd/go/internal/modfetch: prune +incompatible versions more aggressivelyBryan C. Mills
2019-11-05cmd/go/internal/modfetch: remove non-hermetic testBryan C. Mills
2019-11-01cmd/go/internal/modfetch: add zip sums and hashes to TestCodeRepoJay Conrod
2019-10-03cmd/go/internal/modfetch: update TestCodeRepo for gopkg.in/yaml.v2 againTobias Klauser
2019-10-01cmd/go/internal/modfetch: update TestCodeRepo for gopkg.in/yaml.v2Andrew Bonventre
2019-07-16cmd/go: tighten the check for pseudo-version base tagsBryan C. Mills
2019-07-15cmd/go/internal/modfetch: always check for a go.mod file when fetching from v...Bryan C. Mills
2019-06-24cmd/go/internal/modfetch: treat a missing go.mod file as a “not exist” errorBryan C. Mills
2019-06-21cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills
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-13cmd/go/internal/modfetch: fix GOSUMDB test failuresBryan C. Mills
2019-04-03cmd/go/internal/modfetch: replace nanomsg.org with vcs-test in TestCodeRepoBryan C. Mills
2019-04-03cmd/go/internal/lockedfile: add a sync.Mutex to lockedfile.MutexBryan C. Mills
2019-03-21cmd/go/internal/modfetch: update TestCodeRepo for gopkg.in/yaml.v2Alberto Donizetti
2019-03-13cmd/go/internal/{modconv,modfetch,modload}: set modfetch proxy URL in testsBryan C. Mills
2019-03-08cmd/go/internal/modfetch: handle codeRoot == path for paths with major-versio...Bryan C. Mills
2018-12-10cmd/go/internal/modfetch: update TestCodeRepo for gopkg.in/yaml.v2 v2.2.2Bryan C. Mills
2018-11-29cmd/go/internal/modfetch: make Repo.Zip write to an io.Writer instead of a te...Bryan C. Mills
2018-09-27cmd/go/internal/modfetch: update expected tags for external reposAlberto Donizetti
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-17cmd/go/internal/modfetch: correct TestCodeRepo expectationRuss Cox
2018-07-19cmd/go/internal/modfetch: move to new pseudo-version designRuss Cox
2018-07-19cmd/go/internal/module: add new +incompatible version build annotationRuss Cox
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox
2018-06-15cmd/go: add dark copy of golang.org/x/vgoRuss Cox