Skip to content

Commit d5389ee

Browse files
chore(deps): bump github.com/ipld/go-ipld-prime from 0.21.0 to 0.22.0 (#431)
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 fac48f3 commit d5389ee

File tree

2 files changed

+588
-15
lines changed

2 files changed

+588
-15
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/ipfs/go-block-format v0.2.3
1515
github.com/ipfs/go-cid v0.6.0
1616
github.com/ipfs/go-ipld-cbor v0.2.1
17-
github.com/ipld/go-ipld-prime v0.21.0
17+
github.com/ipld/go-ipld-prime v0.22.0
1818
github.com/minio/sha256-simd v1.0.1
1919
github.com/multiformats/go-multibase v0.2.0
2020
github.com/multiformats/go-multihash v0.2.3
@@ -30,15 +30,14 @@ require (
3030
github.com/davecgh/go-spew v1.1.1 // indirect
3131
github.com/filecoin-project/go-fil-commcid v0.2.0 // indirect
3232
github.com/filecoin-project/go-fil-commp-hashhash v0.2.0 // indirect
33-
github.com/gopherjs/gopherjs v1.17.2 // indirect
3433
github.com/ipfs/boxo v0.34.0 // indirect
3534
github.com/ipfs/go-ipld-format v0.6.2 // indirect
3635
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
3736
github.com/mr-tron/base58 v1.2.0 // indirect
3837
github.com/multiformats/go-base32 v0.1.0 // indirect
3938
github.com/multiformats/go-base36 v0.2.0 // indirect
4039
github.com/pmezard/go-difflib v1.0.0 // indirect
41-
github.com/polydawn/refmt v0.89.0 // indirect
40+
github.com/polydawn/refmt v0.89.1-0.20231129105047-37766d95467a // indirect
4241
github.com/spaolacci/murmur3 v1.1.0 // indirect
4342
golang.org/x/sys v0.41.0 // indirect
4443
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect

0 commit comments

Comments
 (0)