micro-server-drpc/go.mod
dependabot[bot] b7af19843c
chore(deps): bump storj.io/drpc from 0.0.26 to 0.0.27
Bumps [storj.io/drpc](https://github.com/storj/drpc) from 0.0.26 to 0.0.27.
- [Release notes](https://github.com/storj/drpc/releases)
- [Commits](https://github.com/storj/drpc/compare/v0.0.26...v0.0.27)

---
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>
2022-01-24 17:25:26 +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.7
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.27
)