Bump github.com/miekg/dns from 1.1.43 to 1.1.44

Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.43 to 1.1.44.
- [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.43...v1.1.44)

---
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>
This commit is contained in:
dependabot[bot]
2021-12-21 09:19:18 +00:00
committed by GitHub
parent 4d839a6029
commit 8d11c5d10d
2 changed files with 25 additions and 6 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module go.unistack.org/micro-register-mdns/v3
go 1.16
require (
github.com/miekg/dns v1.1.43
github.com/miekg/dns v1.1.44
go.unistack.org/micro/v3 v3.8.11
golang.org/x/net v0.0.0-20211020060615-d418f374d309
)