ipld / frisbii

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

v0.1.1 bump #38

Closed rvagg closed 1 year ago

github-actions[bot] commented 1 year ago

Suggested version: v0.1.1

Comparing to: v0.1.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index df1112a..bc607f2 100644
--- a/go.mod
+++ b/go.mod
@@ -10,10 +10,11 @@ require (
    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/ipld/go-car/v2 v2.13.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.0.0
-   github.com/ipld/ipld/specs v0.0.0-20230826120441-91918996e8eb
+   github.com/ipld/go-trustless-utils v0.2.0
+   github.com/ipld/ipld/specs v0.0.0-20230907004443-0e4ff95ff474
    github.com/ipni/go-libipni v0.3.4
    github.com/ipni/index-provider v0.13.5
    github.com/libp2p/go-libp2p v0.30.0
@@ -74,7 +75,6 @@ require (
    github.com/ipfs/go-ipld-cbor v0.1.0 // indirect
    github.com/ipfs/go-log v1.0.5 // indirect
    github.com/ipfs/go-peertaskqueue v0.8.1 // indirect
-   github.com/ipld/go-codec-dagpb v1.6.0 // indirect
    github.com/ipld/go-ipld-adl-hamt v0.0.0-20220616142416-9004dbd839e0 // indirect
    github.com/jackpal/go-nat-pmp v1.0.2 // indirect
    github.com/jbenet/go-random v0.0.0-20190219211222-123a90aedc0c // indirect

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.2.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.