aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/mod_internal.txt
AgeCommit message (Expand)Author
2020-09-11cmd/go: update tests to work with -mod=readonly on by defaultJay Conrod
2019-10-09cmd/go: automatically check and use vendored packagesBryan C. Mills
2019-05-16cmd/go: cut 'go test -short cmd/go' time by about halfRuss Cox
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
2018-08-10cmd/go: fix module loader and test-only dependenciesRuss Cox
2018-08-07cmd/go/internal/load: pass the importer's package path when checking visibilityBryan C. Mills
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2018-07-31cmd/go: prohibit modules from importing vendored golang_org packagesBryan C. Mills
2018-07-31cmd/go: allow internal imports based on module pathsBryan C. Mills