Merged
Conversation
Closes: #1136
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #1137 +/- ##
==========================================
- Coverage 62.99% 62.97% -0.02%
==========================================
Files 266 266
Lines 26661 26661
==========================================
- Hits 16796 16791 -5
- Misses 8149 8154 +5
Partials 1716 1716 see 4 files with indirect coverage changes 🚀 New features to boost your workflow:
|
|
Suggested tag: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index d676ddea..1983eb30 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/ipfs/boxo
-go 1.25.0
+go 1.25.7
require (
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b
@@ -14,7 +14,7 @@ require (
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
github.com/hashicorp/golang-lru/v2 v2.0.7
- github.com/ipfs/bbloom v0.0.4
+ github.com/ipfs/bbloom v0.1.0
github.com/ipfs/go-bitfield v1.1.0
github.com/ipfs/go-block-format v0.2.3
github.com/ipfs/go-cid v0.6.0
@@ -25,7 +25,7 @@ require (
github.com/ipfs/go-ipfs-delay v0.0.1
github.com/ipfs/go-ipfs-redirects-file v0.1.2
github.com/ipfs/go-ipld-format v0.6.3
- github.com/ipfs/go-ipld-legacy v0.2.2
+ github.com/ipfs/go-ipld-legacy v0.3.0
github.com/ipfs/go-log/v2 v2.9.1
github.com/ipfs/go-metrics-interface v0.3.0
github.com/ipfs/go-peertaskqueue v0.8.3
@@ -36,18 +36,18 @@ require (
github.com/ipld/go-ipld-prime v0.22.0
github.com/libp2p/go-buffer-pool v0.1.0
github.com/libp2p/go-doh-resolver v0.5.0
- github.com/libp2p/go-libp2p v0.47.0
+ github.com/libp2p/go-libp2p v0.48.0
github.com/libp2p/go-libp2p-kad-dht v0.38.0
github.com/libp2p/go-libp2p-record v0.3.1
github.com/libp2p/go-libp2p-routing-helpers v0.7.5
github.com/libp2p/go-libp2p-testing v0.12.0
github.com/libp2p/go-msgio v0.3.0
github.com/miekg/dns v1.1.72
- github.com/mr-tron/base58 v1.2.0
+ github.com/mr-tron/base58 v1.3.0
github.com/multiformats/go-base32 v0.1.0
github.com/multiformats/go-multiaddr v0.16.1
github.com/multiformats/go-multiaddr-dns v0.5.0
- github.com/multiformats/go-multibase v0.2.0
+ github.com/multiformats/go-multibase v0.3.0
github.com/multiformats/go-multicodec v0.10.0
github.com/multiformats/go-multihash v0.2.3
github.com/multiformats/go-multistream v0.6.1
@@ -60,22 +60,24 @@ require (
github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f
go.opencensus.io v0.24.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0
- go.opentelemetry.io/otel v1.40.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.40.0
- go.opentelemetry.io/otel/sdk v1.40.0
- go.opentelemetry.io/otel/trace v1.40.0
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0
+ go.opentelemetry.io/otel v1.42.0
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.42.0
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.42.0
+ go.opentelemetry.io/otel/sdk v1.42.0
+ go.opentelemetry.io/otel/trace v1.42.0
go.uber.org/zap v1.27.1
- golang.org/x/exp v0.0.0-20260212183809-81e46e3db34a
+ golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90
golang.org/x/oauth2 v0.35.0
- golang.org/x/sync v0.19.0
- golang.org/x/sys v0.41.0
+ golang.org/x/sync v0.20.0
+ golang.org/x/sys v0.42.0
google.golang.org/protobuf v1.36.11
)
require (
+ filippo.io/bigmod v0.1.1-0.20260103110540-f8a47775ebe5 // indirect
+ filippo.io/keygen v0.0.0-20260114151900-8e2790ea4c5b // indirect
github.com/Jorropo/jsync v1.0.1 // indirect
github.com/benbjohnson/clock v1.3.5 // indirect
github.com/beorn7/perks v1.0.1 // indirect
@@ -91,7 +93,7 @@ require (
github.com/go-logr/stdr v1.2.2 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/huin/goupnp v1.3.0 // indirect
github.com/ipfs/go-ipfs-pq v0.0.4 // indirect
@@ -119,21 +121,18 @@ require (
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
github.com/pion/datachannel v1.5.10 // indirect
- github.com/pion/dtls/v2 v2.2.12 // indirect
- github.com/pion/dtls/v3 v3.1.1 // indirect
+ github.com/pion/dtls/v3 v3.1.2 // indirect
github.com/pion/ice/v4 v4.0.10 // indirect
github.com/pion/interceptor v0.1.40 // indirect
github.com/pion/logging v0.2.4 // indirect
github.com/pion/mdns/v2 v2.0.7 // indirect
github.com/pion/randutil v0.1.0 // indirect
- github.com/pion/rtcp v1.2.15 // indirect
+ github.com/pion/rtcp v1.2.16 // indirect
github.com/pion/rtp v1.8.19 // indirect
github.com/pion/sctp v1.8.39 // indirect
- github.com/pion/sdp/v3 v3.0.13 // indirect
+ github.com/pion/sdp/v3 v3.0.18 // indirect
github.com/pion/srtp/v3 v3.0.6 // indirect
- github.com/pion/stun v0.6.1 // indirect
- github.com/pion/stun/v3 v3.0.0 // indirect
- github.com/pion/transport/v2 v2.2.10 // indirect
+ github.com/pion/stun/v3 v3.1.1 // indirect
github.com/pion/transport/v3 v3.0.7 // indirect
github.com/pion/transport/v4 v4.0.1 // indirect
github.com/pion/turn/v4 v4.0.2 // indirect
@@ -151,26 +150,26 @@ require (
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
github.com/wlynxg/anet v0.0.5 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
- go.opentelemetry.io/otel/metric v1.40.0 // indirect
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0 // indirect
+ go.opentelemetry.io/otel/metric v1.42.0 // indirect
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
go.uber.org/dig v1.19.0 // indirect
go.uber.org/fx v1.24.0 // indirect
go.uber.org/mock v0.5.2 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
- golang.org/x/crypto v0.48.0 // indirect
- golang.org/x/mod v0.33.0 // indirect
- golang.org/x/net v0.50.0 // indirect
- golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
- golang.org/x/text v0.34.0 // indirect
+ golang.org/x/crypto v0.49.0 // indirect
+ golang.org/x/mod v0.34.0 // indirect
+ golang.org/x/net v0.52.0 // indirect
+ golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect
+ golang.org/x/text v0.35.0 // indirect
golang.org/x/time v0.12.0 // indirect
- golang.org/x/tools v0.42.0 // indirect
+ golang.org/x/tools v0.43.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gonum.org/v1/gonum v0.17.0 // indirect
- google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
- google.golang.org/grpc v1.78.0 // indirect
+ google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 // indirect
+ google.golang.org/grpc v1.79.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
)diff --git a/cmd/boxo-migrate/go.mod b/cmd/boxo-migrate/go.mod
deleted file mode 100644
index 904f9a9c..00000000
--- a/cmd/boxo-migrate/go.mod
+++ /dev/null
@@ -1,11 +0,0 @@
-module github.com/ipfs/boxo/cmd/boxo-migrate
-
-go 1.24
-
-require github.com/urfave/cli/v2 v2.25.1
-
-require (
- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
- github.com/russross/blackfriday/v2 v2.1.0 // indirect
- github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
-)
diff --git a/cmd/deprecator/go.mod b/cmd/deprecator/go.mod
deleted file mode 100644
index b0fded70..00000000
--- a/cmd/deprecator/go.mod
+++ /dev/null
@@ -1,17 +0,0 @@
-module github.com/ipfs/boxo/cmd/deprecator
-
-go 1.24
-
-require (
- github.com/dave/dst v0.27.2
- github.com/urfave/cli/v2 v2.25.3
-)
-
-require (
- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
- github.com/russross/blackfriday/v2 v2.1.0 // indirect
- github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
- golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
- golang.org/x/tools v0.1.12 // indirect
-)
diff --git a/examples/go.mod b/examples/go.mod
index c916ffb8..cfbc3fc7 100644
--- a/examples/go.mod
+++ b/examples/go.mod
@@ -1,6 +1,6 @@
module github.com/ipfs/boxo/examples
-go 1.25.0
+go 1.25.7
require (
github.com/ipfs/boxo v0.36.0
@@ -8,18 +8,20 @@ require (
github.com/ipfs/go-cid v0.6.0
github.com/ipfs/go-datastore v0.9.1
github.com/ipld/go-car/v2 v2.16.0
- github.com/libp2p/go-libp2p v0.47.0
+ github.com/libp2p/go-libp2p v0.48.0
github.com/multiformats/go-multiaddr v0.16.1
github.com/multiformats/go-multicodec v0.10.0
github.com/prometheus/client_golang v1.23.2
github.com/stretchr/testify v1.11.1
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0
go.opentelemetry.io/contrib/propagators/autoprop v0.46.1
- go.opentelemetry.io/otel v1.40.0
- go.opentelemetry.io/otel/sdk v1.40.0
+ go.opentelemetry.io/otel v1.42.0
+ go.opentelemetry.io/otel/sdk v1.42.0
)
require (
+ filippo.io/bigmod v0.1.1-0.20260103110540-f8a47775ebe5 // indirect
+ filippo.io/keygen v0.0.0-20260114151900-8e2790ea4c5b // indirect
github.com/Jorropo/jsync v1.0.1 // indirect
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
github.com/benbjohnson/clock v1.3.5 // indirect
@@ -44,11 +46,11 @@ require (
github.com/google/gopacket v1.1.19 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/huin/goupnp v1.3.0 // indirect
- github.com/ipfs/bbloom v0.0.4 // indirect
+ github.com/ipfs/bbloom v0.1.0 // indirect
github.com/ipfs/go-bitfield v1.1.0 // indirect
github.com/ipfs/go-cidutil v0.1.1 // indirect
github.com/ipfs/go-dsqueue v0.2.0 // indirect
@@ -56,7 +58,7 @@ require (
github.com/ipfs/go-ipfs-redirects-file v0.1.2 // indirect
github.com/ipfs/go-ipld-cbor v0.2.1 // indirect
github.com/ipfs/go-ipld-format v0.6.3 // indirect
- github.com/ipfs/go-ipld-legacy v0.2.2 // indirect
+ github.com/ipfs/go-ipld-legacy v0.3.0 // indirect
github.com/ipfs/go-log/v2 v2.9.1 // indirect
github.com/ipfs/go-metrics-interface v0.3.0 // indirect
github.com/ipfs/go-peertaskqueue v0.8.3 // indirect
@@ -86,12 +88,12 @@ require (
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
- github.com/mr-tron/base58 v1.2.0 // indirect
+ github.com/mr-tron/base58 v1.3.0 // indirect
github.com/multiformats/go-base32 v0.1.0 // indirect
github.com/multiformats/go-base36 v0.2.0 // indirect
github.com/multiformats/go-multiaddr-dns v0.5.0 // indirect
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
- github.com/multiformats/go-multibase v0.2.0 // indirect
+ github.com/multiformats/go-multibase v0.3.0 // indirect
github.com/multiformats/go-multihash v0.2.3 // indirect
github.com/multiformats/go-multistream v0.6.1 // indirect
github.com/multiformats/go-varint v0.1.0 // indirect
@@ -99,21 +101,18 @@ require (
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
github.com/pion/datachannel v1.5.10 // indirect
- github.com/pion/dtls/v2 v2.2.12 // indirect
- github.com/pion/dtls/v3 v3.1.1 // indirect
+ github.com/pion/dtls/v3 v3.1.2 // indirect
github.com/pion/ice/v4 v4.0.10 // indirect
github.com/pion/interceptor v0.1.40 // indirect
github.com/pion/logging v0.2.4 // indirect
github.com/pion/mdns/v2 v2.0.7 // indirect
github.com/pion/randutil v0.1.0 // indirect
- github.com/pion/rtcp v1.2.15 // indirect
+ github.com/pion/rtcp v1.2.16 // indirect
github.com/pion/rtp v1.8.19 // indirect
github.com/pion/sctp v1.8.39 // indirect
- github.com/pion/sdp/v3 v3.0.13 // indirect
+ github.com/pion/sdp/v3 v3.0.18 // indirect
github.com/pion/srtp/v3 v3.0.6 // indirect
- github.com/pion/stun v0.6.1 // indirect
- github.com/pion/stun/v3 v3.0.0 // indirect
- github.com/pion/transport/v2 v2.2.10 // indirect
+ github.com/pion/stun/v3 v3.1.1 // indirect
github.com/pion/transport/v3 v3.0.7 // indirect
github.com/pion/transport/v4 v4.0.1 // indirect
github.com/pion/turn/v4 v4.0.2 // indirect
@@ -140,12 +139,12 @@ require (
go.opentelemetry.io/contrib/propagators/b3 v1.21.1 // indirect
go.opentelemetry.io/contrib/propagators/jaeger v1.21.1 // indirect
go.opentelemetry.io/contrib/propagators/ot v1.21.1 // indirect
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 // indirect
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.40.0 // indirect
- go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.40.0 // indirect
- go.opentelemetry.io/otel/metric v1.40.0 // indirect
- go.opentelemetry.io/otel/trace v1.40.0 // indirect
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0 // indirect
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0 // indirect
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.42.0 // indirect
+ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.42.0 // indirect
+ go.opentelemetry.io/otel/metric v1.42.0 // indirect
+ go.opentelemetry.io/otel/trace v1.42.0 // indirect
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
go.uber.org/dig v1.19.0 // indirect
go.uber.org/fx v1.24.0 // indirect
@@ -153,21 +152,21 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.1 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
- golang.org/x/crypto v0.48.0 // indirect
- golang.org/x/exp v0.0.0-20260212183809-81e46e3db34a // indirect
- golang.org/x/mod v0.33.0 // indirect
- golang.org/x/net v0.50.0 // indirect
- golang.org/x/sync v0.19.0 // indirect
- golang.org/x/sys v0.41.0 // indirect
- golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
- golang.org/x/text v0.34.0 // indirect
+ golang.org/x/crypto v0.49.0 // indirect
+ golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect
+ golang.org/x/mod v0.34.0 // indirect
+ golang.org/x/net v0.52.0 // indirect
+ golang.org/x/sync v0.20.0 // indirect
+ golang.org/x/sys v0.42.0 // indirect
+ golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect
+ golang.org/x/text v0.35.0 // indirect
golang.org/x/time v0.12.0 // indirect
- golang.org/x/tools v0.42.0 // indirect
+ golang.org/x/tools v0.43.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gonum.org/v1/gonum v0.17.0 // indirect
- google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
- google.golang.org/grpc v1.78.0 // indirect
+ google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 // indirect
+ google.golang.org/grpc v1.79.2 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: #1136
Kubo PR: ipfs/kubo#11276