aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modload/import_test.go
AgeCommit message (Expand)Author
2019-10-09cmd/go: forbid resolving import to modules when outside of a moduleJay Conrod
2019-09-25cmd/go/internal/modload: annotate replacements in PackageNotInModuleErrorBryan 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
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-21cmd/go: fix modload infinite directory loopDaniel Martí
2018-07-12cmd/go: merge module support from x/vgo repoRuss Cox