8000 Tags · package-url/packageurl-go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: package-url/packageurl-go

Tags

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #68 from ridhoq/dot-slash-valid-subpath-prefix

Adds `./` and `../` as valid subpath prefix

v0.1.2

Toggle v0.1.2's commit message
Add PackageURL.Normalize

For many integrations external systems use their own structured
representation of package identifiers rather than Package URLs. In
these cases it would be ideal to construct a Package URL with with
NewPackageURL a then normalize the resulting struct. It avoids the
need to render a temporary, non-canon Package URL and parse that to
achieve normalization.

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #46 from Octogonapus/fix_tests

Fix parsing of some purl types. Fix tests.

v0.1.0

Toggle v0.1.0's commit message
Makefile: Fix the path to the golint module

As reported by the error in the CI build. Also see

golang/lint#397

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
0