Skip to content

Commit 81bb49c

Browse files
build(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 7d4f589 commit 81bb49c

File tree

2 files changed

+605
-23
lines changed

2 files changed

+605
-23
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/ipfs/go-unixfsnode v1.10.2
1010
github.com/ipld/go-car/v2 v2.16.0
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/joho/godotenv v1.5.1
1414
github.com/mark3labs/mcp-go v0.43.2
1515
github.com/sashabaranov/go-openai v1.41.2
@@ -48,11 +48,11 @@ require (
4848
github.com/multiformats/go-base32 v0.1.0 // indirect
4949
github.com/multiformats/go-base36 v0.2.0 // indirect
5050
github.com/multiformats/go-multibase v0.2.0 // indirect
51-
github.com/multiformats/go-multicodec v0.9.2 // indirect
51+
github.com/multiformats/go-multicodec v0.10.0 // indirect
5252
github.com/multiformats/go-multihash v0.2.3 // indirect
5353
github.com/multiformats/go-varint v0.1.0 // indirect
5454
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
55-
github.com/polydawn/refmt v0.89.0 // indirect
55+
github.com/polydawn/refmt v0.89.1-0.20231129105047-37766d95467a // indirect
5656
github.com/spaolacci/murmur3 v1.1.0 // indirect
5757
github.com/spf13/cast v1.7.1 // indirect
5858
github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect
@@ -62,10 +62,10 @@ require (
6262
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
6363
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
6464
go.opentelemetry.io/proto/otlp v1.7.0 // indirect
65-
golang.org/x/crypto v0.45.0 // indirect
65+
golang.org/x/crypto v0.48.0 // indirect
6666
golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 // indirect
6767
golang.org/x/sync v0.16.0 // indirect
68-
golang.org/x/sys v0.38.0 // indirect
68+
golang.org/x/sys v0.41.0 // indirect
6969
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
7070
google.golang.org/protobuf v1.36.9 // indirect
7171
lukechampine.com/blake3 v1.4.1 // indirect

0 commit comments

Comments
 (0)