dependabot[bot] d1530d9231
chore(deps): bump storj.io/drpc from 0.0.23 to 0.0.26
Bumps [storj.io/drpc](https://github.com/storj/drpc) from 0.0.23 to 0.0.26.
- [Release notes](https://github.com/storj/drpc/releases)
- [Commits](https://github.com/storj/drpc/compare/v0.0.23...v0.0.26)

---
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>
2021-10-27 15:22:27 +00:00

13 lines
290 B
Modula-2

module go.unistack.org/micro-server-drpc/v3
go 1.16
require (
github.com/golang/protobuf v1.5.2 // indirect
go.unistack.org/micro/v3 v3.8.6
golang.org/x/net v0.0.0-20210928044308-7d9f5e0b762b
google.golang.org/grpc v1.37.1
google.golang.org/protobuf v1.27.1
storj.io/drpc v0.0.26
)