summaryrefslogtreecommitdiff
path: root/vendor/github.com/miekg/dns/generate.go
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-05 14:09:50 +0000
committerLibravatar GitHub <noreply@github.com>2024-02-05 14:09:50 +0000
commit3cc51d5072a834202aa9e9bb449c41c0533d4f58 (patch)
tree453267045babf6f2ac2e402dc0de029ef0668c40 /vendor/github.com/miekg/dns/generate.go
parent[chore]: Bump github.com/google/uuid from 1.5.0 to 1.6.0 (#2604) (diff)
downloadgotosocial-3cc51d5072a834202aa9e9bb449c41c0533d4f58.tar.xz
[chore]: Bump github.com/miekg/dns from 1.1.57 to 1.1.58 (#2606)
Diffstat (limited to 'vendor/github.com/miekg/dns/generate.go')
-rw-r--r--vendor/github.com/miekg/dns/generate.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/miekg/dns/generate.go b/vendor/github.com/miekg/dns/generate.go
index 713e9d2da..a81d2bc51 100644
--- a/vendor/github.com/miekg/dns/generate.go
+++ b/vendor/github.com/miekg/dns/generate.go
@@ -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) {