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

---
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-09-16 08:10:07 +00:00

14 lines
376 B
Modula-2

module github.com/unistack-org/micro-server-drpc/v3
go 1.16
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/unistack-org/micro/v3 v3.3.17
golang.org/x/net v0.0.0-20210510120150-4163338589ed
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/grpc v1.37.1
google.golang.org/protobuf v1.26.0
storj.io/drpc v0.0.25
)