Skip to content

Update version #60

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

Merged
merged 1 commit into from
May 2, 2025
Merged

Update version #60

merged 1 commit into from
May 2, 2025

Conversation

gammazero
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented May 2, 2025

Suggested version: 0.2.1

Comparing to: v0.2.0 (diff)

Changes in configuration file(s):

diff --git a/go.mod b/go.mod
index b6a02f0..a30842b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,23 +1,23 @@
 module github.com/ipfs/go-block-format
 
+go 1.23.8
+
 require (
-	github.com/ipfs/go-cid v0.4.1
-	github.com/ipfs/go-ipfs-util v0.0.2
+	github.com/ipfs/boxo v0.30.0
+	github.com/ipfs/go-cid v0.5.0
 	github.com/multiformats/go-multihash v0.2.3
 )
 
 require (
-	github.com/klauspost/cpuid/v2 v2.0.9 // indirect
-	github.com/minio/sha256-simd v1.0.0 // indirect
+	github.com/klauspost/cpuid/v2 v2.2.10 // indirect
+	github.com/minio/sha256-simd v1.0.1 // indirect
 	github.com/mr-tron/base58 v1.2.0 // indirect
-	github.com/multiformats/go-base32 v0.0.3 // indirect
-	github.com/multiformats/go-base36 v0.1.0 // indirect
-	github.com/multiformats/go-multibase v0.0.3 // indirect
-	github.com/multiformats/go-varint v0.0.6 // indirect
+	github.com/multiformats/go-base32 v0.1.0 // indirect
+	github.com/multiformats/go-base36 v0.2.0 // indirect
+	github.com/multiformats/go-multibase v0.2.0 // indirect
+	github.com/multiformats/go-varint v0.0.7 // indirect
 	github.com/spaolacci/murmur3 v1.1.0 // indirect
-	golang.org/x/crypto v0.1.0 // indirect
-	golang.org/x/sys v0.1.0 // indirect
-	lukechampine.com/blake3 v1.1.6 // indirect
+	golang.org/x/crypto v0.37.0 // indirect
+	golang.org/x/sys v0.32.0 // indirect
+	lukechampine.com/blake3 v1.4.0 // indirect
 )
-
-go 1.20

gorelease says:

# diagnostics
go.mod: the following requirements are needed
	github.com/ipfs/[email protected]
Run 'go mod tidy' to add missing requirements.

# summary
Suggested version: v0.3.0

gocompat says:

HEAD is now at f2d9400 v0.2.0 bump
Previous HEAD position was f2d9400 v0.2.0 bump
Switched to branch 'master'
Your branch is up to date with 'origin/master'.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@gammazero gammazero merged commit d812ab8 into master May 2, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant