[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
parent d59cba487f
commit 3cc51d5072
15 changed files with 437 additions and 230 deletions

View File

@ -116,7 +116,7 @@ func (r *generateReader) parseError(msg string, end int) *ParseError {
l.token = r.s[r.si-1 : end]
l.column += r.si // l.column starts one zBLANK before r.s
return &ParseError{r.file, msg, l}
return &ParseError{file: r.file, err: msg, lex: l}
}
func (r *generateReader) Read(p []byte) (int, error) {