Reapply miekg/dns updates to the vendor dir

This commit is contained in:
Frank Denis 2019-12-09 12:01:37 +01:00
parent 3d11d1d4e0
commit 51a842b838
10 changed files with 83 additions and 35 deletions

View file

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