chore(deps): update module github.com/asaskevich/govalidator to v11 #92

Open
CSRBot wants to merge 1 commits from renovate/github.com-asaskevich-govalidator-11.x into master
Showing only changes of commit 9235df7ec2 - Show all commits

2
go.mod
View File

@ -3,7 +3,7 @@ module git.cryptic.systems/volker.raschek/dyndns-client
go 1.20 go 1.20
require ( require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 github.com/asaskevich/govalidator/v11 v11.0.1
github.com/sirupsen/logrus v1.9.3 github.com/sirupsen/logrus v1.9.3
github.com/vishvananda/netlink v1.3.0 github.com/vishvananda/netlink v1.3.0
) )