sonatype-nexus-community / nancy

A tool to check for vulnerabilities in your Golang dependencies, powered by Sonatype OSS Index
Apache License 2.0
562 stars 74 forks source link

Install failed with go 1.18 on darwin #260

Closed DonRenando closed 2 years ago

DonRenando commented 2 years ago

Hello !

The dependency come from go-sona-types

go mod graph | grep golang.org/x/sys@v0.0.0-20200519105757-fe76b779f299
github.com/sonatype-nexus-community/go-sona-types golang.org/x/sys@v0.0.0-20200519105757-fe76b779f299

An issue has been opened : https://github.com/sonatype-nexus-community/go-sona-types/issues/23

Thank you

cc @bhamail / @DarthHater

bhamail commented 2 years ago

@DonRenando Thanks for the patch! I've released a new build of nancy (v1.0.33) that uses the patched go-sona-types. Could you please verify if this fixes the install problem on go v1.18?

DonRenando commented 2 years ago

thank you @bhamail ! the upgrade has fixed the problem on go v1.18.

bhamail commented 2 years ago

Fixed by https://github.com/sonatype-nexus-community/go-sona-types/pull/24