Skip to content

Commit f15233a

Browse files
chore(deps): bump github.com/ipld/go-ipld-prime in /cmd
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 f15233a

2 files changed

Lines changed: 604 additions & 22 deletions

File tree

cmd/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ require (
1111
github.com/ipld/go-car v0.6.3
1212
github.com/ipld/go-car/v2 v2.16.0
1313
github.com/ipld/go-codec-dagpb v1.7.0
14-
github.com/ipld/go-ipld-prime v0.21.0
14+
github.com/ipld/go-ipld-prime v0.22.0
1515
github.com/multiformats/go-multicodec v0.10.0
1616
github.com/multiformats/go-multihash v0.2.3
1717
github.com/multiformats/go-varint v0.1.0
18-
github.com/polydawn/refmt v0.89.0
18+
github.com/polydawn/refmt v0.89.1-0.20231129105047-37766d95467a
1919
github.com/rogpeppe/go-internal v1.14.1
2020
github.com/urfave/cli/v2 v2.27.7
2121
golang.org/x/exp v0.0.0-20250911091902-df9299821621
@@ -60,8 +60,8 @@ require (
6060
go.opentelemetry.io/otel/trace v1.38.0 // indirect
6161
go.uber.org/multierr v1.11.0 // indirect
6262
go.uber.org/zap v1.27.0 // indirect
63-
golang.org/x/crypto v0.45.0 // indirect
64-
golang.org/x/sys v0.38.0 // indirect
63+
golang.org/x/crypto v0.48.0 // indirect
64+
golang.org/x/sys v0.41.0 // indirect
6565
golang.org/x/tools v0.37.0 // indirect
6666
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
6767
google.golang.org/protobuf v1.36.9 // indirect

0 commit comments

Comments
 (0)