Skip to content

Commit a818ec2

Browse files
build(deps): bump github.com/ipfs/go-blockservice from 0.1.0 to 0.1.7
Bumps [github.com/ipfs/go-blockservice](https://github.com/ipfs/go-blockservice) from 0.1.0 to 0.1.7. - [Release notes](https://github.com/ipfs/go-blockservice/releases) - [Commits](ipfs/go-blockservice@v0.1.0...v0.1.7) --- updated-dependencies: - dependency-name: github.com/ipfs/go-blockservice dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60f860f commit a818ec2

File tree

2 files changed

+560
-41
lines changed

2 files changed

+560
-41
lines changed

go.mod

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

55
require (
6-
github.com/ipfs/go-blockservice v0.1.0
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.3
1010
github.com/ipfs/go-ipfs-chunker v0.0.1
1111
github.com/ipfs/go-ipfs-exchange-offline v0.0.1
@@ -20,7 +20,7 @@ require (
2020
github.com/davecgh/go-spew v1.1.1 // indirect
2121
github.com/gogo/protobuf v1.3.2 // indirect
2222
github.com/google/go-cmp v0.5.5 // indirect
23-
github.com/google/uuid v1.1.1 // indirect
23+
github.com/google/uuid v1.2.0 // indirect
2424
github.com/hashicorp/golang-lru v0.5.4 // indirect
2525
github.com/ipfs/bbloom v0.0.4 // indirect
2626
github.com/ipfs/go-block-format v0.0.3 // indirect
@@ -36,7 +36,7 @@ require (
3636
github.com/ipfs/go-verifcid v0.0.1 // indirect
3737
github.com/ipld/go-codec-dagpb v1.2.0 // indirect
3838
github.com/ipld/go-ipld-prime v0.12.3 // indirect
39-
github.com/jbenet/goprocess v0.1.3 // indirect
39+
github.com/jbenet/goprocess v0.1.4 // indirect
4040
github.com/klauspost/cpuid/v2 v2.0.8 // indirect
4141
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
4242
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
@@ -49,18 +49,17 @@ require (
4949
github.com/multiformats/go-multihash v0.0.15 // indirect
5050
github.com/multiformats/go-varint v0.0.6 // indirect
5151
github.com/opentracing/opentracing-go v1.2.0 // indirect
52-
github.com/pkg/errors v0.9.1 // indirect
5352
github.com/pmezard/go-difflib v1.0.0 // indirect
5453
github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e // indirect
5554
github.com/whyrusleeping/cbor-gen v0.0.0-20200123233031-1cdf64d27158 // indirect
5655
github.com/whyrusleeping/chunker v0.0.0-20181014151217-fe64bd25879f // indirect
5756
go.uber.org/atomic v1.7.0 // indirect
58-
go.uber.org/multierr v1.6.0 // indirect
57+
go.uber.org/multierr v1.7.0 // indirect
5958
go.uber.org/zap v1.16.0 // indirect
6059
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
6160
golang.org/x/mod v0.4.2 // indirect
6261
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
6362
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
64-
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
63+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
6564
honnef.co/go/tools v0.1.3 // indirect
6665
)

0 commit comments

Comments
 (0)