dependabot[bot] de2f195536
chore(deps): bump github.com/unistack-org/micro/v3 from 3.3.17 to 3.7.0
Bumps [github.com/unistack-org/micro/v3](https://github.com/unistack-org/micro) from 3.3.17 to 3.7.0.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.3.17...v3.7.0)

---
updated-dependencies:
- dependency-name: github.com/unistack-org/micro/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-12 21:30:53 +00:00

14 lines
375 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.7.0
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.23
)