-
Notifications
You must be signed in to change notification settings - Fork 5.7k
chore(deps): Bump github.com/lxc/incus v0.4.0 to v6.2.0 #15441
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
Conversation
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.
Thanks @powersj! I do have one question in the code... Furthermore, the PR description has a TODO, is this still valid?
Resolves security issue by removing gopkg.in/square/go-jose.v2 in favor of github.com/go-jose/go-jose/v4.
Download PR build artifacts for linux_amd64.tar.gz, darwin_arm64.tar.gz, and windows_amd64.zip. 📦 Click here to get additional PR build artifactsArtifact URLs |
Hi @powersj , just curious, could you share with part of code depends on github.com/go-jose/go-jose/v4? I don't see it somehow, maybe I missed something. |
From the PR description:
|
Summary
Resolves security notification by removing gopkg.in/square/go-jose.v2 in favor
of github.com/go-jose/go-jose/v4. This dependency was not directly used by telegraf, but in our in-tree testing.
Checklist