summaryrefslogtreecommitdiff
path: root/vendor/github.com/miekg/dns/dnssec_keyscan.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/dnssec_keyscan.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/dnssec_keyscan.go')
-rw-r--r--vendor/github.com/miekg/dns/dnssec_keyscan.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/miekg/dns/dnssec_keyscan.go b/vendor/github.com/miekg/dns/dnssec_keyscan.go
index 5e72249b5..9c9972db6 100644
--- a/vendor/github.com/miekg/dns/dnssec_keyscan.go
+++ b/vendor/github.com/miekg/dns/dnssec_keyscan.go
@@ -160,7 +160,7 @@ func parseKey(r io.Reader, file string) (map[string]string, error) {
k = l.token
case zValue:
if k == "" {
- return nil, &ParseError{file, "no private key seen", l}
+ return nil, &ParseError{file: file, err: "no private key seen", lex: l}
}
m[strings.ToLower(k)] = l.token