fix(deps): update module github.com/miekg/dns to v1.1.53
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2023-04-03 08:05:02 +00:00
commit b9c1917410
4 changed files with 6 additions and 2 deletions

View file

@ -4,7 +4,7 @@ go 1.14
require (
github.com/go-ping/ping v1.1.0
github.com/miekg/dns v1.1.52
github.com/miekg/dns v1.1.53
gopkg.in/fsnotify.v1 v1.4.7
)