dependabot[bot] e6262bcd57
Bump github.com/unistack-org/micro/v3 from 3.4.0 to 3.7.0
Bumps [github.com/unistack-org/micro/v3](https://github.com/unistack-org/micro) from 3.4.0 to 3.7.0.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.4.0...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:20:01 +00:00

14 lines
425 B
Modula-2

module github.com/unistack-org/micro-config-service/v3
go 1.16
require (
github.com/imdario/mergo v0.3.12
github.com/unistack-org/micro/v3 v3.7.0
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
)