aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/repo.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-16cmd/go/internal/modload: allow 'go get' to use replaced versionsBryan C. Mills
2020-10-13cmd/go/internal/modfetch: remove error return from LookupBryan C. Mills
2020-09-11cmd/go: move repository resolution from internal/get to internal/vcsJay Conrod
2020-08-14cmd/go: migrate to module.MatchPrefixPatternsJay Conrod
2019-12-06cmd/go: reduce redundancy in direct mode lookup error messagesJay Conrod
2019-11-08cmd/go/internal/modfetch: add GOINSECUREwitchard
2019-11-06cmd/go: avoid upgrading to +incompatible versions if the latest compatible on...Bryan C. Mills
2019-11-05cmd/go/internal/modfetch: prune +incompatible versions more aggressivelyBryan C. Mills
2019-11-01cmd/go: default to mod=readonly when the go.mod file is read-onlyBryan C. Mills
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-08-09cmd/go: query each path only once in 'go get'Bryan C. Mills
2019-06-12cmd/go: add GOPRIVATE environment variableRuss Cox
2019-05-31cmd/go: use the rev to resolve tags for pseudo-versions in mod initLE Manh Cuong
2019-05-24cmd/go: when resolving packages, try all module paths before falling back to ...Bryan C. Mills
2019-04-29cmd/go: implement Go checksum database supportRuss Cox
2019-04-25cmd/go: add support for GOPROXY listRuss Cox
2019-04-23cmd/go/internal/web: merge internal/web2 into webBryan C. Mills
2019-03-21cmd/go/internal/modfetch: update comment referring to old Import functionDmitri Shuralyov
2018-11-29cmd/go/internal/modfetch: make Repo.Zip write to an io.Writer instead of a te...Bryan C. Mills
2018-08-18cmd/go: fix module get -insecureRuss Cox
2018-08-18cmd/go: treat VCS errors as hard errors in module searchRuss Cox
2018-08-10cmd/go: add go mod downloadRuss Cox
2018-08-01cmd/go: replace -getmode with -mod, $GOPROXYRuss Cox
2018-07-18cmd/go/internal/modfetch: do not rely on file system for case sensitivityRuss 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