Skip to content

Commit 4e9f038

Browse files
committed
miekg/dns update
1 parent 9121f4f commit 4e9f038

File tree

5 files changed

+34
-37
lines changed

5 files changed

+34
-37
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/jedisct1/xsecretbox v0.0.0-20210927135450-ebe41aef7bef
1919
github.com/k-sone/critbitgo v1.4.0
2020
github.com/kardianos/service v1.2.0
21-
github.com/miekg/dns v1.1.44
21+
github.com/miekg/dns v1.1.45
2222
github.com/powerman/check v1.6.0
2323
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
2424
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ github.com/mgechev/revive v1.0.7 h1:5kEWTY/W5a0Eiqnkn2BAWsRZpxbs1ft15PsyNC7Rml8=
462462
github.com/mgechev/revive v1.0.7/go.mod h1:vuE5ox/4L/HDd63MCcCk3H6wTLQ6XXezRphJ8cJJOxY=
463463
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
464464
github.com/miekg/dns v1.1.35/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM=
465-
github.com/miekg/dns v1.1.44 h1:4rpqcegYPVkvIeVhITrKP1sRR3KjfRc1nrOPMUZmLyc=
466-
github.com/miekg/dns v1.1.44/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME=
465+
github.com/miekg/dns v1.1.45 h1:g5fRIhm9nx7g8osrAvgb16QJfmyMsyOCb+J7LSv+Qzk=
466+
github.com/miekg/dns v1.1.45/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME=
467467
github.com/miekg/pkcs11 v1.0.2/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs=
468468
github.com/miekg/pkcs11 v1.0.3/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs=
469469
github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc=

vendor/github.com/miekg/dns/edns.go

Lines changed: 29 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/miekg/dns/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ github.com/mgechev/revive/config
342342
github.com/mgechev/revive/formatter
343343
github.com/mgechev/revive/lint
344344
github.com/mgechev/revive/rule
345-
# github.com/miekg/dns v1.1.44
345+
# github.com/miekg/dns v1.1.45
346346
## explicit; go 1.14
347347
github.com/miekg/dns
348348
# github.com/mitchellh/go-homedir v1.1.0

0 commit comments

Comments
 (0)