micro-register-mdns/go.mod
dependabot[bot] 604135e600
Bump go.unistack.org/micro/v3 from 3.9.15 to 3.9.17
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.9.15 to 3.9.17.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.9.15...v3.9.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-26 09:04:06 +00:00

10 lines
185 B
Modula-2

module go.unistack.org/micro-register-mdns/v3
go 1.16
require (
github.com/miekg/dns v1.1.50
go.unistack.org/micro/v3 v3.9.17
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
)