build(deps): bump storj.io/drpc from 0.0.30 to 0.0.32 (#240)

Bumps [storj.io/drpc](https://github.com/storj/drpc) from 0.0.30 to 0.0.32.
- [Release notes](https://github.com/storj/drpc/releases)
- [Commits](https://github.com/storj/drpc/compare/v0.0.30...v0.0.32)

---
updated-dependencies:
- dependency-name: storj.io/drpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-06-25 23:11:18 +03:00
committed by GitHub
parent 59eb545b1b
commit 6199835897
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -39,5 +39,5 @@ require (
google.golang.org/grpc v1.46.0
google.golang.org/protobuf v1.28.0
modernc.org/sqlite v1.17.2
storj.io/drpc v0.0.30
storj.io/drpc v0.0.32
)