From a7d90bbd13fc55771d4cd55ca643d6af36fccf3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:47:50 +0300 Subject: [PATCH] build(deps): bump github.com/miekg/dns from 1.1.61 to 1.1.62 (#69) Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.61 to 1.1.62. - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](https://github.com/miekg/dns/compare/v1.1.61...v1.1.62) --- updated-dependencies: - dependency-name: github.com/miekg/dns dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8c68afc..b0f362e 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/coredns/caddy v1.1.1 github.com/coredns/coredns v1.11.3 github.com/dnsimple/dnsimple-go v1.7.0 - github.com/miekg/dns v1.1.61 + github.com/miekg/dns v1.1.62 github.com/stretchr/testify v1.9.0 golang.org/x/oauth2 v0.21.0 )