micro-server-drpc/go.mod
dependabot[bot] b7f45b60e0
chore(deps): bump go.unistack.org/micro/v3 from 3.9.17 to 3.10.5 (#84)
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.9.17 to 3.10.5.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.9.17...v3.10.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-31 06:54:16 +03:00

12 lines
216 B
Modula-2

module go.unistack.org/micro-server-drpc/v3
go 1.16
require (
go.unistack.org/micro/v3 v3.10.5
golang.org/x/net v0.4.0
google.golang.org/grpc v1.52.3
google.golang.org/protobuf v1.28.1
storj.io/drpc v0.0.32
)