micro-codec-proto/go.mod
dependabot[bot] d9b96f8bca
Bump github.com/unistack-org/micro/v3 from 3.3.19 to 3.7.0
Bumps [github.com/unistack-org/micro/v3](https://github.com/unistack-org/micro) from 3.3.19 to 3.7.0.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.3.19...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-06 12:27:23 +00:00

9 lines
151 B
Modula-2

module github.com/unistack-org/micro-codec-proto/v3
go 1.16
require (
github.com/unistack-org/micro/v3 v3.7.0
google.golang.org/protobuf v1.26.0
)