Skip to content

Commit 2796221

Browse files
build(deps): bump the ipfs-ecosystem group across 1 directory with 3 updates
Bumps the ipfs-ecosystem group with 2 updates in the / directory: [github.com/ipfs/boxo](https://github.com/ipfs/boxo) and [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid). Updates `github.com/ipfs/boxo` from 0.35.0 to 0.35.2 - [Release notes](https://github.com/ipfs/boxo/releases) - [Changelog](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md) - [Commits](ipfs/boxo@v0.35.0...v0.35.2) Updates `github.com/ipfs/go-cid` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/ipfs/go-cid/releases) - [Commits](ipfs/go-cid@v0.5.0...v0.6.0) Updates `github.com/ipfs/go-log/v2` from 2.8.2 to 2.9.0 - [Release notes](https://github.com/ipfs/go-log/releases) - [Commits](ipfs/go-log@v2.8.2...v2.9.0) --- updated-dependencies: - dependency-name: github.com/ipfs/boxo dependency-version: 0.35.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ipfs-ecosystem - dependency-name: github.com/ipfs/go-cid dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ipfs-ecosystem - dependency-name: github.com/ipfs/go-log/v2 dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ipfs-ecosystem ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f418308 commit 2796221

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

go.mod

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -85,30 +85,30 @@ require (
8585
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
8686
github.com/invopop/jsonschema v0.13.0
8787
github.com/ipfs/bbloom v0.0.4
88-
github.com/ipfs/boxo v0.35.0
88+
github.com/ipfs/boxo v0.35.2
8989
github.com/ipfs/go-block-format v0.2.3
90-
github.com/ipfs/go-cid v0.5.0
90+
github.com/ipfs/go-cid v0.6.0
9191
github.com/ipfs/go-datastore v0.9.0
9292
github.com/ipfs/go-ds-badger2 v0.1.5
9393
github.com/ipfs/go-ds-leveldb v0.5.2
9494
github.com/ipfs/go-ds-measure v0.2.2
9595
github.com/ipfs/go-fs-lock v0.1.1
9696
github.com/ipfs/go-ipld-cbor v0.2.1
9797
github.com/ipfs/go-ipld-format v0.6.3
98-
github.com/ipfs/go-log/v2 v2.8.2
98+
github.com/ipfs/go-log/v2 v2.9.0
9999
github.com/ipfs/go-metrics-interface v0.3.0
100100
github.com/ipfs/go-metrics-prometheus v0.1.0
101101
github.com/ipld/go-car v0.6.2
102-
github.com/ipld/go-car/v2 v2.15.0
102+
github.com/ipld/go-car/v2 v2.16.0
103103
github.com/ipld/go-ipld-prime v0.21.0
104104
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
105105
github.com/jpillora/backoff v1.0.0
106106
github.com/kelseyhightower/envconfig v1.4.0
107107
github.com/klauspost/compress v1.18.0
108108
github.com/koalacxr/quantile v0.0.1
109109
github.com/libp2p/go-buffer-pool v0.1.0
110-
github.com/libp2p/go-libp2p v0.44.0
111-
github.com/libp2p/go-libp2p-kad-dht v0.34.0
110+
github.com/libp2p/go-libp2p v0.45.0
111+
github.com/libp2p/go-libp2p-kad-dht v0.35.1
112112
github.com/libp2p/go-libp2p-pubsub v0.15.0
113113
github.com/libp2p/go-libp2p-record v0.3.1
114114
github.com/libp2p/go-libp2p-routing-helpers v0.7.5
@@ -121,7 +121,7 @@ require (
121121
github.com/multiformats/go-base32 v0.1.0
122122
github.com/multiformats/go-multiaddr v0.16.1
123123
github.com/multiformats/go-multiaddr-dns v0.4.1
124-
github.com/multiformats/go-multicodec v0.9.2
124+
github.com/multiformats/go-multicodec v0.10.0
125125
github.com/multiformats/go-multihash v0.2.3
126126
github.com/multiformats/go-varint v0.1.0
127127
github.com/open-rpc/meta-schema v0.0.0-20201029221707-1b72ef2ea333
@@ -156,13 +156,13 @@ require (
156156
go.uber.org/multierr v1.11.0
157157
go.uber.org/zap v1.27.0
158158
golang.org/x/crypto v0.43.0
159-
golang.org/x/mod v0.28.0
160-
golang.org/x/net v0.45.0
159+
golang.org/x/mod v0.29.0
160+
golang.org/x/net v0.46.0
161161
golang.org/x/sync v0.17.0
162162
golang.org/x/sys v0.37.0
163163
golang.org/x/term v0.36.0
164164
golang.org/x/time v0.14.0
165-
golang.org/x/tools v0.37.0
165+
golang.org/x/tools v0.38.0
166166
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
167167
gotest.tools v2.2.0+incompatible
168168
)
@@ -250,7 +250,7 @@ require (
250250
github.com/libp2p/go-cidranger v1.1.0 // indirect
251251
github.com/libp2p/go-flow-metrics v0.3.0 // indirect
252252
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
253-
github.com/libp2p/go-libp2p-kbucket v0.7.0 // indirect
253+
github.com/libp2p/go-libp2p-kbucket v0.8.0 // indirect
254254
github.com/libp2p/go-netroute v0.3.0 // indirect
255255
github.com/libp2p/go-reuseport v0.4.0 // indirect
256256
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
@@ -325,12 +325,12 @@ require (
325325
go.uber.org/dig v1.19.0 // indirect
326326
go.uber.org/mock v0.5.2 // indirect
327327
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
328-
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
328+
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
329329
golang.org/x/text v0.30.0 // indirect
330330
gonum.org/v1/gonum v0.16.0 // indirect
331331
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
332332
google.golang.org/grpc v1.75.0 // indirect
333-
google.golang.org/protobuf v1.36.9 // indirect
333+
google.golang.org/protobuf v1.36.10 // indirect
334334
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
335335
gopkg.in/yaml.v2 v2.4.0 // indirect
336336
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -340,9 +340,9 @@ require (
340340

341341
require (
342342
github.com/gammazero/chanqueue v1.1.1 // indirect
343-
github.com/gammazero/deque v1.1.0 // indirect
343+
github.com/gammazero/deque v1.2.0 // indirect
344344
github.com/ipfs/go-cidutil v0.1.0 // indirect
345-
github.com/ipfs/go-dsqueue v0.0.5 // indirect
345+
github.com/ipfs/go-dsqueue v0.1.1 // indirect
346346
github.com/libp2p/go-yamux/v5 v5.0.1 // indirect
347347
github.com/onsi/gomega v1.36.3 // indirect
348348
github.com/pion/dtls/v3 v3.0.6 // indirect
@@ -358,7 +358,7 @@ require (
358358
github.com/tklauser/numcpus v0.10.0 // indirect
359359
github.com/yusufpapurcu/wmi v1.2.4 // indirect
360360
github.com/zondax/golem v0.27.0 // indirect
361-
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
362-
go.yaml.in/yaml/v2 v2.4.2 // indirect
363-
golang.org/x/telemetry v0.0.0-20250908211612-aef8a434d053 // indirect
361+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
362+
go.yaml.in/yaml/v2 v2.4.3 // indirect
363+
golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect
364364
)

0 commit comments

Comments
 (0)