miekg/dns update

This commit is contained in:
Frank Denis 2021-06-23 09:45:43 +02:00
parent 4caa7b6d64
commit f033bb3034
40 changed files with 453 additions and 146 deletions

View file

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