Skip to content

Commit ad53f90

Browse files
Bump github.com/miekg/dns from 1.1.53 to 1.1.54
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.53 to 1.1.54. - [Release notes](https://github.com/miekg/dns/releases) - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](miekg/dns@v1.1.53...v1.1.54) --- updated-dependencies: - dependency-name: github.com/miekg/dns dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 649960a commit ad53f90

File tree

9 files changed

+52
-116
lines changed

9 files changed

+52
-116
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/lesnuages/go-winio v0.4.19
3030
github.com/lesnuages/snitch v0.6.0
3131
github.com/mattn/go-sqlite3 v1.14.16
32-
github.com/miekg/dns v1.1.53
32+
github.com/miekg/dns v1.1.54
3333
github.com/moloch--/memmod v0.0.0-20211120144554-8b37cc654945
3434
github.com/pquerna/otp v1.4.0
3535
github.com/sirupsen/logrus v1.9.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ github.com/mdlayher/netlink v1.6.0/go.mod h1:0o3PlBmGst1xve7wQ7j/hwpNaFaH4qCRyWC
213213
github.com/mdlayher/socket v0.1.1/go.mod h1:mYV5YIZAfHh4dzDVzI8x8tWLWCliuX8Mon5Awbj+qDs=
214214
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b h1:j7+1HpAFS1zy5+Q4qx1fWh90gTKwiN4QCGoY9TWyyO4=
215215
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE=
216-
github.com/miekg/dns v1.1.53 h1:ZBkuHr5dxHtB1caEOlZTLPo7D3L3TWckgUUs/RHfDxw=
217-
github.com/miekg/dns v1.1.53/go.mod h1:uInx36IzPl7FYnDcMeVWxj9byh7DutNykX4G9Sj60FY=
216+
github.com/miekg/dns v1.1.54 h1:5jon9mWcb0sFJGpnI99tOMhCPyJ+RPVz5b63MQG0VWI=
217+
github.com/miekg/dns v1.1.54/go.mod h1:uInx36IzPl7FYnDcMeVWxj9byh7DutNykX4G9Sj60FY=
218218
github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721/go.mod h1:Ickgr2WtCLZ2MDGd4Gr0geeCH5HybhRJbonOgQpvSxc=
219219
github.com/moloch--/grumble v1.1.6 h1:FjPkuGOIwGL8nGkEH0EegnQgsl6Rn0R0fhBW/kcA0s8=
220220
github.com/moloch--/grumble v1.1.6/go.mod h1:r7j3ShNy5EmOsegRD2DzTutIaGiLiA3M5yBTXXeLwcs=

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

+15-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+13-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+9-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+10-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

-61
This file was deleted.

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ github.com/mattn/go-sqlite3
313313
# github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
314314
## explicit
315315
github.com/mgutz/ansi
316-
# github.com/miekg/dns v1.1.53
316+
# github.com/miekg/dns v1.1.54
317317
## explicit; go 1.19
318318
github.com/miekg/dns
319319
# github.com/moloch--/memmod v0.0.0-20211120144554-8b37cc654945

0 commit comments

Comments
 (0)