Bump github.com/miekg/dns from 1.1.47 to 1.1.48 (#41)

Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.47 to 1.1.48.
- [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.47...v1.1.48)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit was merged in pull request #41.
This commit is contained in:
dependabot[bot]
2022-04-11 22:51:20 +03:00
committed by GitHub
parent 552ec0e0e6
commit 2f1908c1c7
2 changed files with 3 additions and 3 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.47
github.com/miekg/dns v1.1.48
go.unistack.org/micro/v3 v3.9.7
golang.org/x/net v0.0.0-20211020060615-d418f374d309
)