bump version#75
Conversation
|
Thank you for submitting this PR!
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.
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. |
|
Suggested tag: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index 1886db8..c9d6a55 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,26 @@
module github.com/ipfs/go-ipld-git
-go 1.16
+go 1.25.7
require (
- github.com/ipfs/go-block-format v0.0.3
- github.com/ipfs/go-cid v0.0.7
- github.com/ipld/go-ipld-prime v0.11.0
- github.com/multiformats/go-multihash v0.0.15
+ github.com/ipfs/go-block-format v0.2.4
+ github.com/ipfs/go-cid v0.6.2
+ github.com/ipld/go-ipld-prime v0.24.0
+ github.com/multiformats/go-multihash v0.2.3
+)
+
+require (
+ github.com/ipfs/boxo v0.41.0 // indirect
+ github.com/klauspost/cpuid/v2 v2.3.0 // indirect
+ github.com/minio/sha256-simd v1.0.1 // indirect
+ github.com/mr-tron/base58 v1.3.0 // 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.3.0 // indirect
+ github.com/multiformats/go-varint v0.1.0 // indirect
+ github.com/polydawn/refmt v0.90.0 // indirect
+ github.com/spaolacci/murmur3 v1.1.0 // indirect
+ golang.org/x/crypto v0.53.0 // indirect
+ golang.org/x/sys v0.46.0 // indirect
+ lukechampine.com/blake3 v1.4.1 // indirect
)
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
No description provided.