sdboyer / gps

your dependencies have arrived
MIT License
270 stars 24 forks source link

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

Open Mmmmiracle opened 7 years ago

Mmmmiracle commented 7 years ago

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😀

fabulous-gopher commented 7 years ago

This issue was moved to golang/dep#411