@@ -13,41 +13,42 @@ require (
13
13
github.com/ipfs/go-ipld-format v0.6.0
14
14
github.com/ipfs/go-log/v2 v2.5.1
15
15
github.com/jbenet/goprocess v0.1.4
16
- github.com/libp2p/go-libp2p-pubsub v0.10 .0
16
+ github.com/libp2p/go-libp2p-pubsub v0.12 .0
17
17
github.com/multiformats/go-multihash v0.2.3
18
18
github.com/pkg/errors v0.9.1
19
19
go.uber.org/multierr v1.11.0
20
- google.golang.org/protobuf v1.32.0
20
+ google.golang.org/protobuf v1.34.2
21
21
)
22
22
23
23
require (
24
24
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
25
25
github.com/cespare/xxhash v1.1.0 // indirect
26
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2 .0 // indirect
26
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
27
27
github.com/dgraph-io/ristretto v0.0.2 // indirect
28
28
github.com/dustin/go-humanize v1.0.0 // indirect
29
29
github.com/go-logr/logr v1.2.4 // indirect
30
30
github.com/go-logr/stdr v1.2.2 // indirect
31
31
github.com/gogo/protobuf v1.3.2 // indirect
32
- github.com/google/uuid v1.3 .0 // indirect
33
- github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect
32
+ github.com/google/uuid v1.6 .0 // indirect
33
+ github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
34
34
github.com/ipfs/go-block-format v0.1.2 // indirect
35
35
github.com/ipfs/go-detect-race v0.0.1 // indirect
36
36
github.com/ipfs/go-ipfs-util v0.0.3 // indirect
37
37
github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
38
38
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
39
39
github.com/ipld/go-codec-dagpb v1.6.0 // indirect
40
40
github.com/ipld/go-ipld-prime v0.21.0 // indirect
41
- github.com/klauspost/cpuid/v2 v2.2.5 // indirect
41
+ github.com/klauspost/cpuid/v2 v2.2.8 // indirect
42
42
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
43
- github.com/libp2p/go-libp2p v0.32.0 // indirect
43
+ github.com/libp2p/go-libp2p v0.36.2 // indirect
44
44
github.com/libp2p/go-msgio v0.3.0 // indirect
45
45
github.com/mattn/go-isatty v0.0.20 // indirect
46
46
github.com/minio/sha256-simd v1.0.1 // indirect
47
47
github.com/mr-tron/base58 v1.2.0 // indirect
48
48
github.com/multiformats/go-base32 v0.1.0 // indirect
49
49
github.com/multiformats/go-base36 v0.2.0 // indirect
50
- github.com/multiformats/go-multiaddr v0.12.0 // indirect
50
+ github.com/multiformats/go-multiaddr v0.13.0 // indirect
51
+ github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
51
52
github.com/multiformats/go-multibase v0.2.0 // indirect
52
53
github.com/multiformats/go-multicodec v0.9.0 // indirect
53
54
github.com/multiformats/go-multistream v0.5.0 // indirect
@@ -57,10 +58,10 @@ require (
57
58
go.opentelemetry.io/otel v1.16.0 // indirect
58
59
go.opentelemetry.io/otel/metric v1.16.0 // indirect
59
60
go.opentelemetry.io/otel/trace v1.16.0 // indirect
60
- go.uber.org/zap v1.26 .0 // indirect
61
- golang.org/x/crypto v0.14 .0 // indirect
62
- golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
63
- golang.org/x/net v0.17 .0 // indirect
64
- golang.org/x/sys v0.13 .0 // indirect
65
- lukechampine.com/blake3 v1.2.1 // indirect
61
+ go.uber.org/zap v1.27 .0 // indirect
62
+ golang.org/x/crypto v0.26 .0 // indirect
63
+ golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
64
+ golang.org/x/net v0.28 .0 // indirect
65
+ golang.org/x/sys v0.24 .0 // indirect
66
+ lukechampine.com/blake3 v1.3.0 // indirect
66
67
)
0 commit comments