micro-server-drpc/go.mod
dependabot[bot] 7c769583db
chore(deps): bump go.unistack.org/micro/v3 from 3.8.21 to 3.9.1 (#43)
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.8.21 to 3.9.1.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.8.21...v3.9.1)

---
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>
2022-03-22 22:56:58 +03:00

12 lines
243 B
Modula-2

module go.unistack.org/micro-server-drpc/v3
go 1.16
require (
go.unistack.org/micro/v3 v3.9.1
golang.org/x/net v0.0.0-20210928044308-7d9f5e0b762b
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.27.1
storj.io/drpc v0.0.30
)