Skip to content

Commit c86a9bd

Browse files
chore(deps): bump github.com/ipld/go-ipld-prime in /v2 (#647)
Bumps [github.com/ipld/go-ipld-prime](https://github.com/ipld/go-ipld-prime) from 0.21.0 to 0.22.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.22.0) --- updated-dependencies: - dependency-name: github.com/ipld/go-ipld-prime dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5bc77f3 commit c86a9bd

2 files changed

Lines changed: 600 additions & 18 deletions

File tree

v2/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/ipfs/go-ipld-format v0.6.3
1010
github.com/ipfs/go-unixfsnode v1.10.2
1111
github.com/ipld/go-codec-dagpb v1.7.0
12-
github.com/ipld/go-ipld-prime v0.21.0
12+
github.com/ipld/go-ipld-prime v0.22.0
1313
github.com/ipld/go-ipld-prime/storage/bsadapter v0.0.0-20250821084354-a425e60cd714
1414
github.com/multiformats/go-multicodec v0.10.0
1515
github.com/multiformats/go-multihash v0.2.3
@@ -47,7 +47,7 @@ require (
4747
github.com/multiformats/go-multiaddr v0.16.1 // indirect
4848
github.com/multiformats/go-multibase v0.2.0 // indirect
4949
github.com/pmezard/go-difflib v1.0.0 // indirect
50-
github.com/polydawn/refmt v0.89.0 // indirect
50+
github.com/polydawn/refmt v0.89.1-0.20231129105047-37766d95467a // indirect
5151
github.com/spaolacci/murmur3 v1.1.0 // indirect
5252
github.com/whyrusleeping/cbor-gen v0.3.1 // indirect
5353
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
@@ -57,8 +57,8 @@ require (
5757
go.opentelemetry.io/otel/trace v1.37.0 // indirect
5858
go.uber.org/multierr v1.11.0 // indirect
5959
go.uber.org/zap v1.27.0 // indirect
60-
golang.org/x/crypto v0.45.0 // indirect
61-
golang.org/x/sys v0.38.0 // indirect
60+
golang.org/x/crypto v0.48.0 // indirect
61+
golang.org/x/sys v0.41.0 // indirect
6262
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
6363
google.golang.org/protobuf v1.36.9 // indirect
6464
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)