Update miekg/dns and other dependencies

This commit is contained in:
Frank Denis 2020-10-19 16:46:12 +02:00
parent 7a03369d01
commit 6ee164a3c9
54 changed files with 3056 additions and 2984 deletions

View file

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