aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-01-03 08:31:55 -0500
committerChristine Dodrill <me@christine.website>2020-01-03 08:31:55 -0500
commit617198b5163f353f497d09ab8fa2b6c0f91b92aa (patch)
tree95f4df8d5ec3dd0fa166e0c9cf28fef6bd0be9a1
parentcece0e06fe8e6bcaaf34f5395d31e7fde010d349 (diff)
downloadx-617198b5163f353f497d09ab8fa2b6c0f91b92aa.tar.xz
x-617198b5163f353f497d09ab8fa2b6c0f91b92aa.zip
build(deps): bump github.com/miekg/dns from 1.1.22 to 1.1.26 (#68)
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.22 to 1.1.26. - [Release notes](https://github.com/miekg/dns/releases) - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](https://github.com/miekg/dns/compare/v1.1.22...v1.1.26) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--go.mod2
-rw-r--r--go.sum2
2 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b8c2380..0b96084 100644
--- a/go.mod
+++ b/go.mod
@@ -36,7 +36,7 @@ require (
github.com/klauspost/reedsolomon v1.9.2 // indirect
github.com/kr/pretty v0.1.0
github.com/mattn/go-runewidth v0.0.4 // indirect
- github.com/miekg/dns v1.1.22
+ github.com/miekg/dns v1.1.26
github.com/mmikulicic/stringlist v1.0.0
github.com/mndrix/golog v0.0.0-20170330170653-a28e2a269775
github.com/mndrix/ps v0.0.0-20170330174427-18e65badd6ab // indirect
diff --git a/go.sum b/go.sum
index 5e26cf5..e8e6860 100644
--- a/go.sum
+++ b/go.sum
@@ -96,6 +96,8 @@ github.com/miekg/dns v1.1.19 h1:0ymbfaLG1/utH2+BydNiF+dx1jSEmdr/nylOtkGHZZg=
github.com/miekg/dns v1.1.19/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso=
github.com/miekg/dns v1.1.22 h1:Jm64b3bO9kP43ddLjL2EY3Io6bmy1qGb9Xxz6TqS6rc=
github.com/miekg/dns v1.1.22/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso=
+github.com/miekg/dns v1.1.26 h1:gPxPSwALAeHJSjarOs00QjVdV9QoBvc1D2ujQUr5BzU=
+github.com/miekg/dns v1.1.26/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso=
github.com/mmikulicic/stringlist v1.0.0 h1:wVnVaZgihnfy/3gSepAp2pBO3VXYjuCUf4IAdWQzCOc=
github.com/mmikulicic/stringlist v1.0.0/go.mod h1:19Brp+Rld8TLwZ2oCHvTE3xDhCMr0jSCWwzcc9ejZgQ=
github.com/mndrix/golog v0.0.0-20170330170653-a28e2a269775 h1:KPqf9x/eMg3ZnHATLXcM1OgQMNVkPUv1QcGv6zTRMRg=