Skip to content

Commit 3dd9a55

Browse files
build(deps): bump github.com/ipld/go-ipld-prime from 0.21.0 to 0.23.0
Bumps [github.com/ipld/go-ipld-prime](https://github.com/ipld/go-ipld-prime) from 0.21.0 to 0.23.0. - [Release notes](https://github.com/ipld/go-ipld-prime/releases) - [Changelog](https://github.com/ipld/go-ipld-prime/blob/master/CHANGELOG.md) - [Commits](ipld/go-ipld-prime@v0.21.0...v0.23.0) --- updated-dependencies: - dependency-name: github.com/ipld/go-ipld-prime dependency-version: 0.23.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78eb608 commit 3dd9a55

2 files changed

Lines changed: 487 additions & 44 deletions

File tree

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/filecoin-project/go-f3
22

3-
go 1.25
3+
go 1.25.7
44

55
require (
66
github.com/consensys/gnark-crypto v0.18.1
@@ -9,7 +9,7 @@ require (
99
github.com/filecoin-project/go-keccak v0.1.0
1010
github.com/filecoin-project/go-state-types v0.17.0
1111
github.com/hashicorp/golang-lru/v2 v2.0.7
12-
github.com/ipfs/go-cid v0.6.0
12+
github.com/ipfs/go-cid v0.6.1
1313
github.com/ipfs/go-datastore v0.9.0
1414
github.com/ipfs/go-ds-leveldb v0.5.0
1515
github.com/ipfs/go-log/v2 v2.9.0
@@ -21,7 +21,7 @@ require (
2121
github.com/marcboeker/go-duckdb v1.8.2
2222
github.com/multiformats/go-multiaddr v0.16.1
2323
github.com/multiformats/go-multiaddr-dns v0.4.1
24-
github.com/multiformats/go-multibase v0.2.0
24+
github.com/multiformats/go-multibase v0.3.0
2525
github.com/multiformats/go-multihash v0.2.3
2626
github.com/prometheus/client_golang v1.22.0
2727
github.com/stretchr/testify v1.11.1
@@ -34,9 +34,9 @@ require (
3434
go.opentelemetry.io/otel/sdk/metric v1.28.0
3535
go.uber.org/multierr v1.11.0
3636
go.uber.org/zap v1.27.1
37-
golang.org/x/crypto v0.47.0
37+
golang.org/x/crypto v0.50.0
3838
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476
39-
golang.org/x/sync v0.19.0
39+
golang.org/x/sync v0.20.0
4040
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
4141
)
4242

@@ -66,7 +66,7 @@ require (
6666
github.com/huin/goupnp v1.3.0 // indirect
6767
github.com/ipfs/boxo v0.10.0 // indirect
6868
github.com/ipfs/go-log v1.0.5 // indirect
69-
github.com/ipld/go-ipld-prime v0.21.0 // indirect
69+
github.com/ipld/go-ipld-prime v0.23.0 // indirect
7070
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
7171
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
7272
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
@@ -89,7 +89,7 @@ require (
8989
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
9090
github.com/minio/sha256-simd v1.0.1 // indirect
9191
github.com/mitchellh/mapstructure v1.5.0 // indirect
92-
github.com/mr-tron/base58 v1.2.0 // indirect
92+
github.com/mr-tron/base58 v1.3.0 // indirect
9393
github.com/multiformats/go-base32 v0.1.0 // indirect
9494
github.com/multiformats/go-base36 v0.2.0 // indirect
9595
github.com/multiformats/go-multiaddr-fmt v0.1.0 // indirect
@@ -123,7 +123,7 @@ require (
123123
github.com/pion/webrtc/v4 v4.1.2 // indirect
124124
github.com/pkg/errors v0.9.1 // indirect
125125
github.com/pmezard/go-difflib v1.0.0 // indirect
126-
github.com/polydawn/refmt v0.89.0 // indirect
126+
github.com/polydawn/refmt v0.89.1-0.20231129105047-37766d95467a // indirect
127127
github.com/prometheus/client_model v0.6.2 // indirect
128128
github.com/prometheus/common v0.64.0 // indirect
129129
github.com/prometheus/procfs v0.16.1 // indirect
@@ -145,13 +145,13 @@ require (
145145
go.uber.org/dig v1.19.0 // indirect
146146
go.uber.org/fx v1.24.0 // indirect
147147
go.uber.org/mock v0.5.2 // indirect
148-
golang.org/x/mod v0.31.0 // indirect
149-
golang.org/x/net v0.48.0 // indirect
150-
golang.org/x/sys v0.40.0 // indirect
151-
golang.org/x/telemetry v0.0.0-20251203150158-8fff8a5912fc // indirect
152-
golang.org/x/text v0.33.0 // indirect
148+
golang.org/x/mod v0.34.0 // indirect
149+
golang.org/x/net v0.52.0 // indirect
150+
golang.org/x/sys v0.43.0 // indirect
151+
golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect
152+
golang.org/x/text v0.36.0 // indirect
153153
golang.org/x/time v0.12.0 // indirect
154-
golang.org/x/tools v0.40.0 // indirect
154+
golang.org/x/tools v0.43.0 // indirect
155155
gonum.org/v1/gonum v0.15.0 // indirect
156156
google.golang.org/protobuf v1.36.11 // indirect
157157
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)