Update deps

This commit is contained in:
Frank Denis 2021-03-22 22:57:07 +01:00
parent 54d85d7298
commit 10ded3d9f2
66 changed files with 4106 additions and 654 deletions

View file

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