Conversation
Signed-off-by: Jakub Sztandera <oss@kubuxu.com>
rjan90
approved these changes
May 22, 2025
masih
approved these changes
May 22, 2025
|
Suggested version: Comparing to: v0.17.0-dev (diff) Changes in configuration file(s): diff --git a/go.mod b/go.mod
index c175c4b..1759d38 100644
--- a/go.mod
+++ b/go.mod
@@ -2,6 +2,8 @@ module github.com/filecoin-project/go-state-types
go 1.23.0
+toolchain go1.24.2
+
retract v0.12.7 // wrongfully skipped a patch version, use v0.12.6 or v0.12.8&^
require (
@@ -9,7 +11,7 @@ require (
github.com/filecoin-project/go-amt-ipld/v4 v4.4.0
github.com/filecoin-project/go-bitfield v0.2.4
github.com/filecoin-project/go-commp-utils/v2 v2.1.0
- github.com/filecoin-project/go-hamt-ipld/v3 v3.4.0
+ github.com/filecoin-project/go-hamt-ipld/v3 v3.4.1
github.com/ipfs/go-block-format v0.2.0
github.com/ipfs/go-cid v0.5.0
github.com/ipfs/go-ipld-cbor v0.2.0
@@ -20,8 +22,8 @@ require (
github.com/multiformats/go-varint v0.0.7
github.com/stretchr/testify v1.10.0
github.com/whyrusleeping/cbor-gen v0.3.1
- golang.org/x/crypto v0.37.0
- golang.org/x/sync v0.13.0
+ golang.org/x/crypto v0.38.0
+ golang.org/x/sync v0.14.0
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
)
@@ -39,7 +41,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/polydawn/refmt v0.89.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
- golang.org/x/sys v0.32.0 // indirect
+ golang.org/x/sys v0.33.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.3.0 // indirect
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
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.
No description provided.