fix(deps): update module github.com/miekg/dns to v1.1.54

This commit is contained in:
Renovate Bot 2023-05-09 11:42:29 +00:00 committed by Pierre-Olivier Mercier
parent 4ff54d8dfb
commit d5426b6f2a
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -8,7 +8,7 @@ require (
github.com/go-mail/mail v2.3.1+incompatible
github.com/go-sql-driver/mysql v1.7.0
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/miekg/dns v1.1.53
github.com/miekg/dns v1.1.54
github.com/ovh/go-ovh v1.4.1
github.com/syndtr/goleveldb v1.0.0
github.com/yuin/goldmark v1.5.4

2
go.sum
View File

@ -204,6 +204,8 @@ github.com/mattn/go-isatty v0.0.17 h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPn
github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
github.com/miekg/dns v1.1.53 h1:ZBkuHr5dxHtB1caEOlZTLPo7D3L3TWckgUUs/RHfDxw=
github.com/miekg/dns v1.1.53/go.mod h1:uInx36IzPl7FYnDcMeVWxj9byh7DutNykX4G9Sj60FY=
github.com/miekg/dns v1.1.54 h1:5jon9mWcb0sFJGpnI99tOMhCPyJ+RPVz5b63MQG0VWI=
github.com/miekg/dns v1.1.54/go.mod h1:uInx36IzPl7FYnDcMeVWxj9byh7DutNykX4G9Sj60FY=
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=