1
1
module github.com/libp2p/go-libp2p-kad-dht
2
2
3
- go 1.23
3
+ go 1.23.0
4
4
5
5
retract v0.24.3 // this includes a breaking change and should have been released as v0.25.0
6
6
@@ -9,15 +9,15 @@ require (
9
9
github.com/google/uuid v1.6.0
10
10
github.com/hashicorp/go-multierror v1.1.1
11
11
github.com/hashicorp/golang-lru v1.0.2
12
- github.com/ipfs/boxo v0.27.2
12
+ github.com/ipfs/boxo v0.27.4
13
13
github.com/ipfs/go-cid v0.5.0
14
- github.com/ipfs/go-datastore v0.6 .0
14
+ github.com/ipfs/go-datastore v0.7 .0
15
15
github.com/ipfs/go-detect-race v0.0.1
16
16
github.com/ipfs/go-log v1.0.5
17
17
github.com/ipfs/go-log/v2 v2.5.1
18
18
github.com/ipfs/go-test v0.0.4
19
- github.com/libp2p/go-libp2p v0.38.2
20
- github.com/libp2p/go-libp2p-kbucket v0.6.4
19
+ github.com/libp2p/go-libp2p v0.40.0
20
+ github.com/libp2p/go-libp2p-kbucket v0.6.5
21
21
github.com/libp2p/go-libp2p-record v0.3.1
22
22
github.com/libp2p/go-libp2p-routing-helpers v0.7.4
23
23
github.com/libp2p/go-libp2p-testing v0.12.0
@@ -37,7 +37,7 @@ require (
37
37
go.uber.org/multierr v1.11.0
38
38
go.uber.org/zap v1.27.0
39
39
gonum.org/v1/gonum v0.15.1
40
- google.golang.org/protobuf v1.36.3
40
+ google.golang.org/protobuf v1.36.5
41
41
)
42
42
43
43
require (
@@ -59,7 +59,7 @@ require (
59
59
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
60
60
github.com/godbus/dbus/v5 v5.1.0 // indirect
61
61
github.com/gogo/protobuf v1.3.2 // indirect
62
- github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
62
+ github.com/google/pprof v0.0.0-20250208200701-d0013a598941 // indirect
63
63
github.com/gorilla/websocket v1.5.3 // indirect
64
64
github.com/hashicorp/errwrap v1.1.0 // indirect
65
65
github.com/huin/goupnp v1.3.0 // indirect
@@ -71,17 +71,17 @@ require (
71
71
github.com/jbenet/goprocess v0.1.4 // indirect
72
72
github.com/klauspost/compress v1.17.11 // indirect
73
73
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
74
- github.com/koron/go-ssdp v0.0.4 // indirect
74
+ github.com/koron/go-ssdp v0.0.5 // indirect
75
75
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
76
76
github.com/libp2p/go-cidranger v1.1.0 // indirect
77
77
github.com/libp2p/go-flow-metrics v0.2.0 // indirect
78
78
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
79
79
github.com/libp2p/go-nat v0.2.0 // indirect
80
80
github.com/libp2p/go-reuseport v0.4.0 // indirect
81
- github.com/libp2p/go-yamux/v4 v4 .0.1 // indirect
81
+ github.com/libp2p/go-yamux/v5 v5 .0.0 // indirect
82
82
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
83
83
github.com/mattn/go-isatty v0.0.20 // indirect
84
- github.com/miekg/dns v1.1.62 // indirect
84
+ github.com/miekg/dns v1.1.63 // indirect
85
85
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
86
86
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
87
87
github.com/minio/sha256-simd v1.0.1 // indirect
@@ -92,36 +92,38 @@ require (
92
92
github.com/multiformats/go-multicodec v0.9.0 // indirect
93
93
github.com/multiformats/go-varint v0.0.7 // indirect
94
94
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
95
- github.com/onsi/ginkgo/v2 v2.22.0 // indirect
95
+ github.com/onsi/ginkgo/v2 v2.22.2 // indirect
96
96
github.com/opencontainers/runtime-spec v1.2.0 // indirect
97
97
github.com/opentracing/opentracing-go v1.2.0 // indirect
98
98
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
99
99
github.com/pion/datachannel v1.5.10 // indirect
100
100
github.com/pion/dtls/v2 v2.2.12 // indirect
101
- github.com/pion/ice/v2 v2.3.37 // indirect
101
+ github.com/pion/dtls/v3 v3.0.4 // indirect
102
+ github.com/pion/ice/v4 v4.0.6 // indirect
102
103
github.com/pion/interceptor v0.1.37 // indirect
103
- github.com/pion/logging v0.2.2 // indirect
104
- github.com/pion/mdns v0 .0.12 // indirect
104
+ github.com/pion/logging v0.2.3 // indirect
105
+ github.com/pion/mdns/v2 v2 .0.7 // indirect
105
106
github.com/pion/randutil v0.1.0 // indirect
106
107
github.com/pion/rtcp v1.2.15 // indirect
107
- github.com/pion/rtp v1.8.10 // indirect
108
+ github.com/pion/rtp v1.8.11 // indirect
108
109
github.com/pion/sctp v1.8.35 // indirect
109
- github.com/pion/sdp/v3 v3.0.9 // indirect
110
- github.com/pion/srtp/v2 v2 .0.20 // indirect
110
+ github.com/pion/sdp/v3 v3.0.10 // indirect
111
+ github.com/pion/srtp/v3 v3 .0.4 // indirect
111
112
github.com/pion/stun v0.6.1 // indirect
113
+ github.com/pion/stun/v3 v3.0.0 // indirect
112
114
github.com/pion/transport/v2 v2.2.10 // indirect
113
115
github.com/pion/transport/v3 v3.0.7 // indirect
114
- github.com/pion/turn/v2 v2.1.6 // indirect
115
- github.com/pion/webrtc/v3 v3.3.5 // indirect
116
+ github.com/pion/turn/v4 v4.0.0 // indirect
117
+ github.com/pion/webrtc/v4 v4.0.9 // indirect
116
118
github.com/pkg/errors v0.9.1 // indirect
117
119
github.com/pmezard/go-difflib v1.0.0 // indirect
118
120
github.com/polydawn/refmt v0.89.0 // indirect
119
- github.com/prometheus/client_golang v1.20.5 // indirect
121
+ github.com/prometheus/client_golang v1.21.0 // indirect
120
122
github.com/prometheus/client_model v0.6.1 // indirect
121
123
github.com/prometheus/common v0.62.0 // indirect
122
124
github.com/prometheus/procfs v0.15.1 // indirect
123
125
github.com/quic-go/qpack v0.5.1 // indirect
124
- github.com/quic-go/quic-go v0.48.2 // indirect
126
+ github.com/quic-go/quic-go v0.49.0 // indirect
125
127
github.com/quic-go/webtransport-go v0.8.1-0.20241018022711-4ac2c9250e66 // indirect
126
128
github.com/raulk/go-watchdog v1.3.0 // indirect
127
129
github.com/spaolacci/murmur3 v1.1.0 // indirect
@@ -131,14 +133,14 @@ require (
131
133
go.uber.org/dig v1.18.0 // indirect
132
134
go.uber.org/fx v1.23.0 // indirect
133
135
go.uber.org/mock v0.5.0 // indirect
134
- golang.org/x/crypto v0.32 .0 // indirect
135
- golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
136
- golang.org/x/mod v0.22 .0 // indirect
137
- golang.org/x/net v0.34 .0 // indirect
138
- golang.org/x/sync v0.10 .0 // indirect
139
- golang.org/x/sys v0.29 .0 // indirect
140
- golang.org/x/text v0.21 .0 // indirect
141
- golang.org/x/tools v0.29 .0 // indirect
136
+ golang.org/x/crypto v0.33 .0 // indirect
137
+ golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
138
+ golang.org/x/mod v0.23 .0 // indirect
139
+ golang.org/x/net v0.35 .0 // indirect
140
+ golang.org/x/sync v0.11 .0 // indirect
141
+ golang.org/x/sys v0.30 .0 // indirect
142
+ golang.org/x/text v0.22 .0 // indirect
143
+ golang.org/x/tools v0.30 .0 // indirect
142
144
gopkg.in/yaml.v3 v3.0.1 // indirect
143
145
lukechampine.com/blake3 v1.3.0 // indirect
144
146
)
0 commit comments