Update miekg/dns

This commit is contained in:
Frank Denis 2021-05-07 20:28:25 +02:00
parent 30779a40a6
commit f9cecd1215
79 changed files with 3972 additions and 15095 deletions

View file

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