Update deps

This commit is contained in:
Frank Denis 2019-12-21 21:28:07 +01:00
parent a7922a81fb
commit 6f62a82496
58 changed files with 6802 additions and 44 deletions

View file

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