ipni / go-libipni

IPNI library implementation in Go
Other
7 stars 6 forks source link

New version #199

Closed gammazero closed 5 months ago

github-actions[bot] commented 5 months ago

Suggested version: v0.5.20

Comparing to: v0.5.19 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 5518cfa..0877326 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
    github.com/ipfs/go-ipld-format v0.6.0
    github.com/ipfs/go-log/v2 v2.5.1
    github.com/ipld/go-ipld-prime v0.21.0
-   github.com/libp2p/go-libp2p v0.34.0
+   github.com/libp2p/go-libp2p v0.35.1
    github.com/libp2p/go-libp2p-pubsub v0.11.0
    github.com/libp2p/go-msgio v0.3.0
    github.com/mr-tron/base58 v1.2.0
@@ -102,7 +102,7 @@ require (
    github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
    github.com/pion/datachannel v1.5.6 // indirect
    github.com/pion/dtls/v2 v2.2.11 // indirect
-   github.com/pion/ice/v2 v2.3.24 // indirect
+   github.com/pion/ice/v2 v2.3.25 // indirect
    github.com/pion/interceptor v0.1.29 // indirect
    github.com/pion/logging v0.2.2 // indirect
    github.com/pion/mdns v0.0.12 // indirect

gorelease says:

# diagnostics
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
Cannot suggest a release version.
Can only suggest a release version when compared against the most recent version of this major: v0.6.7.

gocompat says:

Your branch is up to date with 'origin/release-v0.5.x'.

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.