Update miekg/dns

This commit is contained in:
Frank Denis 2021-02-02 09:48:11 +01:00
parent 472ab609e4
commit b131708cd6
8 changed files with 36 additions and 26 deletions

View file

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