From 393664aa99da2b4263b8a237577d8769b66bf7e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:05:16 +0000 Subject: [PATCH] chore(deps): bump github.com/ipld/go-car/v2 in /cmd Bumps [github.com/ipld/go-car/v2](https://github.com/ipld/go-car) from 2.9.1-0.20230406035547-a06f8a9fdb4a to 2.10.0. - [Release notes](https://github.com/ipld/go-car/releases) - [Changelog](https://github.com/ipld/go-car/blob/master/.goreleaser.yaml) - [Commits](https://github.com/ipld/go-car/commits/v2.10.0) --- updated-dependencies: - dependency-name: github.com/ipld/go-car/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cmd/go.mod | 2 +- cmd/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/go.mod b/cmd/go.mod index 0f56505..6c2e81a 100644 --- a/cmd/go.mod +++ b/cmd/go.mod @@ -9,7 +9,7 @@ require ( github.com/ipfs/go-ipld-format v0.4.0 github.com/ipfs/go-unixfsnode v1.6.0 github.com/ipld/go-car v0.6.1-0.20230406035547-a06f8a9fdb4a - github.com/ipld/go-car/v2 v2.9.1-0.20230406035547-a06f8a9fdb4a + github.com/ipld/go-car/v2 v2.10.0 github.com/ipld/go-codec-dagpb v1.6.0 github.com/ipld/go-ipld-prime v0.20.0 github.com/multiformats/go-multicodec v0.8.1 diff --git a/cmd/go.sum b/cmd/go.sum index 861737e..23f512d 100644 --- a/cmd/go.sum +++ b/cmd/go.sum @@ -112,8 +112,8 @@ github.com/ipfs/go-verifcid v0.0.2 h1:XPnUv0XmdH+ZIhLGKg6U2vaPaRDXb9urMyNVCE7uvT github.com/ipfs/go-verifcid v0.0.2/go.mod h1:40cD9x1y4OWnFXbLNJYRe7MpNvWlMn3LZAG5Wb4xnPU= github.com/ipld/go-car v0.6.1-0.20230406035547-a06f8a9fdb4a h1:rnJQsx2JeiFFNItSa8zrOvcPhjeziYnS2bRMMVN870M= github.com/ipld/go-car v0.6.1-0.20230406035547-a06f8a9fdb4a/go.mod h1:45Rw+lb08NgLV7a48WH3LNLuDRGBwKmDa0w8L75vbec= -github.com/ipld/go-car/v2 v2.9.1-0.20230406035547-a06f8a9fdb4a h1:hYGbVkFMjQ5TJauZ58vHMu2XlKXK2JvlXqS59syCGK4= -github.com/ipld/go-car/v2 v2.9.1-0.20230406035547-a06f8a9fdb4a/go.mod h1:mBZ4d86IKvL7eKhNHhQgywQ5coZHAGhmG1P+cMrdby8= +github.com/ipld/go-car/v2 v2.10.0 h1:0Wrt0uk3IoBge1PjEokXsS1eOX6v8QxeTxjPQ9TH71M= +github.com/ipld/go-car/v2 v2.10.0/go.mod h1:mBZ4d86IKvL7eKhNHhQgywQ5coZHAGhmG1P+cMrdby8= github.com/ipld/go-codec-dagpb v1.6.0 h1:9nYazfyu9B1p3NAgfVdpRco3Fs2nFC72DqVsMj6rOcc= github.com/ipld/go-codec-dagpb v1.6.0/go.mod h1:ANzFhfP2uMJxRBr8CE+WQWs5UsNa0pYtmKZ+agnUw9s= github.com/ipld/go-ipld-prime v0.9.1-0.20210324083106-dc342a9917db/go.mod h1:KvBLMr4PX1gWptgkzRjVZCrLmSGcZCb/jioOQwCqZN8=