mirror of
https://github.com/git-pkgs/proxy.git
synced 2026-06-02 08:38:17 -04:00
Uses purl.MakePURLString() instead of fmt.Sprintf("pkg:...") for
correct namespace handling (npm scopes, Go module paths, Maven group
IDs) and percent-encoding. Replaces hand-rolled extractEcosystem and
inline PURL parsing in the bulk lookup fallback with purl.Parse().
|
||
|---|---|---|
| .. | ||
| static | ||
| templates | ||
| api.go | ||
| api_test.go | ||
| browse.go | ||
| browse_test.go | ||
| dashboard.go | ||
| middleware.go | ||
| middleware_test.go | ||
| packages_list_test.go | ||
| server.go | ||
| server_test.go | ||
| static.go | ||
| templates.go | ||