Skip to content

Commit 23576ca

Browse files
build(deps): bump the ipfs-ecosystem group across 1 directory with 8 updates
Bumps the ipfs-ecosystem group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/ipfs/boxo](https://github.com/ipfs/boxo) | `0.33.0` | `0.34.0` | | [github.com/ipfs/go-block-format](https://github.com/ipfs/go-block-format) | `0.2.2` | `0.2.3` | | [github.com/ipfs/go-ds-leveldb](https://github.com/ipfs/go-ds-leveldb) | `0.5.0` | `0.5.2` | | [github.com/ipfs/go-ds-measure](https://github.com/ipfs/go-ds-measure) | `0.2.0` | `0.2.2` | | [github.com/ipfs/go-fs-lock](https://github.com/ipfs/go-fs-lock) | `0.0.7` | `0.1.1` | | [github.com/ipfs/go-ipld-format](https://github.com/ipfs/go-ipld-format) | `0.6.2` | `0.6.3` | Updates `github.com/ipfs/boxo` from 0.33.0 to 0.34.0 - [Release notes](https://github.com/ipfs/boxo/releases) - [Changelog](https://github.com/ipfs/boxo/blob/main/CHANGELOG.md) - [Commits](ipfs/boxo@v0.33.0...v0.34.0) Updates `github.com/ipfs/go-block-format` from 0.2.2 to 0.2.3 - [Release notes](https://github.com/ipfs/go-block-format/releases) - [Commits](ipfs/go-block-format@v0.2.2...v0.2.3) Updates `github.com/ipfs/go-datastore` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/ipfs/go-datastore/releases) - [Commits](ipfs/go-datastore@v0.8.2...v0.8.3) Updates `github.com/ipfs/go-ds-leveldb` from 0.5.0 to 0.5.2 - [Release notes](https://github.com/ipfs/go-ds-leveldb/releases) - [Commits](ipfs/go-ds-leveldb@v0.5.0...v0.5.2) Updates `github.com/ipfs/go-ds-measure` from 0.2.0 to 0.2.2 - [Release notes](https://github.com/ipfs/go-ds-measure/releases) - [Commits](ipfs/go-ds-measure@v0.2.0...v0.2.2) Updates `github.com/ipfs/go-fs-lock` from 0.0.7 to 0.1.1 - [Release notes](https://github.com/ipfs/go-fs-lock/releases) - [Commits](ipfs/go-fs-lock@v0.0.7...v0.1.1) Updates `github.com/ipfs/go-ipld-format` from 0.6.2 to 0.6.3 - [Release notes](https://github.com/ipfs/go-ipld-format/releases) - [Commits](ipfs/go-ipld-format@v0.6.2...v0.6.3) Updates `github.com/ipfs/go-log/v2` from 2.6.0 to 2.8.1 - [Release notes](https://github.com/ipfs/go-log/releases) - [Commits](ipfs/go-log@v2.6.0...v2.8.1) --- updated-dependencies: - dependency-name: github.com/ipfs/boxo dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ipfs-ecosystem - dependency-name: github.com/ipfs/go-block-format dependency-version: 0.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ipfs-ecosystem - dependency-name: github.com/ipfs/go-datastore dependency-version: 0.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ipfs-ecosystem - dependency-name: github.com/ipfs/go-ds-leveldb dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ipfs-ecosystem - dependency-name: github.com/ipfs/go-ds-measure dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ipfs-ecosystem - dependency-name: github.com/ipfs/go-fs-lock dependency-version: 0.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ipfs-ecosystem - dependency-name: github.com/ipfs/go-ipld-format dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ipfs-ecosystem - dependency-name: github.com/ipfs/go-log/v2 dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ipfs-ecosystem ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b3b65e8 commit 23576ca

File tree

2 files changed

+96
-99
lines changed

2 files changed

+96
-99
lines changed

go.mod

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@ 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.33.0
89-
github.com/ipfs/go-block-format v0.2.2
88+
github.com/ipfs/boxo v0.34.0
89+
github.com/ipfs/go-block-format v0.2.3
9090
github.com/ipfs/go-cid v0.5.0
91-
github.com/ipfs/go-datastore v0.8.2
91+
github.com/ipfs/go-datastore v0.8.3
9292
github.com/ipfs/go-ds-badger2 v0.1.5
93-
github.com/ipfs/go-ds-leveldb v0.5.0
94-
github.com/ipfs/go-ds-measure v0.2.0
95-
github.com/ipfs/go-fs-lock v0.0.7
93+
github.com/ipfs/go-ds-leveldb v0.5.2
94+
github.com/ipfs/go-ds-measure v0.2.2
95+
github.com/ipfs/go-fs-lock v0.1.1
9696
github.com/ipfs/go-ipld-cbor v0.2.1
97-
github.com/ipfs/go-ipld-format v0.6.2
98-
github.com/ipfs/go-log/v2 v2.6.0
97+
github.com/ipfs/go-ipld-format v0.6.3
98+
github.com/ipfs/go-log/v2 v2.8.1
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
@@ -108,7 +108,7 @@ require (
108108
github.com/koalacxr/quantile v0.0.1
109109
github.com/libp2p/go-buffer-pool v0.1.0
110110
github.com/libp2p/go-libp2p v0.43.0
111-
github.com/libp2p/go-libp2p-kad-dht v0.33.1
111+
github.com/libp2p/go-libp2p-kad-dht v0.34.0
112112
github.com/libp2p/go-libp2p-pubsub v0.13.0
113113
github.com/libp2p/go-libp2p-record v0.3.1
114114
github.com/libp2p/go-libp2p-routing-helpers v0.7.5
@@ -126,7 +126,7 @@ require (
126126
github.com/multiformats/go-varint v0.1.0
127127
github.com/open-rpc/meta-schema v0.0.0-20201029221707-1b72ef2ea333
128128
github.com/polydawn/refmt v0.89.0
129-
github.com/prometheus/client_golang v1.22.0
129+
github.com/prometheus/client_golang v1.23.0
130130
github.com/puzpuzpuz/xsync/v2 v2.5.1
131131
github.com/raulk/clock v1.1.0
132132
github.com/raulk/go-watchdog v1.3.0
@@ -145,24 +145,24 @@ require (
145145
github.com/zondax/ledger-filecoin-go v1.1.0
146146
github.com/zyedidia/generic v1.2.1
147147
go.opencensus.io v0.24.0
148-
go.opentelemetry.io/otel v1.35.0
148+
go.opentelemetry.io/otel v1.37.0
149149
go.opentelemetry.io/otel/bridge/opencensus v1.28.0
150150
go.opentelemetry.io/otel/exporters/jaeger v1.14.0
151151
go.opentelemetry.io/otel/exporters/prometheus v0.50.0
152-
go.opentelemetry.io/otel/metric v1.35.0
153-
go.opentelemetry.io/otel/sdk v1.35.0
152+
go.opentelemetry.io/otel/metric v1.37.0
153+
go.opentelemetry.io/otel/sdk v1.37.0
154154
go.opentelemetry.io/otel/sdk/metric v1.35.0
155155
go.uber.org/fx v1.24.0
156156
go.uber.org/multierr v1.11.0
157157
go.uber.org/zap v1.27.0
158158
golang.org/x/crypto v0.41.0
159-
golang.org/x/mod v0.26.0
160-
golang.org/x/net v0.42.0
159+
golang.org/x/mod v0.27.0
160+
golang.org/x/net v0.43.0
161161
golang.org/x/sync v0.16.0
162162
golang.org/x/sys v0.35.0
163163
golang.org/x/term v0.34.0
164164
golang.org/x/time v0.12.0
165-
golang.org/x/tools v0.35.0
165+
golang.org/x/tools v0.36.0
166166
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
167167
gotest.tools v2.2.0+incompatible
168168
)
@@ -209,7 +209,7 @@ require (
209209
github.com/gdamore/encoding v1.0.0 // indirect
210210
github.com/go-kit/log v0.2.1 // indirect
211211
github.com/go-logfmt/logfmt v0.6.0 // indirect
212-
github.com/go-logr/logr v1.4.2 // indirect
212+
github.com/go-logr/logr v1.4.3 // indirect
213213
github.com/go-logr/stdr v1.2.2 // indirect
214214
github.com/go-ole/go-ole v1.2.5 // indirect
215215
github.com/go-openapi/jsonpointer v0.19.3 // indirect
@@ -250,10 +250,10 @@ require (
250250
github.com/jessevdk/go-flags v1.4.0 // indirect
251251
github.com/josharian/intern v1.0.0 // indirect
252252
github.com/kilic/bls12-381 v0.1.0 // indirect
253-
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
253+
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
254254
github.com/koron/go-ssdp v0.0.6 // indirect
255255
github.com/libp2p/go-cidranger v1.1.0 // indirect
256-
github.com/libp2p/go-flow-metrics v0.2.0 // indirect
256+
github.com/libp2p/go-flow-metrics v0.3.0 // indirect
257257
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
258258
github.com/libp2p/go-libp2p-kbucket v0.7.0 // indirect
259259
github.com/libp2p/go-netroute v0.2.2 // indirect
@@ -264,7 +264,7 @@ require (
264264
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
265265
github.com/mattn/go-colorable v0.1.14 // indirect
266266
github.com/mattn/go-runewidth v0.0.16 // indirect
267-
github.com/miekg/dns v1.1.66 // indirect
267+
github.com/miekg/dns v1.1.68 // indirect
268268
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
269269
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
270270
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
@@ -298,8 +298,8 @@ require (
298298
github.com/pkg/errors v0.9.1 // indirect
299299
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect; dependency-check-ignore: needed by github.com/drand/[email protected]
300300
github.com/prometheus/client_model v0.6.2 // indirect
301-
github.com/prometheus/common v0.64.0 // indirect
302-
github.com/prometheus/procfs v0.16.1 // indirect
301+
github.com/prometheus/common v0.65.0 // indirect
302+
github.com/prometheus/procfs v0.17.0 // indirect
303303
github.com/prometheus/statsd_exporter v0.22.7 // indirect
304304
github.com/quic-go/qpack v0.5.1 // indirect
305305
github.com/quic-go/webtransport-go v0.9.0 // indirect; dependency-check-ignore: unknown
@@ -326,18 +326,18 @@ require (
326326
gitlab.com/yawning/tuplehash v0.0.0-20230713102510-df83abbf9a02 // indirect
327327
go.dedis.ch/fixbuf v1.0.3 // indirect
328328
go.dedis.ch/kyber/v4 v4.0.0-pre2.0.20240924132404-4de33740016e // indirect; dependency-check-ignore: unknown
329-
go.opentelemetry.io/otel/trace v1.35.0 // indirect
329+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
330330
go.uber.org/atomic v1.11.0 // indirect
331331
go.uber.org/dig v1.19.0 // indirect
332332
go.uber.org/mock v0.5.2 // indirect
333333
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
334-
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
334+
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 // indirect
335335
golang.org/x/text v0.28.0 // indirect
336336
gonum.org/v1/gonum v0.16.0 // indirect
337-
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect
337+
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
338338
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
339339
google.golang.org/grpc v1.73.0 // indirect
340-
google.golang.org/protobuf v1.36.6 // indirect
340+
google.golang.org/protobuf v1.36.7 // indirect
341341
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
342342
gopkg.in/yaml.v2 v2.4.0 // indirect
343343
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -347,8 +347,8 @@ require (
347347
)
348348

349349
require (
350-
github.com/gammazero/chanqueue v1.1.0 // indirect
351-
github.com/gammazero/deque v1.0.0 // indirect
350+
github.com/gammazero/chanqueue v1.1.1 // indirect
351+
github.com/gammazero/deque v1.1.0 // indirect
352352
github.com/libp2p/go-yamux/v5 v5.0.1 // indirect
353353
github.com/onsi/gomega v1.36.3 // indirect
354354
github.com/pion/dtls/v3 v3.0.6 // indirect

0 commit comments

Comments
 (0)