ipfs / go-ipld-format

IPLD Node and Resolver interfaces in Go
https://github.com/ipld/ipld
MIT License
64 stars 26 forks source link

v0.6.0 bump #86

Closed rvagg closed 1 year ago

github-actions[bot] commented 1 year ago

Suggested version: v0.6.0

Comparing to: v0.5.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index e131c85..e8efc7b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,22 +1,24 @@
 module github.com/ipfs/go-ipld-format

 require (
-   github.com/ipfs/go-block-format v0.0.2
-   github.com/ipfs/go-cid v0.0.2
-   github.com/multiformats/go-multihash v0.0.1
+   github.com/ipfs/go-block-format v0.1.2
+   github.com/ipfs/go-cid v0.4.1
+   github.com/multiformats/go-multihash v0.2.3
 )

 require (
-   github.com/gxed/hashland/keccakpg v0.0.1 // indirect
-   github.com/gxed/hashland/murmur3 v0.0.1 // indirect
-   github.com/ipfs/go-ipfs-util v0.0.1 // indirect
-   github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
-   github.com/minio/sha256-simd v0.0.0-20190131020904-2d45a736cd16 // indirect
-   github.com/mr-tron/base58 v1.1.0 // 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-multibase v0.0.1 // indirect
-   golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 // indirect
-   golang.org/x/sys v0.0.0-20190219092855-153ac476189d // 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/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.19
+go 1.20

gorelease says:

# summary
Suggested version: v0.6.0

gocompat says:

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.