@@ -2,8 +2,6 @@ module github.com/libp2p/go-libp2p
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.22.1
6
-
7
5
retract v0.26.1 // Tag was applied incorrectly due to a bug in the release workflow.
8
6
9
7
retract v0.36.0 // Accidentally modified the tag.
@@ -30,15 +28,15 @@ require (
30
28
github.com/libp2p/go-libp2p-testing v0.12.0
31
29
github.com/libp2p/go-msgio v0.3.0
32
30
github.com/libp2p/go-nat v0.2.0
33
- github.com/libp2p/go-netroute v0.2.1
31
+ github.com/libp2p/go-netroute v0.2.2
34
32
github.com/libp2p/go-reuseport v0.4.0
35
33
github.com/libp2p/go-yamux/v4 v4.0.1
36
34
github.com/libp2p/zeroconf/v2 v2.2.0
37
35
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd
38
36
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b
39
37
github.com/mr-tron/base58 v1.2.0
40
38
github.com/multiformats/go-base32 v0.1.0
41
- github.com/multiformats/go-multiaddr v0.13 .0
39
+ github.com/multiformats/go-multiaddr v0.14 .0
42
40
github.com/multiformats/go-multiaddr-dns v0.4.1
43
41
github.com/multiformats/go-multiaddr-fmt v0.1.0
44
42
github.com/multiformats/go-multibase v0.2.0
@@ -47,28 +45,28 @@ require (
47
45
github.com/multiformats/go-multistream v0.6.0
48
46
github.com/multiformats/go-varint v0.0.7
49
47
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
50
- github.com/pion/datachannel v1.5.9
51
- github.com/pion/ice/v2 v2.3.36
48
+ github.com/pion/datachannel v1.5.10
49
+ github.com/pion/ice/v2 v2.3.37
52
50
github.com/pion/logging v0.2.2
53
- github.com/pion/sctp v1.8.33
51
+ github.com/pion/sctp v1.8.35
54
52
github.com/pion/stun v0.6.1
55
- github.com/pion/webrtc/v3 v3.3.4
53
+ github.com/pion/webrtc/v3 v3.3.5
56
54
github.com/prometheus/client_golang v1.20.5
57
55
github.com/prometheus/client_model v0.6.1
58
56
github.com/quic-go/quic-go v0.48.2
59
57
github.com/quic-go/webtransport-go v0.8.1-0.20241018022711-4ac2c9250e66
60
58
github.com/raulk/go-watchdog v1.3.0
61
- github.com/stretchr/testify v1.9 .0
59
+ github.com/stretchr/testify v1.10 .0
62
60
go.uber.org/fx v1.23.0
63
61
go.uber.org/goleak v1.3.0
64
62
go.uber.org/mock v0.5.0
65
63
go.uber.org/zap v1.27.0
66
- golang.org/x/crypto v0.28 .0
67
- golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
68
- golang.org/x/sync v0.8 .0
69
- golang.org/x/sys v0.26 .0
70
- golang.org/x/tools v0.26 .0
71
- google.golang.org/protobuf v1.35.1
64
+ golang.org/x/crypto v0.31 .0
65
+ golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
66
+ golang.org/x/sync v0.10 .0
67
+ golang.org/x/sys v0.28 .0
68
+ golang.org/x/tools v0.28 .0
69
+ google.golang.org/protobuf v1.36.0
72
70
)
73
71
74
72
require (
@@ -90,12 +88,12 @@ require (
90
88
github.com/gogo/protobuf v1.3.2 // indirect
91
89
github.com/golang/protobuf v1.5.3 // indirect
92
90
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
93
- github.com/google/pprof v0.0.0-20241017200806-017d972448fc // indirect
91
+ github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
94
92
github.com/google/uuid v1.6.0 // indirect
95
93
github.com/huin/goupnp v1.3.0 // indirect
96
94
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
97
95
github.com/jbenet/goprocess v0.1.4 // indirect
98
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
96
+ github.com/klauspost/cpuid/v2 v2.2.9 // indirect
99
97
github.com/koron/go-ssdp v0.0.4 // indirect
100
98
github.com/mattn/go-isatty v0.0.20 // indirect
101
99
github.com/miekg/dns v1.1.62 // indirect
@@ -104,31 +102,32 @@ require (
104
102
github.com/multiformats/go-base36 v0.2.0 // indirect
105
103
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
106
104
github.com/nxadm/tail v1.4.11 // indirect
107
- github.com/onsi/ginkgo/v2 v2.20.2 // indirect
105
+ github.com/onsi/ginkgo/v2 v2.22.0 // indirect
108
106
github.com/opencontainers/runtime-spec v1.2.0 // indirect
109
107
github.com/pion/dtls/v2 v2.2.12 // indirect
110
108
github.com/pion/interceptor v0.1.37 // indirect
111
109
github.com/pion/mdns v0.0.12 // indirect
112
110
github.com/pion/randutil v0.1.0 // indirect
113
- github.com/pion/rtcp v1.2.14 // indirect
114
- github.com/pion/rtp v1.8.9 // indirect
111
+ github.com/pion/rtcp v1.2.15 // indirect
112
+ github.com/pion/rtp v1.8.10 // indirect
115
113
github.com/pion/sdp/v3 v3.0.9 // indirect
116
114
github.com/pion/srtp/v2 v2.0.20 // indirect
117
115
github.com/pion/transport/v2 v2.2.10 // indirect
116
+ github.com/pion/transport/v3 v3.0.7 // indirect
118
117
github.com/pion/turn/v2 v2.1.6 // indirect
119
118
github.com/pkg/errors v0.9.1 // indirect
120
119
github.com/pmezard/go-difflib v1.0.0 // indirect
121
- github.com/prometheus/common v0.60 .0 // indirect
120
+ github.com/prometheus/common v0.61 .0 // indirect
122
121
github.com/prometheus/procfs v0.15.1 // indirect
123
122
github.com/quic-go/qpack v0.5.1 // indirect
124
123
github.com/spaolacci/murmur3 v1.1.0 // indirect
125
124
github.com/syndtr/goleveldb v1.0.0 // indirect
126
125
github.com/wlynxg/anet v0.0.5 // indirect
127
126
go.uber.org/dig v1.18.0 // indirect
128
127
go.uber.org/multierr v1.11.0 // indirect
129
- golang.org/x/mod v0.21 .0 // indirect
130
- golang.org/x/net v0.30 .0 // indirect
131
- golang.org/x/text v0.19 .0 // indirect
128
+ golang.org/x/mod v0.22 .0 // indirect
129
+ golang.org/x/net v0.32 .0 // indirect
130
+ golang.org/x/text v0.21 .0 // indirect
132
131
gopkg.in/yaml.v3 v3.0.1 // indirect
133
132
lukechampine.com/blake3 v1.3.0 // indirect
134
133
)
0 commit comments