@@ -14,10 +14,10 @@ require (
14
14
github.com/ipfs/go-log/v2 v2.5.1
15
15
github.com/joho/godotenv v1.5.1
16
16
github.com/letsencrypt/pebble/v2 v2.6.0
17
- github.com/libp2p/go-libp2p v0.37.2
17
+ github.com/libp2p/go-libp2p v0.38.1
18
18
github.com/mholt/acmez/v2 v2.0.3
19
19
github.com/miekg/dns v1.1.62
20
- github.com/multiformats/go-multiaddr v0.13 .0
20
+ github.com/multiformats/go-multiaddr v0.14 .0
21
21
github.com/multiformats/go-multiaddr-dns v0.4.1
22
22
github.com/multiformats/go-multibase v0.2.0
23
23
github.com/prometheus/client_golang v1.20.5
@@ -54,7 +54,7 @@ require (
54
54
github.com/golang/snappy v0.0.4 // indirect
55
55
github.com/google/flatbuffers v1.12.1 // indirect
56
56
github.com/google/gopacket v1.1.19 // indirect
57
- github.com/google/pprof v0.0.0-20241017200806-017d972448fc // indirect
57
+ github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
58
58
github.com/google/uuid v1.6.0 // indirect
59
59
github.com/gorilla/websocket v1.5.3 // indirect
60
60
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
@@ -65,7 +65,7 @@ require (
65
65
github.com/jbenet/goprocess v0.1.4 // indirect
66
66
github.com/jmespath/go-jmespath v0.4.0 // indirect
67
67
github.com/klauspost/compress v1.17.11 // indirect
68
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
68
+ github.com/klauspost/cpuid/v2 v2.2.9 // indirect
69
69
github.com/koron/go-ssdp v0.0.4 // indirect
70
70
github.com/letsencrypt/challtestsrv v1.3.2 // indirect
71
71
github.com/libdns/libdns v0.2.2 // indirect
@@ -74,7 +74,7 @@ require (
74
74
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
75
75
github.com/libp2p/go-msgio v0.3.0 // indirect
76
76
github.com/libp2p/go-nat v0.2.0 // indirect
77
- github.com/libp2p/go-netroute v0.2.1 // indirect
77
+ github.com/libp2p/go-netroute v0.2.2 // indirect
78
78
github.com/libp2p/go-reuseport v0.4.0 // indirect
79
79
github.com/libp2p/go-yamux/v4 v4.0.1 // indirect
80
80
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
@@ -92,55 +92,56 @@ require (
92
92
github.com/multiformats/go-multistream v0.6.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.20.2 // indirect
95
+ github.com/onsi/ginkgo/v2 v2.22.0 // 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
- github.com/pion/datachannel v1.5.9 // indirect
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.36 // indirect
101
+ github.com/pion/ice/v2 v2.3.37 // indirect
102
102
github.com/pion/interceptor v0.1.37 // indirect
103
103
github.com/pion/logging v0.2.2 // indirect
104
104
github.com/pion/mdns v0.0.12 // indirect
105
105
github.com/pion/randutil v0.1.0 // indirect
106
- github.com/pion/rtcp v1.2.14 // indirect
107
- github.com/pion/rtp v1.8.9 // indirect
108
- github.com/pion/sctp v1.8.33 // indirect
106
+ github.com/pion/rtcp v1.2.15 // indirect
107
+ github.com/pion/rtp v1.8.10 // indirect
108
+ github.com/pion/sctp v1.8.35 // indirect
109
109
github.com/pion/sdp/v3 v3.0.9 // indirect
110
110
github.com/pion/srtp/v2 v2.0.20 // indirect
111
111
github.com/pion/stun v0.6.1 // indirect
112
112
github.com/pion/transport/v2 v2.2.10 // indirect
113
+ github.com/pion/transport/v3 v3.0.7 // indirect
113
114
github.com/pion/turn/v2 v2.1.6 // indirect
114
- github.com/pion/webrtc/v3 v3.3.4 // indirect
115
+ github.com/pion/webrtc/v3 v3.3.5 // indirect
115
116
github.com/pkg/errors v0.9.1 // indirect
116
117
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
117
118
github.com/prometheus/client_model v0.6.1 // indirect
118
- github.com/prometheus/common v0.60 .0 // indirect
119
+ github.com/prometheus/common v0.61 .0 // indirect
119
120
github.com/prometheus/procfs v0.15.1 // indirect
120
121
github.com/quic-go/qpack v0.5.1 // indirect
121
122
github.com/quic-go/quic-go v0.48.2 // indirect
122
123
github.com/quic-go/webtransport-go v0.8.1-0.20241018022711-4ac2c9250e66 // indirect
123
124
github.com/raulk/go-watchdog v1.3.0 // indirect
124
125
github.com/spaolacci/murmur3 v1.1.0 // indirect
125
- github.com/stretchr/testify v1.9 .0 // indirect
126
+ github.com/stretchr/testify v1.10 .0 // indirect
126
127
github.com/wlynxg/anet v0.0.5 // indirect
127
128
github.com/zeebo/blake3 v0.2.4 // indirect
128
129
go.opencensus.io v0.24.0 // indirect
129
130
go.uber.org/dig v1.18.0 // indirect
130
131
go.uber.org/fx v1.23.0 // indirect
131
132
go.uber.org/mock v0.5.0 // indirect
132
133
go.uber.org/multierr v1.11.0 // indirect
133
- golang.org/x/crypto v0.28 .0 // indirect
134
- golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
135
- golang.org/x/mod v0.21 .0 // indirect
136
- golang.org/x/net v0.30 .0 // indirect
137
- golang.org/x/sync v0.8 .0 // indirect
138
- golang.org/x/sys v0.26 .0 // indirect
139
- golang.org/x/text v0.19 .0 // indirect
140
- golang.org/x/tools v0.26 .0 // indirect
134
+ golang.org/x/crypto v0.31 .0 // indirect
135
+ golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
136
+ golang.org/x/mod v0.22 .0 // indirect
137
+ golang.org/x/net v0.32 .0 // indirect
138
+ golang.org/x/sync v0.10 .0 // indirect
139
+ golang.org/x/sys v0.28 .0 // indirect
140
+ golang.org/x/text v0.21 .0 // indirect
141
+ golang.org/x/tools v0.28 .0 // indirect
141
142
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
142
143
google.golang.org/grpc v1.63.2 // indirect
143
- google.golang.org/protobuf v1.35.1 // indirect
144
+ google.golang.org/protobuf v1.36.0 // indirect
144
145
gopkg.in/yaml.v3 v3.0.1 // indirect
145
146
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
146
147
lukechampine.com/blake3 v1.3.0 // indirect
0 commit comments