Skip to content

Commit 943b455

Browse files
build(deps): bump github.com/ipfs/go-merkledag from 0.3.2 to 0.4.1
Bumps [github.com/ipfs/go-merkledag](https://github.com/ipfs/go-merkledag) from 0.3.2 to 0.4.1. - [Release notes](https://github.com/ipfs/go-merkledag/releases) - [Commits](ipfs/go-merkledag@v0.3.2...v0.4.1) --- updated-dependencies: - dependency-name: github.com/ipfs/go-merkledag dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56c8c21 commit 943b455

File tree

2 files changed

+557
-38
lines changed

2 files changed

+557
-38
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module github.com/jsign/go-unixfs-proof
33
go 1.17
44

55
require (
6-
github.com/ipfs/go-blockservice v0.1.2
6+
github.com/ipfs/go-blockservice v0.1.7
77
github.com/ipfs/go-cid v0.0.8-0.20210716091050-de6c03deae1c
8-
github.com/ipfs/go-datastore v0.4.2
8+
github.com/ipfs/go-datastore v0.4.5
99
github.com/ipfs/go-ipfs-blockstore v1.0.4
1010
github.com/ipfs/go-ipfs-chunker v0.0.5
1111
github.com/ipfs/go-ipfs-exchange-offline v0.0.1
1212
github.com/ipfs/go-ipld-format v0.2.0
13-
github.com/ipfs/go-merkledag v0.3.2
13+
github.com/ipfs/go-merkledag v0.4.1
1414
github.com/ipfs/go-unixfs v0.2.6
1515
github.com/ipld/go-car v0.3.2
1616
github.com/stretchr/testify v1.7.0
@@ -29,6 +29,7 @@ require (
2929
github.com/ipfs/go-ipfs-posinfo v0.0.1 // indirect
3030
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
3131
github.com/ipfs/go-ipld-cbor v0.0.5 // indirect
32+
github.com/ipfs/go-ipld-legacy v0.1.0 // indirect
3233
github.com/ipfs/go-log v1.0.5 // indirect
3334
github.com/ipfs/go-log/v2 v2.1.3 // indirect
3435
github.com/ipfs/go-metrics-interface v0.0.1 // indirect

0 commit comments

Comments
 (0)