-
Notifications
You must be signed in to change notification settings - Fork 362
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 github.com/spdx/gordf dependency to fix 32 bit support #104
Conversation
/gcbrun |
go.sum
Outdated
@@ -25,6 +25,8 @@ github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf | |||
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= | |||
github.com/spdx/gordf v0.0.0-20201111095634-7098f93598fb h1:bLo8hvc8XFm9J47r690TUKBzcjSWdJDxmjXJZ+/f92U= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these 2 lines with older gordf reference still required ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know, running go mod tidy
removed one of them but I don't know why the other one is still there. Manually deleting it doesn't work, running go mod tidy
is adding it again. Updating all dependencies also doesn't get rid of it:
% go get -u ./...; go mod tidy; grep rdf go.sum
github.com/spdx/gordf v0.0.0-20201111095634-7098f93598fb/go.mod h1:uKWaldnbMnjsSAXRurWqqrdyZen1R7kxl8TkmWk2OyM=
github.com/spdx/gordf v0.0.0-20221230105357-b735bd5aac89 h1:dArkMwZ7Mf2JiU8OfdmqIv8QaHT4oyifLIe1UhsF1SY=
github.com/spdx/gordf v0.0.0-20221230105357-b735bd5aac89/go.mod h1:uKWaldnbMnjsSAXRurWqqrdyZen1R7kxl8TkmWk2OyM=
0440ea2
to
4ec5b37
Compare
/gcbrun |
/gcbrun |
can you cut a release so that alpinelinux can package this? https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/42405 |
We were planning to cut a release next week, or were you looking for something sooner? |
Thats fine. Thanks |
This updates the gordf dependency so osv-scanner can be built for 32 bit targets. Related issues:
before
after