Update deps

This commit is contained in:
Frank Denis 2020-03-19 10:18:43 +01:00
parent 16708a0c20
commit bad3d0accd
33 changed files with 792 additions and 237 deletions

View file

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