aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modconv
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-08-20cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-19cmd/go/internal: remove some users of par.WorkMichael 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-08-17cmd/go/internal: remove some users of par.WorkMichael Matloob
2020-04-08cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-09-11Revert "cmd/go/internal/modconv: use modules to examine instead of using only...Bryan C. Mills
2019-09-11cmd/go/internal/modconv: use modules to examine instead of using only direct ...Aofei Sheng
2019-06-21cmd/go: validate pseudo-versions against module paths and revision metadataBryan C. Mills
2019-05-31cmd/go/internal/modfetch: use the resolved version to search for tags in (*co...Bryan C. Mills
2019-05-30cmd/go: add two more uses of lazyregexpDaniel Martí
2019-05-24cmd/go: when resolving packages, try all module paths before falling back to ...Bryan C. Mills
2019-04-25cmd/go/internal/modconv: support convert replacements in Gopkg.lockBaokun Lee
2019-03-13cmd/go/internal/{modconv,modfetch,modload}: set modfetch proxy URL in testsBryan C. Mills
2019-03-02cmd/go/internal/modconv: remove unused variablesLeon Klingele
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-18cmd/go/internal/modconv: fix TestConvertLegacyConfig expectationsRuss Cox
2018-08-01cmd/go: move module cache from $GOPATH/src/mod to $GOPATH/pkg/modRuss 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