sonatype-nexus-community / sonatype-platform-browser-extension

The Sonatype Platform Browser Extension
https://sonatype-nexus-community.github.io/sonatype-platform-browser-extension/
Apache License 2.0
2 stars 3 forks source link

BUG: `https://pkg.go.dev/golang.org/x/text` not working #139

Closed madpah closed 3 days ago

madpah commented 4 days ago

Using latest version (2.20.0), https://pkg.go.dev/golang.org/x/text does not work with the browser extension.

Appears to be unable to obtain the version to generate a complete PURL:

Request:

{
    "components": [
        {
            "packageUrl": "pkg:golang/golang.org/x/text"
        }
    ]
}

Response:

The following coordinates are missing for given format: [version]

madpah commented 4 days ago

Not implemented yet - see #36