Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update noqcks/syft version #273

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ require (
oras.land/oras-go/v2 v2.3.0
)

replace github.com/anchore/syft => github.com/noqcks/syft v0.0.0-20231107190905-9cd3f1bd08e2
replace github.com/anchore/syft => github.com/noqcks/syft v0.0.0-20240109150718-1b286b681098

require (
cloud.google.com/go v0.110.2 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -814,8 +814,8 @@ github.com/muesli/reflow v0.3.0/go.mod h1:pbwTDkVPibjO2kyvBQRBxTWEEGDGq0FlB1BIKt
github.com/muesli/termenv v0.15.2 h1:GohcuySI0QmI3wN8Ok9PtKGkgkFIk7y6Vpb5PvrY+Wo=
github.com/muesli/termenv v0.15.2/go.mod h1:Epx+iuz8sNs7mNKhxzH4fWXGNpZwUaJKRS1noLXviQ8=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/noqcks/syft v0.0.0-20231107190905-9cd3f1bd08e2 h1:Fb07E7QFWDLDO0UBa1oTtz+lkn/uSQd/wtCZiath/Ss=
github.com/noqcks/syft v0.0.0-20231107190905-9cd3f1bd08e2/go.mod h1:JTwDULqhUlXmeOJXhbesxhY6zG2due9cefe0E01pneE=
github.com/noqcks/syft v0.0.0-20240109150718-1b286b681098 h1:+TJ4eFgWFdZgO/ltg7DMjNeoT5w1AnGoNS4pUvJfNo4=
github.com/noqcks/syft v0.0.0-20240109150718-1b286b681098/go.mod h1:JTwDULqhUlXmeOJXhbesxhY6zG2due9cefe0E01pneE=
github.com/notaryproject/notation v1.0.0 h1:CJ17obUMRJOljApN8NCgYNmxfJQ878UrN0VbKACvDW0=
github.com/notaryproject/notation v1.0.0/go.mod h1:BrPDyD390EOKkzLDS/3tEbg79wLIkNc0vCLfKHTd0Hw=
github.com/notaryproject/notation-core-go v1.0.0 h1:FgOAihtFW4XU9JYyTzItg1xW3OaN4eCasw5Bp00Ydu4=
Expand Down