@@ -6,7 +6,7 @@ require (
6
6
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
7
7
github.com/golang/mock v1.6.0
8
8
github.com/hashicorp/go-multierror v1.1.1
9
- github.com/ipfs/boxo v0.20 .0
9
+ github.com/ipfs/boxo v0.21 .0
10
10
github.com/ipfs/go-cid v0.4.1
11
11
github.com/ipfs/go-datastore v0.6.0
12
12
github.com/ipfs/go-ds-leveldb v0.5.0
@@ -17,21 +17,21 @@ require (
17
17
github.com/ipld/go-codec-dagpb v1.6.0
18
18
github.com/ipld/go-ipld-adl-hamt v0.0.0-20240322071803-376decb85801
19
19
github.com/ipld/go-ipld-prime v0.21.0
20
- github.com/ipni/go-libipni v0.6.8
21
- github.com/libp2p/go-libp2p v0.35.1
20
+ github.com/ipni/go-libipni v0.6.9
21
+ github.com/libp2p/go-libp2p v0.35.2
22
22
github.com/libp2p/go-libp2p-pubsub v0.11.0
23
23
github.com/mitchellh/go-homedir v1.1.0
24
- github.com/multiformats/go-multiaddr v0.12.4
24
+ github.com/multiformats/go-multiaddr v0.13.0
25
25
github.com/multiformats/go-multicodec v0.9.0
26
26
github.com/multiformats/go-multihash v0.2.3
27
27
github.com/prometheus/client_golang v1.19.1
28
28
github.com/rogpeppe/go-internal v1.12.0
29
29
github.com/stretchr/testify v1.9.0
30
30
github.com/urfave/cli/v2 v2.27.2
31
- go.opentelemetry.io/otel v1.26 .0
32
- go.opentelemetry.io/otel/exporters/prometheus v0.39 .0
33
- go.opentelemetry.io/otel/metric v1.26 .0
34
- go.opentelemetry.io/otel/sdk/metric v0.39 .0
31
+ go.opentelemetry.io/otel v1.28 .0
32
+ go.opentelemetry.io/otel/exporters/prometheus v0.50 .0
33
+ go.opentelemetry.io/otel/metric v1.28 .0
34
+ go.opentelemetry.io/otel/sdk/metric v1.28 .0
35
35
)
36
36
37
37
require (
@@ -43,9 +43,9 @@ require (
43
43
github.com/gammazero/channelqueue v0.2.1 // indirect
44
44
github.com/gammazero/deque v0.2.1 // indirect
45
45
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
46
- github.com/google/pprof v0.0.0-20240509144519-723abb6459b7 // indirect
46
+ github.com/google/pprof v0.0.0-20240618054019-d3b898a103f8 // indirect
47
47
github.com/gorilla/mux v1.8.1 // indirect
48
- github.com/gorilla/websocket v1.5.1 // indirect
48
+ github.com/gorilla/websocket v1.5.3 // indirect
49
49
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
50
50
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
51
51
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
@@ -55,7 +55,8 @@ require (
55
55
github.com/libp2p/go-libp2p-record v0.2.0 // indirect
56
56
github.com/libp2p/go-libp2p-routing-helpers v0.7.3 // indirect
57
57
github.com/multiformats/go-varint v0.0.7 // indirect
58
- github.com/onsi/ginkgo/v2 v2.17.3 // indirect
58
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
59
+ github.com/onsi/ginkgo/v2 v2.19.0 // indirect
59
60
github.com/pion/datachannel v1.5.6 // indirect
60
61
github.com/pion/dtls/v2 v2.2.11 // indirect
61
62
github.com/pion/ice/v2 v2.3.25 // indirect
@@ -71,18 +72,18 @@ require (
71
72
github.com/pion/stun v0.6.1 // indirect
72
73
github.com/pion/transport/v2 v2.2.5 // indirect
73
74
github.com/pion/turn/v2 v2.1.6 // indirect
74
- github.com/pion/webrtc/v3 v3.2.40 // indirect
75
+ github.com/pion/webrtc/v3 v3.2.42 // indirect
75
76
github.com/quic-go/qpack v0.4.0 // indirect
76
- github.com/quic-go/quic-go v0.44 .0 // indirect
77
+ github.com/quic-go/quic-go v0.45 .0 // indirect
77
78
github.com/quic-go/webtransport-go v0.8.0 // indirect
78
79
github.com/samber/lo v1.39.0 // indirect
79
- github.com/whyrusleeping/cbor-gen v0.1.1 // indirect
80
+ github.com/whyrusleeping/cbor-gen v0.1.2 // indirect
80
81
go.opencensus.io v0.24.0 // indirect
81
82
go.uber.org/dig v1.17.1 // indirect
82
- go.uber.org/fx v1.21 .1 // indirect
83
+ go.uber.org/fx v1.22 .1 // indirect
83
84
go.uber.org/mock v0.4.0 // indirect
84
85
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
85
- golang.org/x/text v0.15 .0 // indirect
86
+ golang.org/x/text v0.16 .0 // indirect
86
87
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
87
88
)
88
89
@@ -98,7 +99,7 @@ require (
98
99
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
99
100
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
100
101
github.com/docker/go-units v0.5.0 // indirect
101
- github.com/elastic/gosigar v0.14.2 // indirect
102
+ github.com/elastic/gosigar v0.14.3 // indirect
102
103
github.com/filecoin-project/go-address v1.1.0 // indirect
103
104
github.com/filecoin-project/go-cbor-util v0.0.1 // indirect
104
105
github.com/filecoin-project/go-data-transfer/v2 v2.0.0-rc7
@@ -108,7 +109,7 @@ require (
108
109
github.com/filecoin-project/go-statestore v0.2.0 // indirect
109
110
github.com/flynn/noise v1.1.0 // indirect
110
111
github.com/francoispqt/gojay v1.2.13 // indirect
111
- github.com/go-logr/logr v1.4.1 // indirect
112
+ github.com/go-logr/logr v1.4.2 // indirect
112
113
github.com/go-logr/stdr v1.2.2 // indirect
113
114
github.com/godbus/dbus/v5 v5.1.0 // indirect
114
115
github.com/gogo/protobuf v1.3.2 // indirect
@@ -135,8 +136,8 @@ require (
135
136
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
136
137
github.com/jbenet/goprocess v0.1.4 // indirect
137
138
github.com/jpillora/backoff v1.0.0 // indirect
138
- github.com/klauspost/compress v1.17.8 // indirect
139
- github.com/klauspost/cpuid/v2 v2.2.7 // indirect
139
+ github.com/klauspost/compress v1.17.9 // indirect
140
+ github.com/klauspost/cpuid/v2 v2.2.8 // indirect
140
141
github.com/koron/go-ssdp v0.0.4 // indirect
141
142
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
142
143
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
@@ -148,7 +149,7 @@ require (
148
149
github.com/libp2p/go-yamux/v4 v4.0.1 // indirect
149
150
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
150
151
github.com/mattn/go-isatty v0.0.20 // indirect
151
- github.com/miekg/dns v1.1.59 // indirect
152
+ github.com/miekg/dns v1.1.61 // indirect
152
153
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
153
154
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
154
155
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
@@ -168,28 +169,28 @@ require (
168
169
github.com/pmezard/go-difflib v1.0.0 // indirect
169
170
github.com/polydawn/refmt v0.89.0 // indirect
170
171
github.com/prometheus/client_model v0.6.1 // indirect
171
- github.com/prometheus/common v0.53 .0 // indirect
172
- github.com/prometheus/procfs v0.15.0 // indirect
172
+ github.com/prometheus/common v0.55 .0 // indirect
173
+ github.com/prometheus/procfs v0.15.1 // indirect
173
174
github.com/raulk/go-watchdog v1.3.0 // indirect
174
175
github.com/russross/blackfriday/v2 v2.1.0 // indirect
175
176
github.com/spaolacci/murmur3 v1.1.0 // indirect
176
177
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
177
178
github.com/twmb/murmur3 v1.1.6 // indirect
178
179
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
179
180
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
180
- go.opentelemetry.io/otel/sdk v1.26 .0 // indirect
181
- go.opentelemetry.io/otel/trace v1.26 .0 // indirect
181
+ go.opentelemetry.io/otel/sdk v1.28 .0 // indirect
182
+ go.opentelemetry.io/otel/trace v1.28 .0 // indirect
182
183
go.uber.org/atomic v1.11.0 // indirect
183
184
go.uber.org/multierr v1.11.0 // indirect
184
185
go.uber.org/zap v1.27.0 // indirect
185
- golang.org/x/crypto v0.23 .0 // indirect
186
- golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
187
- golang.org/x/mod v0.17 .0 // indirect
188
- golang.org/x/net v0.25 .0 // indirect
186
+ golang.org/x/crypto v0.24 .0 // indirect
187
+ golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
188
+ golang.org/x/mod v0.18 .0 // indirect
189
+ golang.org/x/net v0.26 .0 // indirect
189
190
golang.org/x/sync v0.7.0 // indirect
190
- golang.org/x/sys v0.20 .0 // indirect
191
- golang.org/x/tools v0.21 .0 // indirect
192
- google.golang.org/protobuf v1.34.1 // indirect
191
+ golang.org/x/sys v0.21 .0 // indirect
192
+ golang.org/x/tools v0.22 .0 // indirect
193
+ google.golang.org/protobuf v1.34.2 // indirect
193
194
gopkg.in/yaml.v3 v3.0.1 // indirect
194
195
lukechampine.com/blake3 v1.3.0 // indirect
195
196
)
0 commit comments