micro-register-mdns/go.mod
dependabot[bot] 2dc5cf47b1
Bump github.com/miekg/dns from 1.1.46 to 1.1.47
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.46 to 1.1.47.
- [Release notes](https://github.com/miekg/dns/releases)
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
- [Commits](https://github.com/miekg/dns/compare/v1.1.46...v1.1.47)

---
updated-dependencies:
- dependency-name: github.com/miekg/dns
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 09:30:22 +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.47
go.unistack.org/micro/v3 v3.8.21
golang.org/x/net v0.0.0-20211020060615-d418f374d309
)