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

This commit is contained in:
Renovate Bot 2023-04-28 19:02:43 +00:00
commit 62d5724c96
4 changed files with 6 additions and 2 deletions

2
go.mod
View file

@ -7,7 +7,7 @@ require (
github.com/go-sql-driver/mysql v1.7.0
github.com/jcmturner/gokrb5/v8 v8.4.4
github.com/julienschmidt/httprouter v1.3.0
github.com/miekg/dns v1.1.53
github.com/miekg/dns v1.1.54
github.com/prometheus-community/pro-bing v0.1.0
golang.org/x/oauth2 v0.7.0
)