micro-server-drpc/go.mod
dependabot[bot] 309340e484
chore(deps): bump storj.io/drpc from 0.0.30 to 0.0.32 (#56)
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>
2022-06-25 23:34:55 +03:00

12 lines
243 B
Modula-2

module go.unistack.org/micro-server-drpc/v3
go 1.16
require (
go.unistack.org/micro/v3 v3.9.8
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
storj.io/drpc v0.0.32
)