Bump miekg/dns

This commit is contained in:
Frank Denis 2022-05-11 19:38:45 +02:00
parent 9c8c327703
commit c367a82ac0
75 changed files with 3243 additions and 253 deletions

View file

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