libp2p / go-libp2p-kad-dht

A Kademlia DHT implementation on go-libp2p
https://github.com/libp2p/specs/tree/master/kad-dht
MIT License
517 stars 221 forks source link

chore: upgrade to boxo v0.8.0 #835

Closed guseggert closed 1 year ago

guseggert commented 1 year ago

This will also release optimistic provide.

github-actions[bot] commented 1 year ago

Suggested version: v0.23.0

Comparing to: v0.22.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index f207902..3416e3c 100644
--- a/go.mod
+++ b/go.mod
@@ -33,6 +33,7 @@ require (
    go.opentelemetry.io/otel v1.14.0
    go.opentelemetry.io/otel/trace v1.14.0
    go.uber.org/zap v1.24.0
+   gonum.org/v1/gonum v0.11.0
 )

 require (

gorelease says:

gorelease: preparing to load packages for github.com/libp2p/go-libp2p-kad-dht: looking for missing dependencies: go: downloading github.com/libp2p/go-libp2p-kad-dht v0.21.1
go: downloading github.com/ipfs/go-ipns v0.3.0
go: downloading github.com/libp2p/go-libp2p-kad-dht v0.22.0
gorelease-load-module imports
    github.com/libp2p/go-libp2p-kad-dht/netsize: cannot find module providing package github.com/libp2p/go-libp2p-kad-dht/netsize
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.

gocompat says:

Your branch is up to date with 'origin/master'.

Cutting a Release (and modifying non-markdown files)

This PR is modifying both version.json and non-markdown files. The Release Checker is not able to analyse files that are not checked in to master. This might cause the above analysis to be inaccurate. Please consider performing all the code changes in a separate PR before cutting the release.

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.