aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/get/path.go
AgeCommit message (Expand)Author
2020-09-01cmd/go/internal/get: disallow non-ASCII unicode letters from import pathsMichael Matloob
2019-10-29cmd/go: delete internal packages moved to x/modJay Conrod
2019-09-27cmd/go: do not reject internal double-dots in path elementsBryan C. Mills
2019-06-13cmd/go: add '--' before repository names when invoking vcs toolsJay Conrod
2018-12-14cmd/go/internal/get: relax pathOK check to allow any letterBryan C. Mills
2018-12-14cmd/go/internal/get: reject Windows shortnames as path componentsBryan C. Mills
2018-12-14cmd/go: reject 'get' of paths containing leading dots or unsupported charactersBryan C. Mills