chore: update go-libp2p-daemon to v0.4.0#57
Conversation
|
Thank you for submitting this PR!
Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment.
We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. |
| github.com/klauspost/cpuid/v2 v2.2.1 // indirect | ||
| github.com/klauspost/cpuid/v2 v2.2.3 // indirect | ||
| github.com/libp2p/go-buffer-pool v0.1.0 // indirect | ||
| github.com/libp2p/go-libp2p-core v0.20.1 // indirect |
There was a problem hiding this comment.
This is what we're after.
|
Can we also please have a new release once this is merged? |
|
Suggested version: Changes in diff --git a/go.mod b/go.mod
index 427a078..97f7d66 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ require (
github.com/ipfs/iptb v1.4.0
github.com/ipfs/kubo v0.16.0
github.com/libp2p/go-libp2p v0.24.2
- github.com/libp2p/go-libp2p-daemon v0.3.0
+ github.com/libp2p/go-libp2p-daemon v0.4.0
github.com/multiformats/go-multiaddr v0.8.0
github.com/pkg/errors v0.9.1
github.com/whyrusleeping/go-ctrlnet v0.0.0-20180313164037-f564fbbdaa95
@@ -17,7 +17,6 @@ require (
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
- github.com/google/go-cmp v0.5.9 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
github.com/gxed/go-shellwords v1.0.3 // indirect
@@ -41,13 +40,12 @@ require (
github.com/ipfs/go-verifcid v0.0.2 // indirect
github.com/ipfs/interface-go-ipfs-core v0.7.0 // indirect
github.com/ipld/go-codec-dagpb v1.4.1 // indirect
- github.com/ipld/go-ipld-prime v0.18.0 // indirect
+ github.com/ipld/go-ipld-prime v0.19.0 // indirect
github.com/jbenet/goprocess v0.1.4 // indirect
- github.com/klauspost/cpuid/v2 v2.2.1 // indirect
+ github.com/klauspost/cpuid/v2 v2.2.3 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
- github.com/libp2p/go-libp2p-core v0.20.1 // indirect
github.com/libp2p/go-openssl v0.1.0 // indirect
- github.com/mattn/go-isatty v0.0.16 // indirect
+ github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-pointer v0.0.1 // indirect
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -60,21 +58,20 @@ require (
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
- github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e // indirect
+ github.com/polydawn/refmt v0.89.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
- github.com/smartystreets/assertions v1.0.0 // indirect
github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
- github.com/urfave/cli v1.22.2 // indirect
+ github.com/urfave/cli v1.22.10 // indirect
github.com/whyrusleeping/cbor-gen v0.0.0-20210219115102-f37d292932f2 // indirect
go.opentelemetry.io/otel v1.7.0 // indirect
go.opentelemetry.io/otel/trace v1.7.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
- go.uber.org/multierr v1.8.0 // indirect
+ go.uber.org/multierr v1.9.0 // indirect
go.uber.org/zap v1.24.0 // indirect
- golang.org/x/crypto v0.3.0 // indirect
- golang.org/x/sys v0.3.0 // indirect
+ golang.org/x/crypto v0.5.0 // indirect
+ golang.org/x/sys v0.4.0 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/protobuf v1.28.1 // indirect
lukechampine.com/blake3 v1.1.7 // indirect
|
This is needed to step depending on go-libp2p-core.