[chore]: Bump github.com/miekg/dns from 1.1.57 to 1.1.58 (#2606)

This commit is contained in:
dependabot[bot] 2024-02-05 14:09:50 +00:00 committed by GitHub
commit 3cc51d5072
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 437 additions and 230 deletions

View file

@ -84,7 +84,7 @@ Fetch:
err := r.Data.Parse(text)
if err != nil {
return &ParseError{"", err.Error(), l}
return &ParseError{wrappedErr: err, lex: l}
}
return nil