aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/codehost/codehost.go
AgeCommit message (Expand)Author
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02cmd/go: stop tests from using network during -shortRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-09cmd/go: ignore retracted versions when converting revisions to versionsJay Conrod
2020-04-08cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob
2019-10-24cmd/go/internal/modfetch/codehost: remove invariantly-empty return value from...Bryan C. Mills
2019-06-25cmd/go/internal/modfetch: return structured errors from proxy operationsBryan C. Mills
2019-06-21cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills
2018-12-12cmd/go: link to the FAQ for errors that indicate private VCS repos.Julie Qiu
2018-11-29cmd/go/internal/modfetch/codehost: add lockfiles for reposBryan C. Mills
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-07-31cmd/go/internal/modfetch/codehost: quote arguments to commands printed from -xBryan C. Mills
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