Skip to content

Commit 0039f17

Browse files
committed
chore(go.mod): bump boxo
1 parent 9c1d27a commit 0039f17

File tree

4 files changed

+92
-71
lines changed

4 files changed

+92
-71
lines changed

go.mod

+25-24
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/celestiaorg/rsmt2d v0.14.0
1818
github.com/cosmos/cosmos-sdk v0.46.16
1919
github.com/cristalhq/jwt/v5 v5.4.0
20-
github.com/dgraph-io/badger/v4 v4.3.0
20+
github.com/dgraph-io/badger/v4 v4.6.0
2121
github.com/etclabscore/go-openrpc-reflect v0.0.37
2222
github.com/filecoin-project/go-jsonrpc v0.6.0
2323
github.com/gammazero/workerpool v1.1.3
@@ -30,22 +30,22 @@ require (
3030
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
3131
github.com/hashicorp/golang-lru/v2 v2.0.7
3232
github.com/imdario/mergo v0.3.16
33-
github.com/ipfs/boxo v0.24.0
33+
github.com/ipfs/boxo v0.29.0
3434
github.com/ipfs/go-block-format v0.2.0
3535
github.com/ipfs/go-cid v0.5.0
36-
github.com/ipfs/go-datastore v0.6.0
37-
github.com/ipfs/go-ds-badger4 v0.1.5
36+
github.com/ipfs/go-datastore v0.8.2
37+
github.com/ipfs/go-ds-badger4 v0.1.8
3838
github.com/ipfs/go-ipfs-delay v0.0.1
3939
github.com/ipfs/go-ipld-format v0.6.0
4040
github.com/ipfs/go-log/v2 v2.5.1
41-
github.com/ipfs/go-metrics-interface v0.0.1
42-
github.com/ipfs/go-metrics-prometheus v0.0.2
41+
github.com/ipfs/go-metrics-interface v0.3.0
42+
github.com/ipfs/go-metrics-prometheus v0.1.0
4343
github.com/klauspost/reedsolomon v1.12.1
4444
github.com/libp2p/go-libp2p v0.41.0
45-
github.com/libp2p/go-libp2p-kad-dht v0.27.0
45+
github.com/libp2p/go-libp2p-kad-dht v0.30.2
4646
github.com/libp2p/go-libp2p-pubsub v0.13.0
47-
github.com/libp2p/go-libp2p-record v0.2.0
48-
github.com/libp2p/go-libp2p-routing-helpers v0.7.4
47+
github.com/libp2p/go-libp2p-record v0.3.1
48+
github.com/libp2p/go-libp2p-routing-helpers v0.7.5
4949
github.com/mitchellh/go-homedir v1.1.0
5050
github.com/multiformats/go-base32 v0.1.0
5151
github.com/multiformats/go-multiaddr v0.15.0
@@ -54,19 +54,19 @@ require (
5454
github.com/open-rpc/meta-schema v0.0.0-20201029221707-1b72ef2ea333
5555
github.com/prometheus/client_golang v1.21.0
5656
github.com/rollkit/go-da v0.8.0
57-
github.com/spf13/cobra v1.8.1
58-
github.com/spf13/pflag v1.0.5
57+
github.com/spf13/cobra v1.9.1
58+
github.com/spf13/pflag v1.0.6
5959
github.com/stretchr/testify v1.10.0
6060
github.com/tendermint/tendermint v0.34.29
6161
go.opentelemetry.io/contrib/instrumentation/runtime v0.45.0
62-
go.opentelemetry.io/otel v1.31.0
62+
go.opentelemetry.io/otel v1.34.0
6363
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.27.0
6464
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0
6565
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.0
66-
go.opentelemetry.io/otel/metric v1.31.0
67-
go.opentelemetry.io/otel/sdk v1.31.0
66+
go.opentelemetry.io/otel/metric v1.34.0
67+
go.opentelemetry.io/otel/sdk v1.34.0
6868
go.opentelemetry.io/otel/sdk/metric v1.27.0
69-
go.opentelemetry.io/otel/trace v1.31.0
69+
go.opentelemetry.io/otel/trace v1.34.0
7070
go.opentelemetry.io/proto/otlp v1.3.1
7171
go.uber.org/fx v1.23.0
7272
go.uber.org/zap v1.27.0
@@ -141,6 +141,7 @@ require (
141141
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
142142
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
143143
github.com/dgraph-io/ristretto v0.1.2-0.20240116140435-c67e07994f91 // indirect
144+
github.com/dgraph-io/ristretto/v2 v2.1.0 // indirect
144145
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
145146
github.com/docker/go-connections v0.4.1-0.20210727194412-58542c764a11 // indirect
146147
github.com/docker/go-units v0.5.0 // indirect
@@ -152,10 +153,12 @@ require (
152153
github.com/ethereum/go-ethereum v1.14.11 // indirect
153154
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
154155
github.com/felixge/httpsnoop v1.0.4 // indirect
156+
github.com/filecoin-project/go-clock v0.1.0 // indirect
155157
github.com/flynn/noise v1.1.0 // indirect
156158
github.com/francoispqt/gojay v1.2.13 // indirect
157159
github.com/fsnotify/fsnotify v1.7.0 // indirect
158-
github.com/gammazero/deque v0.2.0 // indirect
160+
github.com/gammazero/chanqueue v1.0.0 // indirect
161+
github.com/gammazero/deque v1.0.0 // indirect
159162
github.com/getsentry/sentry-go v0.27.0 // indirect
160163
github.com/go-kit/kit v0.12.0 // indirect
161164
github.com/go-kit/log v0.2.1 // indirect
@@ -175,7 +178,7 @@ require (
175178
github.com/golang/protobuf v1.5.4 // indirect
176179
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
177180
github.com/google/btree v1.1.3 // indirect
178-
github.com/google/flatbuffers v1.12.1 // indirect
181+
github.com/google/flatbuffers v25.2.10+incompatible // indirect
179182
github.com/google/go-cmp v0.6.0 // indirect
180183
github.com/google/gopacket v1.1.19 // indirect
181184
github.com/google/orderedcode v0.0.1 // indirect
@@ -192,11 +195,9 @@ require (
192195
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
193196
github.com/gtank/merlin v0.1.1 // indirect
194197
github.com/gtank/ristretto255 v0.1.2 // indirect
195-
github.com/hashicorp/errwrap v1.1.0 // indirect
196198
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
197199
github.com/hashicorp/go-getter v1.7.5 // indirect
198200
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
199-
github.com/hashicorp/go-multierror v1.1.1 // indirect
200201
github.com/hashicorp/go-safetemp v1.0.0 // indirect
201202
github.com/hashicorp/go-version v1.6.0 // indirect
202203
github.com/hashicorp/golang-lru v1.0.2 // indirect
@@ -209,11 +210,12 @@ require (
209210
github.com/improbable-eng/grpc-web v0.15.0 // indirect
210211
github.com/inconshreveable/mousetrap v1.1.0 // indirect
211212
github.com/ipfs/bbloom v0.0.4 // indirect
213+
github.com/ipfs/go-ds-badger v0.3.4 // indirect
212214
github.com/ipfs/go-ipfs-pq v0.0.3 // indirect
213215
github.com/ipfs/go-ipfs-util v0.0.3 // indirect
214216
github.com/ipfs/go-ipld-legacy v0.2.1 // indirect
215217
github.com/ipfs/go-log v1.0.5 // indirect
216-
github.com/ipfs/go-peertaskqueue v0.8.1 // indirect
218+
github.com/ipfs/go-peertaskqueue v0.8.2 // indirect
217219
github.com/ipld/go-codec-dagpb v1.6.0 // indirect
218220
github.com/ipld/go-ipld-prime v0.21.0 // indirect
219221
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
@@ -232,7 +234,7 @@ require (
232234
github.com/libp2p/go-cidranger v1.1.0 // indirect
233235
github.com/libp2p/go-flow-metrics v0.2.0 // indirect
234236
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
235-
github.com/libp2p/go-libp2p-kbucket v0.6.4 // indirect
237+
github.com/libp2p/go-libp2p-kbucket v0.6.5 // indirect
236238
github.com/libp2p/go-msgio v0.3.0 // indirect
237239
github.com/libp2p/go-netroute v0.2.2 // indirect
238240
github.com/libp2p/go-reuseport v0.4.0 // indirect
@@ -325,6 +327,7 @@ require (
325327
github.com/zondax/ledger-go v0.14.3 // indirect
326328
go.etcd.io/bbolt v1.3.11 // indirect
327329
go.opencensus.io v0.24.0 // indirect
330+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
328331
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
329332
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 // indirect
330333
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 // indirect
@@ -339,7 +342,7 @@ require (
339342
golang.org/x/time v0.5.0 // indirect
340343
golang.org/x/tools v0.30.0 // indirect
341344
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
342-
gonum.org/v1/gonum v0.15.0 // indirect
345+
gonum.org/v1/gonum v0.15.1 // indirect
343346
google.golang.org/api v0.169.0 // indirect
344347
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
345348
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
@@ -361,5 +364,3 @@ replace (
361364
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
362365
github.com/tendermint/tendermint => github.com/celestiaorg/celestia-core v1.47.0-tm-v0.34.35
363366
)
364-
365-
replace github.com/ipfs/boxo => github.com/celestiaorg/boxo v0.0.0-20241118122411-70a650316c3b

0 commit comments

Comments
 (0)