gps icon indicating copy to clipboard operation
gps copied to clipboard

"git.company.com:1234/group/project.git" is not a valid import path

Open Mmmmiracle opened this issue 8 years ago • 1 comments
trafficstars

I got this error message because of normalizeURI() function.

Notice deduce.go line 75 pathvld = regexp.MustCompile(`^([A-Za-z0-9-]+)(.[A-Za-z0-9-]+)+(/[A-Za-z0-9-_.~]+)*$`)

pathvld seems not support the uri pattern with port.

thanks😀

Mmmmiracle avatar Apr 19 '17 03:04 Mmmmiracle

This issue was moved to golang/dep#411

fabulous-gopher avatar Apr 21 '17 14:04 fabulous-gopher