Skip to content

Commit 34290ce

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 87a4019 commit 34290ce

File tree

2 files changed

+106
-122
lines changed

2 files changed

+106
-122
lines changed

go.mod

Lines changed: 32 additions & 35 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
@@ -107,8 +107,8 @@ require (
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.42.0
111-
github.com/libp2p/go-libp2p-kad-dht v0.33.1
110+
github.com/libp2p/go-libp2p v0.43.0
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,13 +209,12 @@ 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
216216
github.com/go-openapi/jsonreference v0.19.4 // indirect
217217
github.com/go-openapi/swag v0.19.11 // indirect
218-
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
219218
github.com/godbus/dbus/v5 v5.1.0 // indirect
220219
github.com/gogo/protobuf v1.3.2 // indirect
221220
github.com/golang/glog v1.2.4 // indirect
@@ -224,7 +223,6 @@ require (
224223
github.com/golang/snappy v0.0.4 // indirect
225224
github.com/google/go-querystring v1.1.0 // indirect
226225
github.com/google/gopacket v1.1.19 // indirect
227-
github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect
228226
github.com/hashicorp/errwrap v1.1.0 // indirect
229227
github.com/hashicorp/golang-lru v1.0.2 // indirect
230228
github.com/huandu/xstrings v1.5.0 // indirect
@@ -252,10 +250,10 @@ require (
252250
github.com/jessevdk/go-flags v1.4.0 // indirect
253251
github.com/josharian/intern v1.0.0 // indirect
254252
github.com/kilic/bls12-381 v0.1.0 // indirect
255-
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
253+
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
256254
github.com/koron/go-ssdp v0.0.6 // indirect
257255
github.com/libp2p/go-cidranger v1.1.0 // indirect
258-
github.com/libp2p/go-flow-metrics v0.2.0 // indirect
256+
github.com/libp2p/go-flow-metrics v0.3.0 // indirect
259257
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
260258
github.com/libp2p/go-libp2p-kbucket v0.7.0 // indirect
261259
github.com/libp2p/go-netroute v0.2.2 // indirect
@@ -266,7 +264,7 @@ require (
266264
github.com/marten-seemann/tcp v0.0.0-20210406111302-dfbc87cc63fd // indirect
267265
github.com/mattn/go-colorable v0.1.14 // indirect
268266
github.com/mattn/go-runewidth v0.0.16 // indirect
269-
github.com/miekg/dns v1.1.66 // indirect
267+
github.com/miekg/dns v1.1.68 // indirect
270268
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
271269
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
272270
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
@@ -282,7 +280,6 @@ require (
282280
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
283281
github.com/nikkolasg/hexjson v0.1.0 // indirect
284282
github.com/nkovacs/streamquote v1.0.0 // indirect
285-
github.com/onsi/ginkgo/v2 v2.23.4 // indirect
286283
github.com/opencontainers/runtime-spec v1.2.0 // indirect
287284
github.com/opentracing/opentracing-go v1.2.0 // indirect
288285
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
@@ -301,12 +298,12 @@ require (
301298
github.com/pkg/errors v0.9.1 // indirect
302299
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect; dependency-check-ignore: needed by github.com/drand/[email protected]
303300
github.com/prometheus/client_model v0.6.2 // indirect
304-
github.com/prometheus/common v0.64.0 // indirect
305-
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
306303
github.com/prometheus/statsd_exporter v0.22.7 // indirect
307304
github.com/quic-go/qpack v0.5.1 // indirect
308-
github.com/quic-go/quic-go v0.52.0 // indirect
309-
github.com/quic-go/webtransport-go v0.8.1-0.20241018022711-4ac2c9250e66 // indirect; dependency-check-ignore: unknown
305+
github.com/quic-go/quic-go v0.54.0 // indirect
306+
github.com/quic-go/webtransport-go v0.9.0 // indirect; dependency-check-ignore: unknown
310307
github.com/rivo/uniseg v0.4.7 // indirect
311308
github.com/russross/blackfriday/v2 v2.1.0 // indirect
312309
github.com/shirou/gopsutil v2.18.12+incompatible // indirect
@@ -330,18 +327,18 @@ require (
330327
gitlab.com/yawning/tuplehash v0.0.0-20230713102510-df83abbf9a02 // indirect
331328
go.dedis.ch/fixbuf v1.0.3 // indirect
332329
go.dedis.ch/kyber/v4 v4.0.0-pre2.0.20240924132404-4de33740016e // indirect; dependency-check-ignore: unknown
333-
go.opentelemetry.io/otel/trace v1.35.0 // indirect
330+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
334331
go.uber.org/atomic v1.11.0 // indirect
335332
go.uber.org/dig v1.19.0 // indirect
336333
go.uber.org/mock v0.5.2 // indirect
337334
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
338-
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
335+
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 // indirect
339336
golang.org/x/text v0.28.0 // indirect
340337
gonum.org/v1/gonum v0.16.0 // indirect
341-
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect
338+
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
342339
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
343340
google.golang.org/grpc v1.73.0 // indirect
344-
google.golang.org/protobuf v1.36.6 // indirect
341+
google.golang.org/protobuf v1.36.7 // indirect
345342
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
346343
gopkg.in/yaml.v2 v2.4.0 // indirect
347344
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -351,9 +348,10 @@ require (
351348
)
352349

353350
require (
354-
github.com/gammazero/chanqueue v1.1.0 // indirect
355-
github.com/gammazero/deque v1.0.0 // indirect
351+
github.com/gammazero/chanqueue v1.1.1 // indirect
352+
github.com/gammazero/deque v1.1.0 // indirect
356353
github.com/libp2p/go-yamux/v5 v5.0.1 // indirect
354+
github.com/onsi/gomega v1.36.3 // indirect
357355
github.com/pion/dtls/v3 v3.0.6 // indirect
358356
github.com/pion/ice/v4 v4.0.10 // indirect
359357
github.com/pion/mdns/v2 v2.0.7 // indirect
@@ -363,5 +361,4 @@ require (
363361
github.com/pion/turn/v4 v4.0.2 // indirect
364362
github.com/pion/webrtc/v4 v4.1.2 // indirect
365363
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
366-
go.uber.org/automaxprocs v1.6.0 // indirect
367364
)

0 commit comments

Comments
 (0)