Update deps

This commit is contained in:
Frank Denis 2019-12-11 14:10:16 +01:00
parent c1202457bf
commit 76de8a955a
31 changed files with 542 additions and 113 deletions

View file

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