ipld / frisbii

An experimental minimal IPLD data provider for the IPFS network
Other
17 stars 2 forks source link

v0.2.1 bump #53

Closed rvagg closed 1 year ago

github-actions[bot] commented 1 year ago

Suggested version: v0.2.1

Comparing to: v0.2.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 5344f79..7f8e042 100644
--- a/go.mod
+++ b/go.mod
@@ -9,15 +9,15 @@ require (
    github.com/ipfs/go-graphsync v0.14.8
    github.com/ipfs/go-ipld-format v0.6.0
    github.com/ipfs/go-log/v2 v2.5.1
-   github.com/ipfs/go-unixfsnode v1.8.0
+   github.com/ipfs/go-unixfsnode v1.9.0
    github.com/ipld/go-car/v2 v2.13.1
    github.com/ipld/go-codec-dagpb v1.6.0
    github.com/ipld/go-ipld-prime v0.21.0
-   github.com/ipld/go-trustless-utils v0.2.0
+   github.com/ipld/go-trustless-utils v0.3.0
    github.com/ipld/ipld/specs v0.0.0-20230907004443-0e4ff95ff474
-   github.com/ipni/go-libipni v0.5.0
+   github.com/ipni/go-libipni v0.5.2
    github.com/ipni/index-provider v0.14.2
-   github.com/ipni/storetheindex v0.7.9-0.20230914224616-e6658bcf60c5
+   github.com/ipni/storetheindex v0.8.1
    github.com/libp2p/go-libp2p v0.31.0
    github.com/multiformats/go-multiaddr v0.11.0
    github.com/multiformats/go-multihash v0.2.3

gorelease says:

# diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
required module github.com/microcosm-cc/bluemonday@v1.0.1 retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.3.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.