[chore]: Bump github.com/miekg/dns from 1.1.55 to 1.1.56 (#2204)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-18 13:45:20 +01:00 committed by GitHub
commit f302ebb8e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 1638 additions and 1966 deletions

View file

@ -3,7 +3,7 @@ package dns
import "fmt"
// Version is current version of this library.
var Version = v{1, 1, 55}
var Version = v{1, 1, 56}
// v holds the version of this library.
type v struct {