Update miekg/dns

This commit is contained in:
Frank Denis 2023-03-29 22:00:24 +09:00
parent a47f7fe750
commit cf7d60a704
9 changed files with 36 additions and 39 deletions

View file

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