From 9da2dacf235a46bf5107a9de1b50781ff941abb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 10:06:18 +0000 Subject: [PATCH] Bump github.com/miekg/dns from 1.1.48 to 1.1.49 Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.48 to 1.1.49. - [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.48...v1.1.49) --- updated-dependencies: - dependency-name: github.com/miekg/dns dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 387e53f..34a20df 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/julienschmidt/httprouter v1.3.0 github.com/libsv/go-bk v0.1.6 github.com/libsv/go-bt/v2 v2.1.0-beta.3 - github.com/miekg/dns v1.1.48 + github.com/miekg/dns v1.1.49 github.com/mrz1836/go-api-router v0.4.13 github.com/mrz1836/go-logger v0.2.5 github.com/mrz1836/go-sanitize v1.1.5 diff --git a/go.sum b/go.sum index 25ba3b0..6cb3a07 100644 --- a/go.sum +++ b/go.sum @@ -74,8 +74,8 @@ github.com/matryer/respond v1.0.1 h1:RSG07jdn32pH46t4UO1TnpnKlR/ayIpEa4aiK2f9k1U github.com/matryer/respond v1.0.1/go.mod h1:XHpqRsK4LZQgk6twGA/CrtxNBaayoYiKUqj0Mjkj3Hg= github.com/maxatome/go-testdeep v1.11.0 h1:Tgh5efyCYyJFGUYiT0qxBSIDeXw0F5zSoatlou685kk= github.com/maxatome/go-testdeep v1.11.0/go.mod h1:011SgQ6efzZYAen6fDn4BqQ+lUR72ysdyKe7Dyogw70= -github.com/miekg/dns v1.1.48 h1:Ucfr7IIVyMBz4lRE8qmGUuZ4Wt3/ZGu9hmcMT3Uu4tQ= -github.com/miekg/dns v1.1.48/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME= +github.com/miekg/dns v1.1.49 h1:qe0mQU3Z/XpFeE+AEBo2rqaS1IPBJ3anmqZ4XiZJVG8= +github.com/miekg/dns v1.1.49/go.mod h1:e3IlAVfNqAllflbibAZEWOXOQ+Ynzk/dDozDxY7XnME= github.com/mrz1836/go-api-router v0.4.13 h1:7SsHaboj5DBDes6RGFNaqgqMCypwZ2dUDRPhaF2RVmI= github.com/mrz1836/go-api-router v0.4.13/go.mod h1:qJjVrFNHyqsUeucQjmXtPlMOQtQ+e+5z5U38u2ywEYs= github.com/mrz1836/go-logger v0.2.5 h1:n4yQKHalut4MYoZsk9pXVf7bIcW9J/vdl9zYJAE67ts=