-
Notifications
You must be signed in to change notification settings - Fork 37
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
chore: bump version to v0.16.0-rc3 #342
Merged
Merged
Conversation
This file contains 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
chore: update gst-version
Suggested version: Comparing to: v0.16.0-rc2 (diff) Changes in configuration file(s): diff --git a/go.mod b/go.mod
index 5c49868..2a55b5f 100644
--- a/go.mod
+++ b/go.mod
@@ -11,7 +11,7 @@ require (
github.com/filecoin-project/go-commp-utils/v2 v2.1.0
github.com/filecoin-project/go-hamt-ipld/v3 v3.4.0
github.com/ipfs/go-block-format v0.2.0
- github.com/ipfs/go-cid v0.4.1
+ github.com/ipfs/go-cid v0.5.0
github.com/ipfs/go-ipld-cbor v0.2.0
github.com/ipld/go-ipld-prime v0.21.0
github.com/minio/sha256-simd v1.0.1
@@ -20,7 +20,7 @@ require (
github.com/multiformats/go-varint v0.0.7
github.com/stretchr/testify v1.10.0
github.com/whyrusleeping/cbor-gen v0.2.0
- golang.org/x/crypto v0.30.0
+ golang.org/x/crypto v0.32.0
golang.org/x/sync v0.10.0
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
)
@@ -39,7 +39,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.28.0 // indirect
+ golang.org/x/sys v0.29.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. |
rvagg
approved these changes
Jan 30, 2025
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.
Bump version to v0.16.0-rc3.