Closed gammazero closed 2 months ago
Thank you for submitting this PR! A maintainer will be here shortly to review it. We are super grateful, but we are also overloaded! Help us by making sure that:
The context for this PR is clear, with relevant discussion, decisions and stakeholders linked/mentioned.
Your contribution itself is clear (code comments, self-review for the rest) and in its best form. Follow the code contribution guidelines if they apply.
Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment. Next steps:
A maintainer will triage and assign priority to this PR, commenting on any missing things and potentially assigning a reviewer for high priority items.
The PR gets reviews, discussed and approvals as needed.
The PR is merged by maintainers when it has been approved and comments addressed.
We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. We are very grateful for your contribution!
Suggested version: 0.0.2
Changes in configuration file(s):
diff --git a/go.mod b/go.mod
index c13fe5e..12e85f8 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,22 @@
module github.com/ipfs/go-ipfs-blocksutil
-require github.com/ipfs/go-block-format v0.0.2
+require github.com/ipfs/go-block-format v0.2.0
+
+require (
+ github.com/ipfs/go-cid v0.4.1 // indirect
+ github.com/ipfs/go-ipfs-util v0.0.2 // indirect
+ github.com/klauspost/cpuid/v2 v2.0.9 // indirect
+ github.com/minio/sha256-simd v1.0.0 // 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-multihash v0.2.3 // indirect
+ github.com/multiformats/go-varint v0.0.6 // 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
+)
+
+go 1.22
gorelease
says:
# summary
Suggested version: v0.1.0
gocompat
says:
HEAD is now at 1146384 add gomod support // tag v0.0.1.
Previous HEAD position was 1146384 add gomod support // tag v0.0.1.
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
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.
Dependencies have been updated, so there should be a new version.
Closes #25