chore: bump deps#1063
Merged
rvagg merged 5 commits intofilecoin-project:mainfrom Jan 28, 2026
Merged
Conversation
rvagg
reviewed
Jan 21, 2026
| golang.org/x/sync v0.15.0 | ||
| golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 | ||
| go.uber.org/zap v1.27.1 | ||
| golang.org/x/crypto v0.47.0 |
Member
There was a problem hiding this comment.
see #1055 - we have to hold back at v0.44 until we sort out a new keccak
Contributor
Author
There was a problem hiding this comment.
Downgraded crypto by running go get -u golang.org/x/crypto@v0.43.0 (v0.44 seems to be released after golang/crypto@cf29fa9)
Contributor
Author
There was a problem hiding this comment.
@rvagg BTW, I notice that Lotus is using crypto@v0.45.0. Should it be downgraded as well?
https://github.com/filecoin-project/lotus/blob/master/go.mod#L158
Member
There was a problem hiding this comment.
yes it should! looks like I let my guard down filecoin-project/lotus#13442 thanks
4 tasks
rvagg
approved these changes
Jan 27, 2026
Member
rvagg
left a comment
There was a problem hiding this comment.
wew, them's some out of date dependencies!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All changes are generated by
go get -u && go mod tidy