Update deps

This commit is contained in:
Frank Denis 2019-12-09 10:09:37 +01:00
parent f5880667c9
commit 915c90ae37
35 changed files with 604 additions and 101 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 {