[chore]: Bump github.com/miekg/dns from 1.1.57 to 1.1.58 (#2606)

This commit is contained in:
dependabot[bot]
2024-02-05 14:09:50 +00:00
committed by GitHub
parent d59cba487f
commit 3cc51d5072
15 changed files with 437 additions and 230 deletions

View File

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