-
Notifications
You must be signed in to change notification settings - Fork 365
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 dependent packages: #462
Conversation
iredmail
commented
Sep 2, 2023
•
edited
Loading
edited
- github.com/google/uuid v1.3.1
- golang.org/x/crypto v0.12.0
github.com/google/uuid v1.3.1 github.com/stretchr/testify v1.8.4 golang.org/x/crypto v0.12.0
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.
Thank you for the PR. May you mirror the changes to the root directories go.mod and go.sum as well?
Additionally, I just checked and it seems, due to Go 1.21.0, that golang.org/x/crypto has been updated to v0.13.0. May you please run go get -u ./...
again?
According to current |
We stick with Go 1.14 unless it's necessary to drop support for it. In both cases this should be addressed in a separate PR |
hi @cpuschma, Bumped crypto to v0.13.0, please help review and hopefully merge it. :) |
Thank you. Can you update the deps for the root directories go.mod as well? Then we can merge it |
@cpuschma Done. :) |