golang/gddo

Allow usernames within package names

Opened this issue · 0 comments

When a vanity service returns a package name with a username, such as ssh://git@example.com/org/package, the gddo-server fails to import data. To fix this, the username part of the package name should be ignored when checking for valid hostnames.