Skip to content

Commit 6386c69

Browse files
hsanjuandependabot-preview[bot]dependabot[bot]
authored
Dependency upgrades (#102)
* Bump go.uber.org/multierr from 1.6.0 to 1.7.0 (#97) Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/uber-go/multierr/releases) - [Changelog](https://github.com/uber-go/multierr/blob/master/CHANGELOG.md) - [Commits](uber-go/multierr@v1.6.0...v1.7.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump google.golang.org/protobuf from 1.26.0 to 1.27.0 (#99) Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.26.0 to 1.27.0. - [Release notes](https://github.com/protocolbuffers/protobuf-go/releases) - [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash) - [Commits](protocolbuffers/protobuf-go@v1.26.0...v1.27.0) --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump github.com/ipfs/go-ipfs-blockstore from 1.0.3 to 1.0.4 (#98) Bumps [github.com/ipfs/go-ipfs-blockstore](https://github.com/ipfs/go-ipfs-blockstore) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/ipfs/go-ipfs-blockstore/releases) - [Commits](ipfs/go-ipfs-blockstore@v1.0.3...v1.0.4) --- updated-dependencies: - dependency-name: github.com/ipfs/go-ipfs-blockstore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump google.golang.org/protobuf from 1.27.0 to 1.27.1 (#101) Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.27.0 to 1.27.1. - [Release notes](https://github.com/protocolbuffers/protobuf-go/releases) - [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash) - [Commits](protocolbuffers/protobuf-go@v1.27.0...v1.27.1) --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: update go-ds-badger Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0afa2d0 commit 6386c69

File tree

2 files changed

+20
-144
lines changed

2 files changed

+20
-144
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ require (
55
github.com/golang/protobuf v1.5.2
66
github.com/ipfs/go-cid v0.0.7
77
github.com/ipfs/go-datastore v0.4.5
8-
github.com/ipfs/go-ds-badger v0.2.6
9-
github.com/ipfs/go-ipfs-blockstore v1.0.3
8+
github.com/ipfs/go-ds-badger v0.2.7
9+
github.com/ipfs/go-ipfs-blockstore v1.0.4
1010
github.com/ipfs/go-ipfs-ds-help v1.0.0
1111
github.com/ipfs/go-ipld-format v0.2.0
1212
github.com/ipfs/go-log/v2 v2.1.3
@@ -15,8 +15,8 @@ require (
1515
github.com/libp2p/go-libp2p-pubsub v0.4.1
1616
github.com/multiformats/go-multihash v0.0.15
1717
github.com/pkg/errors v0.9.1
18-
go.uber.org/multierr v1.6.0
19-
google.golang.org/protobuf v1.26.0
18+
go.uber.org/multierr v1.7.0
19+
google.golang.org/protobuf v1.27.1
2020
)
2121

2222
go 1.15

0 commit comments

Comments
 (0)