@@ -3,7 +3,7 @@ module github.com/ipfs/boxo/examples
3
3
go 1.23.0
4
4
5
5
require (
6
- github.com/ipfs/boxo v0.28.0
6
+ github.com/ipfs/boxo v0.29.1
7
7
github.com/ipfs/go-block-format v0.2.0
8
8
github.com/ipfs/go-cid v0.5.0
9
9
github.com/ipfs/go-datastore v0.8.2
@@ -12,11 +12,11 @@ require (
12
12
github.com/libp2p/go-libp2p v0.41.1
13
13
github.com/multiformats/go-multiaddr v0.15.0
14
14
github.com/multiformats/go-multicodec v0.9.0
15
- github.com/prometheus/client_golang v1.21.1
15
+ github.com/prometheus/client_golang v1.22.0
16
16
github.com/stretchr/testify v1.10.0
17
17
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
18
18
go.opentelemetry.io/contrib/propagators/autoprop v0.46.1
19
- go.opentelemetry.io/otel v1.34 .0
19
+ go.opentelemetry.io/otel v1.35 .0
20
20
go.opentelemetry.io/otel/sdk v1.31.0
21
21
)
22
22
@@ -89,8 +89,8 @@ require (
89
89
github.com/libp2p/go-doh-resolver v0.5.0 // indirect
90
90
github.com/libp2p/go-flow-metrics v0.2.0 // indirect
91
91
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
92
- github.com/libp2p/go-libp2p-kad-dht v0.30.2 // indirect
93
- github.com/libp2p/go-libp2p-kbucket v0.6.5 // indirect
92
+ github.com/libp2p/go-libp2p-kad-dht v0.32.0 // indirect
93
+ github.com/libp2p/go-libp2p-kbucket v0.7.0 // indirect
94
94
github.com/libp2p/go-libp2p-record v0.3.1 // indirect
95
95
github.com/libp2p/go-libp2p-routing-helpers v0.7.5 // indirect
96
96
github.com/libp2p/go-msgio v0.3.0 // indirect
@@ -99,7 +99,7 @@ require (
99
99
github.com/libp2p/go-yamux/v5 v5.0.0 // indirect
100
100
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
101
101
github.com/mattn/go-isatty v0.0.20 // indirect
102
- github.com/miekg/dns v1.1.63 // indirect
102
+ github.com/miekg/dns v1.1.65 // indirect
103
103
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
104
104
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
105
105
github.com/minio/sha256-simd v1.0.1 // indirect
@@ -141,9 +141,9 @@ require (
141
141
github.com/pkg/errors v0.9.1 // indirect
142
142
github.com/pmezard/go-difflib v1.0.0 // indirect
143
143
github.com/polydawn/refmt v0.89.0 // indirect
144
- github.com/prometheus/client_model v0.6.1 // indirect
145
- github.com/prometheus/common v0.62 .0 // indirect
146
- github.com/prometheus/procfs v0.15 .1 // indirect
144
+ github.com/prometheus/client_model v0.6.2 // indirect
145
+ github.com/prometheus/common v0.63 .0 // indirect
146
+ github.com/prometheus/procfs v0.16 .1 // indirect
147
147
github.com/quic-go/qpack v0.5.1 // indirect
148
148
github.com/quic-go/quic-go v0.50.1 // indirect
149
149
github.com/quic-go/webtransport-go v0.8.1-0.20241018022711-4ac2c9250e66 // indirect
@@ -168,29 +168,29 @@ require (
168
168
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0 // indirect
169
169
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 // indirect
170
170
go.opentelemetry.io/otel/exporters/zipkin v1.31.0 // indirect
171
- go.opentelemetry.io/otel/metric v1.34 .0 // indirect
172
- go.opentelemetry.io/otel/trace v1.34 .0 // indirect
171
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
172
+ go.opentelemetry.io/otel/trace v1.35 .0 // indirect
173
173
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
174
174
go.uber.org/atomic v1.11.0 // indirect
175
175
go.uber.org/dig v1.18.0 // indirect
176
176
go.uber.org/fx v1.23.0 // indirect
177
177
go.uber.org/mock v0.5.0 // indirect
178
178
go.uber.org/multierr v1.11.0 // indirect
179
179
go.uber.org/zap v1.27.0 // indirect
180
- golang.org/x/crypto v0.35 .0 // indirect
181
- golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
182
- golang.org/x/mod v0.23 .0 // indirect
183
- golang.org/x/net v0.35 .0 // indirect
184
- golang.org/x/sync v0.11 .0 // indirect
185
- golang.org/x/sys v0.30 .0 // indirect
186
- golang.org/x/text v0.22 .0 // indirect
187
- golang.org/x/tools v0.30 .0 // indirect
180
+ golang.org/x/crypto v0.37 .0 // indirect
181
+ golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
182
+ golang.org/x/mod v0.24 .0 // indirect
183
+ golang.org/x/net v0.39 .0 // indirect
184
+ golang.org/x/sync v0.13 .0 // indirect
185
+ golang.org/x/sys v0.32 .0 // indirect
186
+ golang.org/x/text v0.24 .0 // indirect
187
+ golang.org/x/tools v0.32 .0 // indirect
188
188
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
189
- gonum.org/v1/gonum v0.15.1 // indirect
189
+ gonum.org/v1/gonum v0.16.0 // indirect
190
190
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
191
191
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
192
192
google.golang.org/grpc v1.67.1 // indirect
193
- google.golang.org/protobuf v1.36.5 // indirect
193
+ google.golang.org/protobuf v1.36.6 // indirect
194
194
gopkg.in/yaml.v3 v3.0.1 // indirect
195
195
lukechampine.com/blake3 v1.4.0 // indirect
196
196
)
0 commit comments