ipfs / go-ipfs-api

The go interface to ipfs's HTTP API
MIT License
454 stars 178 forks source link

chore: release v0.6.0 #291

Closed guseggert 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 33b5ce4..b04f9b0 100644
--- a/go.mod
+++ b/go.mod
@@ -4,9 +4,8 @@ module github.com/ipfs/go-ipfs-api

 require (
    github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927
-   github.com/ipfs/go-ipfs-files v0.0.9
-   github.com/ipfs/go-ipfs-util v0.0.2
-   github.com/libp2p/go-libp2p v0.24.2
+   github.com/ipfs/boxo v0.8.0
+   github.com/libp2p/go-libp2p v0.26.3
    github.com/mitchellh/go-homedir v1.1.0
    github.com/multiformats/go-multiaddr v0.8.0
    github.com/multiformats/go-multibase v0.1.1
@@ -17,23 +16,21 @@ require (
    github.com/benbjohnson/clock v1.3.0 // indirect
    github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
    github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
-   github.com/gogo/protobuf v1.3.2 // indirect
-   github.com/ipfs/go-cid v0.3.2 // indirect
-   github.com/klauspost/cpuid/v2 v2.2.1 // indirect
+   github.com/ipfs/go-cid v0.4.0 // indirect
+   github.com/klauspost/cpuid/v2 v2.2.3 // indirect
    github.com/libp2p/go-buffer-pool v0.1.0 // indirect
    github.com/libp2p/go-flow-metrics v0.1.0 // indirect
-   github.com/libp2p/go-openssl v0.1.0 // indirect
-   github.com/mattn/go-pointer v0.0.1 // 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.1.0 // indirect
    github.com/multiformats/go-base36 v0.2.0 // indirect
-   github.com/multiformats/go-multicodec v0.7.0 // indirect
+   github.com/multiformats/go-multicodec v0.8.1 // indirect
    github.com/multiformats/go-multihash v0.2.1 // indirect
+   github.com/multiformats/go-multistream v0.4.1 // indirect
    github.com/multiformats/go-varint v0.0.7 // indirect
-   github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
    github.com/spaolacci/murmur3 v1.1.0 // indirect
-   golang.org/x/crypto v0.3.0 // indirect
-   golang.org/x/sys v0.3.0 // indirect
+   golang.org/x/crypto v0.6.0 // indirect
+   golang.org/x/sys v0.6.0 // indirect
+   google.golang.org/protobuf v1.28.1 // indirect
    lukechampine.com/blake3 v1.1.7 // indirect
 )

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.