Skip to content

Commit 6c356fb

Browse files
chore(deps): bump github.com/ipld/go-ipld-prime from 0.21.0 to 0.22.0
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>
1 parent 5bc77f3 commit 6c356fb

2 files changed

Lines changed: 600 additions & 18 deletions

File tree

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-cbor v0.2.1
1010
github.com/ipfs/go-ipld-format v0.6.3
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/multiformats/go-multihash v0.2.3
1414
github.com/stretchr/testify v1.11.1
1515
)
@@ -40,7 +40,7 @@ require (
4040
github.com/multiformats/go-multicodec v0.10.0 // indirect
4141
github.com/multiformats/go-varint v0.1.0 // indirect
4242
github.com/pmezard/go-difflib v1.0.0 // indirect
43-
github.com/polydawn/refmt v0.89.0 // indirect
43+
github.com/polydawn/refmt v0.89.1-0.20231129105047-37766d95467a // indirect
4444
github.com/spaolacci/murmur3 v1.1.0 // indirect
4545
github.com/whyrusleeping/cbor-gen v0.3.1 // indirect
4646
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
@@ -49,8 +49,8 @@ require (
4949
go.opentelemetry.io/otel/trace v1.39.0 // indirect
5050
go.uber.org/multierr v1.11.0 // indirect
5151
go.uber.org/zap v1.27.1 // indirect
52-
golang.org/x/crypto v0.47.0 // indirect
53-
golang.org/x/sys v0.40.0 // indirect
52+
golang.org/x/crypto v0.48.0 // indirect
53+
golang.org/x/sys v0.41.0 // indirect
5454
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
5555
google.golang.org/protobuf v1.36.11 // indirect
5656
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)