Update deps

This commit is contained in:
Frank Denis 2023-06-22 10:36:33 +02:00
parent 4f3ce0cbae
commit f42b7dad17
93 changed files with 4303 additions and 1673 deletions

View file

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