ipld / frisbii

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

v0.4.1 bump #65

Closed rvagg closed 1 year ago

github-actions[bot] commented 1 year ago

Suggested version: v0.4.1

Comparing to: v0.4.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 949b5b3..12dbd66 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ require (
    github.com/dustin/go-humanize v1.0.1
    github.com/ipfs/go-block-format v0.2.0
    github.com/ipfs/go-cid v0.4.1
-   github.com/ipfs/go-graphsync v0.14.8
+   github.com/ipfs/go-graphsync v0.15.1
    github.com/ipfs/go-ipld-format v0.6.0
    github.com/ipfs/go-log/v2 v2.5.1
    github.com/ipfs/go-unixfsnode v1.9.0
@@ -15,8 +15,8 @@ require (
    github.com/ipld/go-codec-dagpb v1.6.0
    github.com/ipld/go-fixtureplate v0.0.2
    github.com/ipld/go-ipld-prime v0.21.0
-   github.com/ipld/go-trustless-utils v0.4.0
-   github.com/ipld/ipld/specs v0.0.0-20230927010225-ef4dbd703269
+   github.com/ipld/go-trustless-utils v0.4.1
+   github.com/ipld/ipld/specs v0.0.0-20231012031213-54d3b21deda4
    github.com/ipni/go-libipni v0.5.2
    github.com/ipni/index-provider v0.14.2
    github.com/ipni/storetheindex v0.8.1
@@ -26,7 +26,7 @@ require (
    github.com/stretchr/testify v1.8.4
    github.com/urfave/cli/v2 v2.25.7
    go.uber.org/multierr v1.11.0
-   golang.org/x/term v0.12.0
+   golang.org/x/term v0.13.0
 )

 require (
@@ -150,13 +150,13 @@ require (
    go.uber.org/fx v1.20.0 // indirect
    go.uber.org/zap v1.25.0 // indirect
    go4.org v0.0.0-20230225012048-214862532bf5 // indirect
-   golang.org/x/crypto v0.12.0 // indirect
+   golang.org/x/crypto v0.14.0 // indirect
    golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
    golang.org/x/mod v0.12.0 // indirect
-   golang.org/x/net v0.14.0 // indirect
+   golang.org/x/net v0.17.0 // indirect
    golang.org/x/sync v0.3.0 // indirect
-   golang.org/x/sys v0.12.0 // indirect
-   golang.org/x/text v0.12.0 // indirect
+   golang.org/x/sys v0.13.0 // indirect
+   golang.org/x/text v0.13.0 // indirect
    golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
    golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
    google.golang.org/protobuf v1.31.0 // 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.5.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.