Skip to content

Commit 068decd

Browse files
build(deps): bump github.com/ipfs/go-block-format from 0.2.3 to 0.2.4
Bumps [github.com/ipfs/go-block-format](https://github.com/ipfs/go-block-format) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/ipfs/go-block-format/releases) - [Commits](ipfs/go-block-format@v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: github.com/ipfs/go-block-format dependency-version: 0.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3e4d8f commit 068decd

2 files changed

Lines changed: 35 additions & 588 deletions

File tree

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ require (
1616
github.com/fxamacker/cbor/v2 v2.9.2
1717
github.com/go-jose/go-jose/v4 v4.1.4
1818
github.com/gofiber/fiber/v3 v3.3.0
19-
github.com/ipfs/go-block-format v0.2.3
20-
github.com/ipfs/go-cid v0.6.1
19+
github.com/ipfs/go-block-format v0.2.4
20+
github.com/ipfs/go-cid v0.6.2
2121
github.com/ipfs/go-ipld-cbor v0.2.1
22-
github.com/ipfs/go-log/v2 v2.9.1
22+
github.com/ipfs/go-log/v2 v2.9.2
2323
github.com/jackc/pgx/v5 v5.8.0
2424
github.com/multiformats/go-multicodec v0.10.0
2525
github.com/multiformats/go-multihash v0.2.3
@@ -79,7 +79,7 @@ require (
7979
github.com/containerd/typeurl/v2 v2.2.3 // indirect
8080
github.com/cpuguy83/dockercfg v0.3.2 // indirect
8181
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
82-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
82+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1 // indirect
8383
github.com/distribution/reference v0.6.0 // indirect
8484
github.com/docker/buildx v0.33.0 // indirect
8585
github.com/docker/cli v29.4.0+incompatible // indirect
@@ -125,7 +125,7 @@ require (
125125
github.com/in-toto/in-toto-golang v0.10.0 // indirect
126126
github.com/inconshreveable/mousetrap v1.1.0 // indirect
127127
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf // indirect
128-
github.com/ipfs/boxo v0.37.0 // indirect
128+
github.com/ipfs/boxo v0.41.0 // indirect
129129
github.com/ipfs/go-ipld-format v0.6.3 // indirect
130130
github.com/ipni/go-libipni v0.7.8 // indirect
131131
github.com/jackc/pgpassfile v1.0.0 // indirect
@@ -180,7 +180,7 @@ require (
180180
github.com/pkg/errors v0.9.1 // indirect
181181
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
182182
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
183-
github.com/polydawn/refmt v0.89.1-0.20231129105047-37766d95467a // indirect
183+
github.com/polydawn/refmt v0.90.0 // indirect
184184
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
185185
github.com/rabbitmq/amqp091-go v1.12.0 // indirect
186186
github.com/ryanuber/go-glob v1.0.0 // indirect
@@ -224,12 +224,12 @@ require (
224224
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
225225
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
226226
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.63.0 // indirect
227-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
227+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 // indirect
228228
go.opentelemetry.io/otel v1.44.0 // indirect
229229
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.42.0 // indirect
230230
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.43.0 // indirect
231231
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0 // indirect
232-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0 // indirect
232+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0 // indirect
233233
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.44.0 // indirect
234234
go.opentelemetry.io/otel/metric v1.44.0 // indirect
235235
go.opentelemetry.io/otel/sdk v1.44.0 // indirect
@@ -240,7 +240,7 @@ require (
240240
go.yaml.in/yaml/v3 v3.0.4 // indirect
241241
go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect
242242
golang.org/x/crypto v0.53.0 // indirect
243-
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect
243+
golang.org/x/exp v0.0.0-20260603202125-055de637280b // indirect
244244
golang.org/x/net v0.56.0 // indirect
245245
golang.org/x/sync v0.21.0 // indirect
246246
golang.org/x/sys v0.46.0 // indirect

0 commit comments

Comments
 (0)