1
1
module github.com/libp2p/go-libp2p
2
2
3
- go 1.23.0
3
+ go 1.23.8
4
4
5
5
retract v0.26.1 // Tag was applied incorrectly due to a bug in the release workflow.
6
6
@@ -18,54 +18,54 @@ require (
18
18
github.com/huin/goupnp v1.3.0
19
19
github.com/ipfs/go-cid v0.5.0
20
20
github.com/ipfs/go-datastore v0.8.2
21
- github.com/ipfs/go-log/v2 v2.5.1
21
+ github.com/ipfs/go-log/v2 v2.6.0
22
22
github.com/jackpal/go-nat-pmp v1.0.2
23
23
github.com/jbenet/go-temp-err-catcher v0.1.0
24
24
github.com/klauspost/compress v1.18.0
25
- github.com/koron/go-ssdp v0.0.5
25
+ github.com/koron/go-ssdp v0.0.6
26
26
github.com/libp2p/go-buffer-pool v0.1.0
27
27
github.com/libp2p/go-flow-metrics v0.2.0
28
28
github.com/libp2p/go-libp2p-asn-util v0.4.1
29
29
github.com/libp2p/go-libp2p-testing v0.12.0
30
30
github.com/libp2p/go-msgio v0.3.0
31
31
github.com/libp2p/go-netroute v0.2.2
32
32
github.com/libp2p/go-reuseport v0.4.0
33
- github.com/libp2p/go-yamux/v5 v5.0.0
33
+ github.com/libp2p/go-yamux/v5 v5.0.1
34
34
github.com/libp2p/zeroconf/v2 v2.2.0
35
35
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd
36
36
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
37
37
github.com/mr-tron/base58 v1.2.0
38
38
github.com/multiformats/go-base32 v0.1.0
39
- github.com/multiformats/go-multiaddr v0.15 .0
39
+ github.com/multiformats/go-multiaddr v0.16 .0
40
40
github.com/multiformats/go-multiaddr-dns v0.4.1
41
41
github.com/multiformats/go-multiaddr-fmt v0.1.0
42
42
github.com/multiformats/go-multibase v0.2.0
43
- github.com/multiformats/go-multicodec v0.9.0
43
+ github.com/multiformats/go-multicodec v0.9.1
44
44
github.com/multiformats/go-multihash v0.2.3
45
- github.com/multiformats/go-multistream v0.6.0
45
+ github.com/multiformats/go-multistream v0.6.1
46
46
github.com/multiformats/go-varint v0.0.7
47
47
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
48
48
github.com/pion/datachannel v1.5.10
49
- github.com/pion/ice/v4 v4.0.8
49
+ github.com/pion/ice/v4 v4.0.10
50
50
github.com/pion/logging v0.2.3
51
- github.com/pion/sctp v1.8.37
51
+ github.com/pion/sctp v1.8.39
52
52
github.com/pion/stun v0.6.1
53
- github.com/pion/webrtc/v4 v4.0.14
54
- github.com/prometheus/client_golang v1.21 .0
55
- github.com/prometheus/client_model v0.6.1
53
+ github.com/pion/webrtc/v4 v4.1.2
54
+ github.com/prometheus/client_golang v1.22 .0
55
+ github.com/prometheus/client_model v0.6.2
56
56
github.com/quic-go/quic-go v0.52.0
57
57
github.com/quic-go/webtransport-go v0.8.1-0.20241018022711-4ac2c9250e66
58
58
github.com/stretchr/testify v1.10.0
59
- go.uber.org/fx v1.23 .0
59
+ go.uber.org/fx v1.24 .0
60
60
go.uber.org/goleak v1.3.0
61
61
go.uber.org/mock v0.5.2
62
62
go.uber.org/zap v1.27.0
63
- golang.org/x/crypto v0.37 .0
64
- golang.org/x/sync v0.14 .0
63
+ golang.org/x/crypto v0.39 .0
64
+ golang.org/x/sync v0.15 .0
65
65
golang.org/x/sys v0.33.0
66
- golang.org/x/time v0.11 .0
67
- golang.org/x/tools v0.32 .0
68
- google.golang.org/protobuf v1.36.5
66
+ golang.org/x/time v0.12 .0
67
+ golang.org/x/tools v0.34 .0
68
+ google.golang.org/protobuf v1.36.6
69
69
)
70
70
71
71
require (
@@ -74,42 +74,42 @@ require (
74
74
github.com/davecgh/go-spew v1.1.1 // indirect
75
75
github.com/francoispqt/gojay v1.2.13 // indirect
76
76
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
77
- github.com/google/pprof v0.0.0-20250501235452-c0086092b71a // indirect
77
+ github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect
78
78
github.com/google/uuid v1.6.0 // indirect
79
79
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
80
80
github.com/mattn/go-isatty v0.0.20 // indirect
81
- github.com/miekg/dns v1.1.63 // indirect
81
+ github.com/miekg/dns v1.1.66 // indirect
82
82
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
83
83
github.com/minio/sha256-simd v1.0.1 // indirect
84
84
github.com/multiformats/go-base36 v0.2.0 // indirect
85
85
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
86
86
github.com/onsi/ginkgo/v2 v2.23.4 // indirect
87
87
github.com/pion/dtls/v2 v2.2.12 // indirect
88
- github.com/pion/dtls/v3 v3.0.4 // indirect
89
- github.com/pion/interceptor v0.1.37 // indirect
88
+ github.com/pion/dtls/v3 v3.0.6 // indirect
89
+ github.com/pion/interceptor v0.1.40 // indirect
90
90
github.com/pion/mdns/v2 v2.0.7 // indirect
91
91
github.com/pion/randutil v0.1.0 // indirect
92
92
github.com/pion/rtcp v1.2.15 // indirect
93
- github.com/pion/rtp v1.8.13 // indirect
94
- github.com/pion/sdp/v3 v3.0.11 // indirect
95
- github.com/pion/srtp/v3 v3.0.4 // indirect
93
+ github.com/pion/rtp v1.8.19 // indirect
94
+ github.com/pion/sdp/v3 v3.0.13 // indirect
95
+ github.com/pion/srtp/v3 v3.0.6 // indirect
96
96
github.com/pion/stun/v3 v3.0.0 // indirect
97
97
github.com/pion/transport/v2 v2.2.10 // indirect
98
98
github.com/pion/transport/v3 v3.0.7 // indirect
99
- github.com/pion/turn/v4 v4.0.0 // indirect
99
+ github.com/pion/turn/v4 v4.0.2 // indirect
100
100
github.com/pmezard/go-difflib v1.0.0 // indirect
101
- github.com/prometheus/common v0.62 .0 // indirect
102
- github.com/prometheus/procfs v0.15 .1 // indirect
101
+ github.com/prometheus/common v0.64 .0 // indirect
102
+ github.com/prometheus/procfs v0.16 .1 // indirect
103
103
github.com/quic-go/qpack v0.5.1 // indirect
104
104
github.com/spaolacci/murmur3 v1.1.0 // indirect
105
105
github.com/wlynxg/anet v0.0.5 // indirect
106
106
go.uber.org/automaxprocs v1.6.0 // indirect
107
- go.uber.org/dig v1.18 .0 // indirect
107
+ go.uber.org/dig v1.19 .0 // indirect
108
108
go.uber.org/multierr v1.11.0 // indirect
109
- golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
110
- golang.org/x/mod v0.24 .0 // indirect
111
- golang.org/x/net v0.39 .0 // indirect
112
- golang.org/x/text v0.24 .0 // indirect
109
+ golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476 // indirect
110
+ golang.org/x/mod v0.25 .0 // indirect
111
+ golang.org/x/net v0.41 .0 // indirect
112
+ golang.org/x/text v0.26 .0 // indirect
113
113
gopkg.in/yaml.v3 v3.0.1 // indirect
114
- lukechampine.com/blake3 v1.4.0 // indirect
114
+ lukechampine.com/blake3 v1.4.1 // indirect
115
115
)
0 commit comments